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



error - Ernests - 30.04.2011

Код:
if(GetVehicleSpeed(vehicleid) > 90))
i have stock and all is ok but

Код:
: error 029: invalid expression, assumed zero
where the problem?


Re: error - Sascha - 30.04.2011

you used 1 ) too much...
pawn Код:
if(GetVehicleSpeed(vehicleid) > 90)



Re: error - Ernests - 30.04.2011

lol i failed, thanks