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



errors. - iGetty - 09.03.2011

So I get these errors when I am adding the 0.3c Vehicle Functions

Код:
C:\Documents and Settings\Callum\Desktop\use as new hillside\gamemodes\VortexRoleplay.pwn(1014) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Callum\Desktop\use as new hillside\gamemodes\VortexRoleplay.pwn(1014) : error 029: invalid expression, assumed zero
Here is the pawn code. under OnGameModeExit.

pawn Код:
ManualVehicleEngineAndLights();
That's all I can really show about it.
Please help.



Re: errors. - iGetty - 09.03.2011

Quote:
Originally Posted by getty154
Посмотреть сообщение
So I get these errors when I am adding the 0.3c Vehicle Functions

Код:
C:\Documents and Settings\Callum\Desktop\use as new hillside\gamemodes\VortexRoleplay.pwn(1014) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Callum\Desktop\use as new hillside\gamemodes\VortexRoleplay.pwn(1014) : error 029: invalid expression, assumed zero
Here is the pawn code. under OnGameModeInit.

pawn Код:
ManualVehicleEngineAndLights();
That's all I can really show about it.
Please help.
EDIT: From ongamemodeexit to ongamemodeinit also, sorry about double post, thought i clicked on edit.