SA-MP Forums Archive
Object problem - 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: Object problem (/showthread.php?tid=520213)



Object problem - ShoortyFl - 17.06.2014

Well, I'm working on something for police system, and It's about drilling tires, I don't know what is the real name for this, but when the car come across that object tires tires will be drilled, like Hedgehogs / spines.

This is how I create the object

Код:
CreateDynamicObject(2899, X+5, Y, Z-0.9, 0.00000000, 0.00000000, 0.00000000);
or

Код:
CreateDynamicObject(2892, X+5, Y, Z-1, 0.00000000, 0.00000000, 0.00000000);
but it's not working, i can cross over that object, but tires are not drilled.


Re: Object problem - Lynn - 17.06.2014

The object alone will not pop the tires.
You have to write code for it too.