20.10.2011, 18:23
hi guys,
I've done a new script with a /me cmd... (/me [text]), however I've a slight problem with the params...
(using zcmd)
that's the line:
I'm not sure what's wrong, however when I use "/me" without any params, it just sends "*MyName" instead of the message...
what's wrong with this?
(using zcmd, streamer, mysql and sscanf includes if that helps)..
never had that problem before...
I've done a new script with a /me cmd... (/me [text]), however I've a slight problem with the params...
(using zcmd)
that's the line:
pawn Код:
if(!strlen(params)) return SendClientMessage(playerid, GREY, "Command Useage: /me <text>");
what's wrong with this?
(using zcmd, streamer, mysql and sscanf includes if that helps)..
never had that problem before...