5165 Command help

01/08/2010 17:09 ~quablerist~#1
Hi I want to make a command for 5165 source that transmute u into a GM monster.

And I dont know exactly how to make that just have a idea.


}
if (Cmd[0] == "/model")
if (Cmd[1] == "gm")
GC.MyChar.Model = 223;
{

Ty for help xD
01/08/2010 20:58 ~*NewDuuDe*~#2
If that is the GM ID it would work perfectly.
01/08/2010 21:13 ~quablerist~#3
But I got a error cuz of ,, Model " thats not the right word -.-

I need a other Word for Model that works for my 5165 source.
01/08/2010 21:56 taylor2846#4
GC.MyChar.Body
01/08/2010 22:01 ~quablerist~#5
Ty allot its working :D
01/08/2010 22:14 Arcо#6
[QUOTE = ~ ~ quablerist; 3879430] Hi I want to make a command for 5165 source did u transmute into a monster GM.

And I dont know exactly how to make that just have a idea.


************************)
************************if (cmd [0] == "/ model")
****************************if (cmd [1] == "gm")
****************************GC.MyChar.Model = 223;
************************(

Ty for help xD [/ QUOTE]

Shouldn't it be like this?
Code:
if (Cmd[0] == "/model")
{
       if (Cmd[1] == "gm")
       {
        GC.MyChar.Body == 223; 
       }
}
01/08/2010 22:16 ~*NewDuuDe*~#7
I'm pretty sure he just posted that other stuff as an example.
01/08/2010 22:18 Arcо#8
Ah well now that the OP got his question answered.
Can we Request close?
01/08/2010 22:27 ~quablerist~#9
yep I got a answere on my question ^^ ty all for help