rusztamas Posted April 9, 2017 Share Posted April 9, 2017 Hello! I started making a Battle Royale server a few days ago, and now i set the timers for the matches. I'm making a dxDrawRectangle hud for it too, and i don't know how to call how the timer is going. So i would make a background rectangle, and a front rectangle, and it would move slowly down, and down. By using onClientRender and getting the remaining time. Any function name? Thanks! Link to comment
Tails Posted April 9, 2017 Share Posted April 9, 2017 (edited) Did you use setTimer() ? If so you can just do local secs = getTimerDetails(theTimer)/1000 https://wiki.multitheftauto.com/wiki/GetTimerDetails Edited April 9, 2017 by Tails 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