Norhy Posted March 13, 2012 Share Posted March 13, 2012 Hello. I want a Fix and Nos command for my race server. So a player type /fix and his car will be fixed and /nos that adds Nitro to his car. Could please post a script here? And. How to make random message that appear every 2 Minutes? Link to comment
Kenix Posted March 13, 2012 Share Posted March 13, 2012 viewtopic.php?f=91&t=39931&p=405214&hilit=repair#p405214 viewtopic.php?f=91&t=40364&p=409671&hilit=nos#p409671 local tMsg = { "--"; "--"; } setTimer( function( ) outputChatBox( tMsg[ math.random( #tMsg ) ] ) end, 120000, 0 ) 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