#8

Ah alright, I got it, but gives me one error
error 017: undefined symbol "params"

pawn Код:
if(strcmp(cmd, "/rank", true) == 0)
    {
        new id,rank = AccountInfo[playerid][wspd];
        if(sscanf(params,"u",id))return SendClientMessage(playerid,-1,"Usage: /rank [id / part of name]");
        format(string,sizeof(string),"%s's rank is %s",GetName(id),PoliceRanks[rank]);
        SendClientMessage(playerid,-1,string);
        return 1;
    }
Reply


Messages In This Thread
Rank - by McCarthy - 17.09.2011, 13:37
Re: Rank - by =WoR=Varth - 17.09.2011, 14:25
Re: Rank - by Tee - 17.09.2011, 14:29
Re: Rank - by McCarthy - 17.09.2011, 14:43
Re: Rank - by Tee - 17.09.2011, 14:50
Re: Rank - by McCarthy - 17.09.2011, 15:32
Re: Rank - by Tee - 17.09.2011, 15:41
Re: Rank - by McCarthy - 17.09.2011, 16:11
Re: Rank - by =WoR=Varth - 17.09.2011, 16:17
Re: Rank - by McCarthy - 17.09.2011, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)