SA-MP Forums Archive
Important General Question - 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: Important General Question (/showthread.php?tid=195113)



Important General Question - Stevo127 - 01.12.2010

Hi, i started trying to script some new features of 0.3c into my gamemode and i tried to use the ManualVehicleEngineAndLights() function under GameModeInit and it gives the not defined error. I thought this was supposed to be defined in a_samp.inc, but it isn't.
I do have #include <a_samp> at the top.
Also other fuctions such as SetVehicleParamsEx give the same error. Is there something i have to do before using these?
If so, please reply. Thanks


Re: Important General Question - Mujib - 01.12.2010

Update your includes.


Re: Important General Question - Stevo127 - 01.12.2010

Yea, at first i thought that didnt even work either, but i guess not. Ive got it working now :P