kevin11 Posted June 3, 2010 Share Posted June 3, 2010 can anyone help me out a little about how to make a bet system that bets money on a player and when he wins/dd/dm he will get more money in return i dont know where/how to start so could maybe anyone help me start Link to comment
Dark Dragon Posted June 3, 2010 Share Posted June 3, 2010 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
dzek (varez) Posted June 3, 2010 Share Posted June 3, 2010 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 and this is also the proof that the correct parts he's posting isn't made by him.. Link to comment
loler Posted June 3, 2010 Share Posted June 3, 2010 i think it is true what varez said ... (idk) Link to comment
kevin11 Posted June 3, 2010 Author Share Posted June 3, 2010 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 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
dzek (varez) Posted June 3, 2010 Share Posted June 3, 2010 i dont care until you stole it ;p lets stay on topic - you got the idea? Link to comment
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