Problem with this 2 cmds
#3

pawn Код:
new
            userID;

        if(sscanf(params, "u", userID)) {
            return SendClientMessage(playerid, COLOR_GREY, SYNTAX_MESSAGE"/get [playerid]");
        }
        else {
            if(userID == INVALID_PLAYER_ID)
                return SendClientMessage(playerid, COLOR_GREY, "The specified player ID is either not connected or has not authenticated.");
try adding that to fit your script
Reply


Messages In This Thread
Problem with this 2 cmds - by Face9000 - 23.03.2012, 16:48
Re: Problem with this 2 cmds - by park4bmx - 23.03.2012, 16:52
Re: Problem with this 2 cmds - by BigD - 23.03.2012, 16:53
Re: Problem with this 2 cmds - by Face9000 - 23.03.2012, 18:15

Forum Jump:


Users browsing this thread: 1 Guest(s)