19.02.2012, 14:24
Using Bools?
there is an example below.
Correct me if thats not what you said p
there is an example below.
pawn Код:
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..