frosbite Posted March 23, 2014 Posted March 23, 2014 Hi! Who can give me this? It is info in chat! the info is remaining times!
Anubhav Posted March 23, 2014 Posted March 23, 2014 We aren't gonna script for you. Make it yourself or download from community. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
frosbite Posted March 23, 2014 Author Posted March 23, 2014 And setTimer Do you can give me the server.lua script?
WhoAmI Posted March 23, 2014 Posted March 23, 2014 local minutes = 5 --for what period of time message would be shown on chatbox setTimer ( outputChatBox, minutes * 60000, "Message" )
frosbite Posted March 23, 2014 Author Posted March 23, 2014 local minutes = 5 --for what period of time message would be shown on chatbox setTimer ( outputChatBox, minutes * 60000, "Message" ) Yes this, but i need the outputchatbox script
Jaysds1 Posted March 23, 2014 Posted March 23, 2014 You could script this yourself, just read more about how to script on the MTA Wiki https://wiki.multitheftauto.com My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
Arnold-1 Posted March 23, 2014 Posted March 23, 2014 local minutes = 5 --for what period of time message would be shown on chatbox setTimer ( outputChatBox, minutes * 60000, "Message" ) You forgot the "Times to execute" argument local minutes = 5 --for what period of time message would be shown on chatbox setTimer ( outputChatBox, minutes * 60000,0, "Message" ) it must be 0 so it will happen forever Ingame Name: Arnold If you need my help, contact me on Skype @bshr.ara NOTE:DO NOT ASK ME FOR SCRIPTS, ASK ME FOR HELP
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