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.