13.07.2012, 21:00 
	
	
	Quote:
| 
 make a variable that will show if the commands are disabled or not. 
new bool:gCommandsDisabled[MAX_PLAYERS]; and on every command in the beginning put if(gCommandsDisabled[playerid]==false)return SendClientMessage... to enable just gCommandsDisabled[playerid]==true; to disable gCommandsDisabled[playerid]=false;  | 


