ASlEle Posted February 11, 2019 Share Posted February 11, 2019 hi all, i was looking for script to remove players stars after 300 secs because when player get wanted the stars never removed and it make the players must jail them self to take other job and thanks Link to comment
WorthlessCynomys Posted February 11, 2019 Share Posted February 11, 2019 You would have to use a timer for that: setTimer() which calls a function that clears the player of being wanted. Link to comment
ASlEle Posted February 11, 2019 Author Share Posted February 11, 2019 9 hours ago, WorthlessCynomys said: You would have to use a timer for that: setTimer() which calls a function that clears the player of being wanted. im not scripter bro im here to request help from any scripter to help me in that Link to comment
KillerX Posted February 11, 2019 Share Posted February 11, 2019 4 minutes ago, ASlEle said: im not scripter bro im here to request help from any scripter to help me in that -- Server -- setTimer( function( ) for i , player in pairs( getElementsByType( 'player' ) ) do setPlayerWantedLevel( player , 0 ) end end , 300000 , 0 ) 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