29.01.2011, 23:41
pawn Код:
new level[playerid];
pawn Код:
level[playerid] = 1; // replace 1 with the level you want
pawn Код:
if(level[playerid] < 1) // change 1 to the level you want command to be usable at
return SendClientMessage(playerid, 0xAAAAAA, "You need to be level 1+ to use this command");