20.10.2016, 00:14
Код:
warning 213: tag mismatch
PHP код:
if(!IsAllowed(playerid, 1)) return NoAuth(playerid);
PHP код:
#define IsAllowed(%1,%2) PlayerInfo[%1][pAdmin] >= %2
PHP код:
#define NoAuth(%1) SendClientMessage(%1, COLOR_GREY, "You are not authorized to use this command.")