19.09.2012, 16:24
Quote:
Coloca assim
Код:
if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pRank] >= 1) return SendClientMessage(playerid, COLOR_GREY, " Apenas Vips tem acesso a esse comando."); new Float:oldposx, Float:oldposy, Float:oldposz; GetPlayerName(playerid, playername, sizeof(playername)); GetPlayerPos(playerid, oldposx, oldposy, oldposz); |
pawn Код:
if(PlayerInfo[playerid][pRank] < 1) return SendClientMessage(playerid, COLOR_GREY, " Apenas Vips tem acesso a esse comando.");