tomaker Posted December 1, 2015 Posted December 1, 2015 Hi i want ask that im the only person who can't run and can't write with easy_3d_text i export it and everything should be fine but it doesn;t work and is it the MTA Problem,bug or why now the "easy_3d_text" doesn't workt or i did something bad
Anubhav Posted December 1, 2015 Posted December 1, 2015 Show us the script, then we can help you out in it. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
tomaker Posted December 2, 2015 Author Posted December 2, 2015 i mean i have this script : https://community.multitheftauto.com/ind ... ls&id=3090 and i export the function but it still didn't write anything text = export.easy3dtext:create3DText(x,y,z"Test",255,255,255,255,"pricedown",1) why it didn't work ?
Anubhav Posted December 2, 2015 Posted December 2, 2015 text = export.easy3dtext:create3DText(x,y,z, "Test",{255,255,255}, "pricedown",1) You got the wrong format, It's like this. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
tomaker Posted December 4, 2015 Author Posted December 4, 2015 function test3D() text = export.easy3dtext:create3DText(0,0,3, "Test",{255,255,255}, "pricedown",3) end addCommandHandler("testd",test3D) now i see it but just in ono or two pos i can't see it if i go away 10 feet i can't see and how can i do a bigger scale ? is any ideas ? i did it at client side
Anubhav Posted December 5, 2015 Posted December 5, 2015 Try increasing the number 3 See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
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