19.02.2012, 14:26
Quote:
Using Bools?
there is an example below. [CODE] new bool:CommandsOff; if(strcmp(cmd, "/makeadmin", true) == 0) { if(CommandsOff == true) return SendClientMessage(playerid,-1,"Commands Are Disabled By An Administrator); } else { everything else..[/PAWN] Correct me if thats not what you said p |