Easy set buttons to the beginning of a fight then when the amount = set amount start the fight so.
function MissionSetup()
BettingGame = false
PedCRTEXYZ(Ted)
PedCRTEXYZ(Johnny)
end
function BetCounter()
if Money = false and ButtonIsPressed( 8,0) then
("Text : 2.00$ Slot for bet.")
Money = true
end
function BettingStart()
if BettingGame = false and PedIsValid(Ted)
("Text : Set your Bet")
PedAttack(Ted,Johnny)
PedAttack(Johnny,Ted)
BettingGame = true
end
function BettingGameFinish()
if BettingGame = true and PedIsDead(Ted)
BettingGame = false
("Text : U lost 2.00$ stupid fgt m8.")
end