1 Warning
#2

pawn Код:
COMMAND:vipcolor(playerid,params[])
{
    if(VIP[playerid] == 0) return SendClientMessage(playerid,COLOR_RED,"You are not a V.I.P!");

    SetPlayerColor(playerid, COLOR_YELLOW);
    return 1;
}
Reply


Messages In This Thread
1 Warning - by Blackazur - 17.12.2012, 18:32
Re: 1 Warning - by Konstantinos - 17.12.2012, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)