Nicolas3D Posted March 2, 2022 Share Posted March 2, 2022 Hello everyone, I'm having a problem that an object is not doubleside, there are already several scripts and none of them worked. I'm creating an object through lua, what would be the script to make it work? Link to comment
Spakye Posted March 3, 2022 Share Posted March 3, 2022 Hello, did you see this topic already ? https://forum.multitheftauto.com/topic/88771-object-doublesided/ Link to comment
Nicolas3D Posted March 5, 2022 Author Share Posted March 5, 2022 On 03/03/2022 at 10:28, Spakye said: Olá, você já viu este tópico? https://forum.multitheftauto.com/topic/88771-object-doublesided/ I hadn't seen it, but I tested the scripts mentioned and the argument error obj = createObject ( id, x, y, z, 0, 0, 0, false ) this is the script i use to create object Link to comment
Moderators IIYAMA Posted March 5, 2022 Moderators Share Posted March 5, 2022 4 hours ago, Nicolas3D said: this is the script i use to create object setElementDoubleSided(obj, true) https://wiki.multitheftauto.com/wiki/SetElementDoubleSided If the object is successful created, you can use this function to make the object doublesided. Link to comment
Nicolas3D Posted March 8, 2022 Author Share Posted March 8, 2022 The script worked, but for some reason some parts got darker colors On 05/03/2022 at 13:36, IIYAMA said: setElementDoubleSided(obj, true) https://wiki.multitheftauto.com/wiki/SetElementDoubleSided If the object is successful created, you can use this function to make the object doublesided. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now