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=633869)



help - itachi - 08.05.2017

ERRORS :

Код:
C:\Users\Bleck\Desktop\ExtraParba.pwn(2769) : error 001: expected token: ";", but found "if"
C:\Users\Bleck\Desktop\ExtraParba.pwn(2769) : warning 211: possibly unintended assignment
C:\Users\Bleck\Desktop\ExtraParba.pwn(2769) : error 036: empty statement
C:\Users\Bleck\Desktop\ExtraParba.pwn(2769) : fatal error 107: too many error messages on one line
LINE :

Код:
else if(HracoveUdaje[playerid][Event]=true)



Re: help - Oelhins - 08.05.2017

Try this:
Quote:

else if(HracoveUdaje[playerid][Event] == true)