How to make this object solid? - 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: How to make this object solid? (
/showthread.php?tid=625902)
How to make this object solid? -
weex - 08.01.2017
I'm trying to use a amazing map here, to make a mecanic system, but this object is not solid:
How to make this object solid?
I look hard to found the id, and it's not only one object
Код:
CreateDynamicObject(11391, 1910.80566, -1785.34412, 13.77544, 0.00000, 0.00000, 0.00000, -1, -1, -1, 200.0);
http://dev.prineside.com/en/gtasa_sa...earch/?q=11391
http://dev.prineside.com/en/gtasa_sa...ubprops6_SFSe/
Someone could help me on this?
Re: How to make this object solid? -
saffierr - 08.01.2017
I recently heard that it's not possible, although I am not hundred percent sure.
Re: How to make this object solid? -
SickAttack - 08.01.2017
Not sure if applying a texture to it (I think I saw someone say that you can make an object solid that way around this forum - never tested it though), it wouldn't hurt to try that out however - so give it a shot!
At the worst case, you'll have to place multiple solid objects underneath it so that it can appear solid, but it won't actually be solid on its own.
Re: How to make this object solid? -
Dignity - 08.01.2017
Use SA-MP wall0 objects to patch up the objects, and apply a space as their text using SetObjectMaterialText to make them invisible.