GTR Posted June 29, 2013 Share Posted June 29, 2013 Hi please can someone help me how to anim this ? Please Link to comment
iPrestege Posted June 29, 2013 Share Posted June 29, 2013 Move it? setTimer and guiGetPosition + guiSetPosition Link to comment
Castillo Posted June 29, 2013 Share Posted June 29, 2013 That would be for GUI, but if it's DX, then it won't work. Link to comment
GTR Posted June 29, 2013 Author Share Posted June 29, 2013 i cant anim a dx ? my skype mtaserveur123 Link to comment
iPrestege Posted June 29, 2013 Share Posted June 29, 2013 That would be for GUI, but if it's DX, then it won't work. I think it's gui ele . if so as far as i know you can that using : interpolateBetween Link to comment
GTR Posted June 29, 2013 Author Share Posted June 29, 2013 It's hard I will try to make it It's my first script ^^ Link to comment
Castillo Posted June 29, 2013 Share Posted June 29, 2013 You can anim a DX, you can use interpolateBetween to make a nice effect, or just define variables and change them. Link to comment
GTR Posted June 29, 2013 Author Share Posted June 29, 2013 An example please with the dx ? it's hard Link to comment
xXMADEXx Posted June 29, 2013 Share Posted June 29, 2013 An example please with the dx ? it's hard Its simple. For the variable one, just make X defined as 0 every time onClientRender make x=x+1 then make the dxDrawText to the x variable. Link to comment
iPrestege Posted June 29, 2013 Share Posted June 29, 2013 An example please with the dx ? it's hard Its simple. For the variable one, just make X defined as 0 every time onClientRender make x=x+1 then make the dxDrawText to the x variable. As far as i know i don't think this will work. Link to comment
~DarkRacer~ Posted June 29, 2013 Share Posted June 29, 2013 As far as i know i don't think this will work. This is an example, try it: local sx,sy = guiGetScreenSize() local x = 0 addEventHandler("onClientRender",root, function() x = x + 1 dxDrawText("Current Map: BLA BLA", x,10,sw,30) end ) you can change the positions of the text .. Link to comment
GTR Posted June 29, 2013 Author Share Posted June 29, 2013 Not work what is your skype ? to send you the code ? it's private SOLVED NEVER MIND 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