My chat commands don't work..
#3

Quote:
Originally Posted by shitbird
Посмотреть сообщение
pawn Код:
if(!sscanf(text, "s[81]", result))
=

pawn Код:
if(sscanf(text, "s[81]", result))
Edit: Also, you don't have to use SSCANF when you're only dealing with one parameter, which you are, in this case.
I think is correct what is he doing, because this returns the message just using /b:
pawn Код:
if(sscanf(text,"s[81]",result)) return SendClientMessage(playerid,-1,"Usage: /b [Text]");
You'll get the message if you write just /b.
__________________
Where's the problem? I can't really see it.
I will test the command.
Reply


Messages In This Thread
My chat commands don't work.. - by Luke_James - 08.08.2012, 23:15
Re: My chat commands don't work.. - by shitbird - 08.08.2012, 23:22
Respuesta: Re: My chat commands don't work.. - by [DOG]irinel1996 - 08.08.2012, 23:26
Re: My chat commands don't work.. - by Luke_James - 08.08.2012, 23:33
Re: My chat commands don't work.. - by shitbird - 08.08.2012, 23:37
Re: My chat commands don't work.. - by Emmet_ - 08.08.2012, 23:41
Re: My chat commands don't work.. - by Luke_James - 08.08.2012, 23:45

Forum Jump:


Users browsing this thread: 1 Guest(s)