11.09.2009, 13:36
Код:
if(PlayerData[playerid][Jailed] == 1) { if(PlayerData[playerid][Level] >= 4) { return 1; <========= Its already one but no working,neither if cmds are disabled and I did if(ServerData[CmdDisabledAll] == 1 && PlayerData[playerid][Level] >= 4) { return 1;} but still not working :/ }