Kukaka
New Member
Posts: 2
Joined: Sep 2007
|
O.P. RE: RE: simple problem :P
quote: Originally posted by phalanxii
I would assume the problem is because you haven't changed the string lengths in the command:code: function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
if (Message.substr(0,6) == "/stats")
{
Message = Message.substr(7);
return query(Message);
}
}
Yay! it worked Thank you
|
|