help on commands

Newbie Spellweaver
Joined
Feb 14, 2008
Messages
82
Reaction score
0
hello..
i am trying to mack a command for my sources like /cyclone to get cyclone and cyclone never goes a way untell you type it agen or type somting like /rcyclone plz help me if you can
ow ya im using lotf sorces lol hard for you to help me if you dont no what sorces im using xd well help if you can sorry if i have bad spelling
 
um dotn work
i trys using and when i type /cyclone it will come up for like 1 sec then it goes a way it may be someting smeile im still a lite new at this codding thangy


Code:
if (Splitter[0] == "/cyclone")
{
MyChar.CycloneOn = true;
SendPacket(General.MyPackets.Vital(MyChar.UID, 26, MyChar.GetStat()));
}
 
Back