SA-MP Forums Archive
help|neon - simple! - 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: help|neon - simple! (/showthread.php?tid=272483)



help|neon - simple! - shahartal - 28.07.2011

i create a neon system
and the neons Glowing just if the car Straight if the car in Increase \ Jump
the neons stop Glowing..

There is a way to do neon that glowing all the time! ?

Thanks



Re: help|neon - simple! - TouR - 28.07.2011

Do you use AttachObjectToVehicle?


Re: help|neon - simple! - shahartal - 28.07.2011

yes:

pawn Код:
ANeon[vehicleid] = CreateObject(18652,0,0,0,0,0,0);
AttachObjectToVehicle(ANeon[vehicleid],vehicleid, 0.0, 0.0, -0.70, 0.0, 0.0, 0.0);



Re: help|neon - simple! - Kitten - 28.07.2011

I think this would be possible with velocity not sure.


Re: help|neon - simple! - shahartal - 29.07.2011

What do you mean?


Re: help|neon - simple! - shahartal - 30.07.2011

Up