Jump to content

How set timer to fire ?


FuriouZ

Recommended Posts

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) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...