06.09.2015, 21:49
pawn Код:
CMD:getip(playerid, params[])
{
// regular player
if(PlayerInfo[playerid][AdminLevel] < 1) return 0;
// admin lvl 1
if(PlayerInfo[playerid][AdminLevel] < 2) return SendClientMessage(playerid, COLOR_YELLOWGREEN, "Error: You are not authorized to use this command.");