bug id
#2

Could you post your script? I can't understand your problem , If you're trying to use sscanf for params syntax you should use
pawn Код:
CMD:test(playerid, params[])
{
    new id;
    if(sscanf(params, "d",id)) return SendClientMessage(playerid, -1, "Syntax :/test [playerid]");
    SendClientMessage(id,-1,"Your id is working fine!");
    return 1;
}
Reply


Messages In This Thread
bug id - by warlord321 - 24.05.2014, 09:55
Re: bug id - by SilentSoul - 24.05.2014, 09:59
Re: bug id - by warlord321 - 24.05.2014, 10:09
Re: bug id - by NaClchemistryK - 24.05.2014, 10:18
Re: bug id - by Rittik - 24.05.2014, 10:21
Re: bug id - by warlord321 - 24.05.2014, 20:44
Re: bug id - by Dangjai - 24.05.2014, 21:16

Forum Jump:


Users browsing this thread: 1 Guest(s)