SA-MP Forums Archive
Little error - 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: Little error (/showthread.php?tid=319951)



Little error - KeeDee - 21.02.2012

Код:
if(health < 20.0)
Код:
error 001: expected token: ";", but found "if"
I Dont understand the error.


Re: Little error - ReneG - 21.02.2012

You are missing a " ; " on the line before.
Код:
if(health < 20.0)



Re: Little error - KeeDee - 21.02.2012

Oh thanks.