'Light' objects - 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: Discussion (
https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: 'Light' objects (
/showthread.php?tid=408750)
'Light' objects -
ev0lution - 19.01.2013
Does anyone know of any 'light' objects (of any colour) that are just the light by themselves?
The hydra flare is good but it's a bit
too bright for my purpose. I don't want any physical light objects, just like... a glowing object, if one exists.
Edit: Solved, used PointLights from the SA-MP object collection:
https://sampwiki.blast.hk/wiki/Objects_0...143_Objects.29
Re: 'Light' objects -
RajatPawar - 19.01.2013
I don't think this is what you want, but here is an object that is just 'light by itself.'
Anyways however, it is too big to be used.
Re: 'Light' objects -
ev0lution - 19.01.2013
I mean something that's just glowing... like the neon lights but preferably spherical.
Re: 'Light' objects -
RajatPawar - 19.01.2013
This is really stupid, but if you really want a 'light' you could create an explosion of a very small size, 0.2 or similar, with a timer of milliseconds, so as one explosion 'burns out' another one happens. Really stupid, just occured to me!
Re: 'Light' objects -
ev0lution - 19.01.2013
Haha interesting solution but yeah, not quite what I'm after.
Edit: A ha! Found what I'm after - the PointLight SA-MP objects (
https://sampwiki.blast.hk/wiki/Objects_0...143_Objects.29)