Quote:
Originally Posted by drekes
I don't think ResetHud is good to detect the first round.
I'd use this:
PHP Code:
register_event("Event_RoundStart", 2, "1=RoundStart);
|
That's register_logevent(), it's also "Round_Start" instead of "RoundStart" and you forgot a " at the end.
register_logevent("event_roundStart", 2, "1=Round_Start")
__________________