08.04.2011, 08:38 
	
	
	
		if(admin[playerid] != 4 || omod[playerid] != id) return SendClientMessage(playerid, red, "You cannot use this command.");
That means you cannot use the command if admin[playerid] does NOT equal 4 or if omod[playerid] does NOT equal id
Only you will know if that is correct or not since it's your script.
	
	
	
That means you cannot use the command if admin[playerid] does NOT equal 4 or if omod[playerid] does NOT equal id
Only you will know if that is correct or not since it's your script.


