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



Need Help. - Millionaire - 16.06.2011

Hello!
How to fix these errors?
pawn Код:
C:\Documents and Settings\Ironboy\My Documents\Downloads\fuel.pwn(165) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Documents and Settings\Ironboy\My Documents\Downloads\fuel.pwn(166) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Documents and Settings\Ironboy\My Documents\Downloads\fuel.pwn(167) : error 017: undefined symbol "SetVehicleParamsEx"



Re: Need Help. - Skaizo - 16.06.2011

Код:
native SetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
native GetVehicleParamsEx(vehicleid, &engine, &lights, &alarm, &doors, &bonnet, &boot, &objective);



Re: Need Help. - Millionaire - 16.06.2011

ok thx