GRRRRRRRR ZCMD wont work for me -.-
#9

pawn Код:
CMD:setvip(playerid, params[])
{
    if(IsPlayerAdmin(playerid))
    {
        new id, level;
        if(sscanf(params,"ui", id, level)) return SendClientMessage(playerid, -1,"SYNTAX: /setvip [id] [level]");
        {
            PlayerInfo[id][pVIP] = level;
            if (id == INVALID_PLAYER_ID) { return SendClientMessage(playerid, -1, "No player online with that id."); }
        }
    }
    else SendClientMessage(playerid, -1,"You are not an Admin!");
    return 1;
}
==
Код:
 no motherfukin errors thank you so much man
Reply


Messages In This Thread
GRRRRRRRR ZCMD wont work for me -.- - by DaRkAnGeL[NBK] - 11.10.2011, 00:44
Re: GRRRRRRRR ZCMD wont work for me -.- - by DaRkAnGeL[NBK] - 11.10.2011, 00:46
Re: GRRRRRRRR ZCMD wont work for me -.- - by Johndaonee - 11.10.2011, 00:46
Re: GRRRRRRRR ZCMD wont work for me -.- - by DaRkAnGeL[NBK] - 11.10.2011, 00:53
Re: GRRRRRRRR ZCMD wont work for me -.- - by DaRkAnGeL[NBK] - 11.10.2011, 01:06
Re: GRRRRRRRR ZCMD wont work for me -.- - by GrimR - 11.10.2011, 01:17
Re: GRRRRRRRR ZCMD wont work for me -.- - by DaRkAnGeL[NBK] - 11.10.2011, 01:50
Re: GRRRRRRRR ZCMD wont work for me -.- - by GrimR - 11.10.2011, 02:10
Re: GRRRRRRRR ZCMD wont work for me -.- - by DaRkAnGeL[NBK] - 11.10.2011, 02:24
Re: GRRRRRRRR ZCMD wont work for me -.- - by DaRkAnGeL[NBK] - 11.10.2011, 02:30

Forum Jump:


Users browsing this thread: 1 Guest(s)