#1

pawn Код:
if(ReportAcceptedBy[playerb] == !playerid) return SendClientMessage(playerid, COLOR_GREY, "You have not accepted this persons Report.");
Give this error:

warning 213: tag mismatch

How to fix?
Reply
#2

What are you trying to check exactly?
pawn Код:
if(ReportAcceptedBy[playerb] != playerid) return SendClientMessage(playerid, COLOR_GREY, "You have not accepted this persons Report.");
Reply
#3

Quote:
Originally Posted by Loot
Посмотреть сообщение
What are you trying to check exactly?
pawn Код:
if(ReportAcceptedBy[playerb] != playerid) return SendClientMessage(playerid, COLOR_GREY, "You have not accepted this persons Report.");
Thanks, +Rep.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)