Snakegold Posted July 25, 2018 Share Posted July 25, 2018 (edited) Guys can you tell me how to make dxDrawText appears after 1 sec and disappears after 3 secs? give me example Edited July 25, 2018 by Snakegold Link to comment
itHyperoX Posted July 25, 2018 Share Posted July 25, 2018 (edited) setTimer(function() addEventHandler("onClientRender", root, text) setTimer(function() removeEventHandler("onClientRender", root, text) end, 3000, 1) end, 1000, 1) function text() dxDrawText -- yourstuff here end Edited July 25, 2018 by TheMOG 1 Link to comment
Snakegold Posted July 25, 2018 Author Share Posted July 25, 2018 (edited) OH thanks you Edited July 25, 2018 by Snakegold 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