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



Hood Car - iReaLCFG - 26.01.2011

how to hood car ?? ( not run ultimate hood FS ).


Re: Hood Car - randomkid88 - 26.01.2011

If you mean open the hood, use SetVehicleParamsEx


Re: Hood Car - iReaLCFG - 26.01.2011

I do not understand me so well you can explain?


Re: Hood Car - Not available - 26.01.2011

This will open the hood, put it wherever you want to call it:
pawn Код:
new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
SetVehicleParamsEx(vid,engine,lights,alarm,doors,1,boot,objective);



Re: Hood Car - iReaLCFG - 26.01.2011

Not available can send you FS or others and put ??
Quote:

new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(vid,engine,lights,alarm,doors,b onnet,boot,objective);
SetVehicleParamsEx(vid,engine,lights,alarm,doors,1 ,boot,objective);