FuriouZ Posted June 7, 2013 Posted June 7, 2013 My question is how to set timer to fire ? i need that fire time is 30mins function burn(commandName, theSize) if theSize then createFire(2028.8000488281, -1191.5999755859, 22.700000762939, theSize) outputChatBox("Fire!", 200,200,0,true) else outputChatBox("Syntax: /fire ") end end addCommandHandler("fire", burn) Homepage @ http://rageresources.blogspot.com/ Offical Facebook @ https://www.facebook.com/pages/Rage-Scr ... fref=photo
MIKI785 Posted June 7, 2013 Posted June 7, 2013 You mean how long is the fire on? You can't... Lua Scripter Owner of mshost.cz MTA portal.
FuriouZ Posted June 7, 2013 Author Posted June 7, 2013 You mean how long is the fire on? You can't... Yeah,i mean it. But maybe is possible to automally if fire turns off then it automally creates new one ? Homepage @ http://rageresources.blogspot.com/ Offical Facebook @ https://www.facebook.com/pages/Rage-Scr ... fref=photo
MIKI785 Posted June 7, 2013 Posted June 7, 2013 I don't think that you can detect that. Lua Scripter Owner of mshost.cz MTA portal.
Jaysds1 Posted June 7, 2013 Posted June 7, 2013 Maybe you could time how long the fire takes before it goes out, then automatically create a new one. 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/
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