2kristof2 Posted August 4, 2014 Share Posted August 4, 2014 Hello, I used particle effect (an object with a fire effect) and i have a problem with drawing distance. When I placed the object with the fire effect i could see it only if i was really close. Is it possible to see any effect from farther distance? I tried to use engineSetModelLODDistance(ID, 500) but as you know it works only for object, not for the effect.. thx for help, Krzysztof Link to comment
Addlibs Posted August 4, 2014 Share Posted August 4, 2014 If it's an object with edited .dff/.txd to make it have the fire particles, you can use engineSetModelLODDistance on it (but I'm not sure if it would have an effect on it). Although, MTA v1.4 already brings in createEffect which you can use to get the fire particle. Link to comment
2kristof2 Posted August 4, 2014 Author Share Posted August 4, 2014 Yup, but creating a script and editing it is 10x longer than placing ready effect in the editor. engineSetModelLODDistance works only for objects. Does createEffect work for MTA 1.3 btw? Link to comment
TAPL Posted August 4, 2014 Share Posted August 4, 2014 Does createEffect work for MTA 1.3 btw? FROM VERSION 1.4 ONWARDS. 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