Unknown Command for ID 25+
#6

Btw, your "check" command wouldn't work

UPD:
pawn Код:
CMD:check(playerid, params[])
{
    if(IsNull(params)) return SendClientMessage(playerid, COLOR_GREY, "{F3FF02}USAGE:{33AA33} /check [playerid]");
    if(IsAdmin(playerid, 1))
    {
        new giveplayerid = strval(params);
        if(IsPlayerConnected(giveplayerid)) ShowPlayerStats(playerid, giveplayerid);
        else SendClientMessage(playerid, COLOR_GREY, " Player is not online");
    }
    else SendClientMessage(playerid, COLOR_GREY, " You are not authorized to use this command !");
    return true;
}
Reply


Messages In This Thread
Unknown Command for ID 25+ - by Lynn - 25.06.2011, 17:57
Re: Unknown Command for ID 25+ - by Willow - 25.06.2011, 18:03
Re: Unknown Command for ID 25+ - by Lynn - 25.06.2011, 18:13
Re: Unknown Command for ID 25+ - by rjjj - 25.06.2011, 18:16
Re: Unknown Command for ID 25+ - by shitbird - 25.06.2011, 18:16
Re: Unknown Command for ID 25+ - by gimini - 25.06.2011, 18:17
Re: Unknown Command for ID 25+ - by Lynn - 25.06.2011, 19:50
Re: Unknown Command for ID 25+ - by Jefff - 25.06.2011, 20:23

Forum Jump:


Users browsing this thread: 1 Guest(s)