Map/Script fire - 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)
+--- Thread: Map/Script fire (
/showthread.php?tid=398431)
Map/Script fire -
gregstjeee - 09.12.2012
Hey guys,
We're doing some major things to our server but theres a problem.
I saw one a server one day they could map/script fire, in various types, low fire, big fire and all.
I just like want to put those fires ingame permanently so they can't be extuinguished.
How do I map/script that?
Re: Map/Script fire -
AndreT - 09.12.2012
Hey.
Your question contains half of the answer to your question: mapping. In other words, custom objects introduced with SA-MP 0.3c.
You create these objects like regular ones using CreateObject (for everyone) or CreatePlayerObject (for a certain player) - the latter is used by streaming scripts including the Streamer Plugin which I recommend you to use if your server has plenty of objects.
Fire objects are:
18688 fire
18689 fire_bike+
18690 fire_car
18691 fire_large
18692 fire_med
Re: Map/Script fire -
gregstjeee - 09.12.2012
Fire, Fire large and Fire med was just what I needed!
Thanks alot!