17.04.2012, 21:39
Well only RCON would just use IsPlayerAdmin(playerid) I would think..
EDIT: Also, it would have to be (gPlayerInfo[playerid][PLAYER_LEVEL] >= 1) if you wanted it to be level 1 and above, because using <= would mean someone who wasn't an admin could use it. If you wanted ONLY level 1, you could just use '==' rather than a '>'.
EDIT: Also, it would have to be (gPlayerInfo[playerid][PLAYER_LEVEL] >= 1) if you wanted it to be level 1 and above, because using <= would mean someone who wasn't an admin could use it. If you wanted ONLY level 1, you could just use '==' rather than a '>'.

