SA-MP Forums Archive
2 Errors, please help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: 2 Errors, please help (/showthread.php?tid=346265)



2 Errors, please help - Jing_Chan - 27.05.2012

Heres the errors
pawn Код:
C:\Users\James\Desktop\SARP\gamemodes\sarp2.pwn(6417) : error 036: empty statement
C:\Users\James\Desktop\SARP\gamemodes\sarp2.pwn(6421) : error 029: invalid expression, assumed zero
Line 6417 =
pawn Код:
if(HouseVehicleIDTemp[playerid] == 0);
Line 6421 =
pawn Код:
else



Re: 2 Errors, please help - Riddy - 27.05.2012

This topic belongs to Scripting Discussion

if(HouseVehicleIDTemp[playerid] == 0); <- Isnt defined


try else {