TorNix~|nR Posted January 31, 2018 Share Posted January 31, 2018 Hello guys, I'm wondering how to make a dxDrawText flashing, appear and disappear for example like the radar have setRadarAreaFlashing how to make it on dxDrawText Link to comment
NeXuS™ Posted January 31, 2018 Share Posted January 31, 2018 You can create it with a thousand methods. getTickCount, creating a timer which switches a boolean's value, etc. 1 1 Link to comment
Moderators IIYAMA Posted January 31, 2018 Moderators Share Posted January 31, 2018 Most simple method: if getTickCount() % 50 > 25 then end 1 Link to comment
TorNix~|nR Posted January 31, 2018 Author Share Posted January 31, 2018 Thank you guys, it's working fine Link to comment
#RooTs Posted January 31, 2018 Share Posted January 31, 2018 My dx alpha https://community.multitheftauto.com/index.php?p=resources&s=details&id=6561 1 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