djharbi2 Posted August 14, 2018 Share Posted August 14, 2018 (edited) hello, when you get in the car, 1- start 10 minutes. 2- show the time on the screen. 3- when the time is over stop the car. how can i do such a thing? Edited August 14, 2018 by djharbi2 Link to comment
Trefeor Posted August 14, 2018 Share Posted August 14, 2018 tables = { } -- for cars player createVehicle setTimer getTimerDetails setVehicleEngineState triggerClientEvent 'onClientRender' dxDrawText Link to comment
djharbi2 Posted August 14, 2018 Author Share Posted August 14, 2018 How can I count back from 10 minutes Link to comment
Keiichi1 Posted August 14, 2018 Share Posted August 14, 2018 setTimer(function() end, 600000, 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