SA-MP Forums Archive
HELP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HELP (/showthread.php?tid=480577)



HELP - J4mmyHD - 11.12.2013

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?


Re: HELP - Loot - 11.12.2013

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



Re: HELP - J4mmyHD - 11.12.2013

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.