SA-MP Forums Archive
Engine - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Engine (/showthread.php?tid=218172)



Engine - Typhome - 29.01.2011

---------

// Is that correct if..

1 = true
0 = false

?


Re: Engine - JaTochNietDan - 29.01.2011

It doesn't return a boolean, therefore checking it as a boolean will cause the compiler to throw an error. You should just compare it with 0 or 1.