CheiN Posted July 16, 2012 Share Posted July 16, 2012 function server(text) outputChatBox("#00e8ffServer#ff4a00:"), true end setTimer(server, 220000, 0, "press F7 to open the User Panel") Link to comment
Castillo Posted July 16, 2012 Share Posted July 16, 2012 No. function server ( text ) outputChatBox ( " #00e8ffServer#ff4a00: ".. text, root, 255, 255, 255, true ) end setTimer ( server, 220000, 0, "press F7 to open the User Panel" ) 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