05.06.2015, 20:01
Well, I want someone to script me a command in zcmd by which admin can disable any command ingame and when player types that command, it says this command is disabled by admins.
if (adlvl[playerid] < 5) return 0;
Command must be for level 5 admins only, as listed upside.
if (adlvl[playerid] < 5) return 0;
Command must be for level 5 admins only, as listed upside.