11.12.2013, 16:05
pawn Код:
if(ReportAcceptedBy[playerb] == !playerid) return SendClientMessage(playerid, COLOR_GREY, "You have not accepted this persons Report.");
warning 213: tag mismatch
How to fix?
if(ReportAcceptedBy[playerb] == !playerid) return SendClientMessage(playerid, COLOR_GREY, "You have not accepted this persons Report.");
if(ReportAcceptedBy[playerb] != playerid) return SendClientMessage(playerid, COLOR_GREY, "You have not accepted this persons Report.");