Jump to content

Countdown and Drift


Trikk

Recommended Posts

Basicly what im trying to do is make a drift counter, when your done drifting, the drift count is added to your money. What functions would I use, and how would I use them?

Also a Count down system. I think i know how to script that though.

function countdown () 
  if bindKey == ("o") then 
     setTimer(countdown(count - 1), 1000, 1) then 
       outputChatBox("Go!") 
end 

It looks wrong to me. Lol.

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...