Jump to content

bets


kevin11

Recommended Posts

race fires custom events which are meant to be used

local allowBets = false
 
function betLimit(newState,oldState)
   allowBets = true
if newState == "Running" then
setTimer(endBetTime,30000,1)
end
end)
addEvent("onRaceStateChanging",true)
addEventHandler("onRaceStateChanging",getRootElement(),betLimit)
 
function endBetTime()
   allowBets = false
end
 
--etc...

Link to comment

now you will have to extend you "etc"..

kevin always "have nothing and dont know where to start", then forum members are creating a code for him step by step (sometimes in few topics), or he have part of code (dont know who is giving it to him, maybe random part found over the net, maybe stolen) and want us to complete, and sometimes he post few lines of random words from wiki - and to fix it is our job.. But at least im sure that is his code :P and this is also the proof that the correct parts he's posting isn't made by him..

Link to comment
now you will have to extend you "etc"..

kevin always "have nothing and dont know where to start", then forum members are creating a code for him step by step (sometimes in few topics), or he have part of code (dont know who is giving it to him, maybe random part found over the net, maybe stolen) and want us to complete, and sometimes he post few lines of random words from wiki - and to fix it is our job.. But at least im sure that is his code :P and this is also the proof that the correct parts he's posting isn't made by him..

well i dont think its any of you're business how i get them :!:

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