This is my second question, now I created a bet-script, so it works as it should when you place the bets.
But then I went into a problem. When the round ends, I'd like to know which team won, CT or T. I haven't found a function for this. This is the last thing I need to know before finishing the script
EDIT:
I got the round change using this:
PHP Code:
register_event("HLTV","roundchange","a");
If that helps...