View difference between Paste ID: kFuYhUyj and hRdYsxpn
SHOW: | | - or go back to the newest paste.
1
CMD:cutterrims(playerid, params[])
2
{
3-
	if(PlayerInfo[playerid][pAdmin] <= 1)
3+
4-
 	{
4+
5-
		return SendClientMessageEx(playerid, COLOR_LIGHTRED, " You are not Authorized to use that command");
5+
6-
	}
6+
7
}