Strlen not getting called(?)
#1

pawn Код:
new giveplayerid, reason[50];
if(sscanf(params, "ds[50]", giveplayerid, reason))return SendClientMessage(playerid, -1, "Usage:[...]");
{
    if(strlen(reason) > 49)
    {
For some reason second if statement won't get called. Don't know, maybe it's sscanf2 fault? User of that command should receive a message from strlen and then return to the top.
Reply


Messages In This Thread
Strlen not getting called(?) - by Riddick94 - 29.01.2013, 15:09
Re: Strlen not getting called(?) - by Jochemd - 29.01.2013, 15:10
Re: Strlen not getting called(?) - by Riddick94 - 29.01.2013, 15:19
Re: Strlen not getting called(?) - by Riddick94 - 29.01.2013, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)