Quote:
Originally Posted by Dores
PHP Code:
register_event( "ResetHUD", "ev_Respawn", "b" );
|
NO!
Even if it doesn't matter if it is used in this case, you shouldn't name the function "ev_Respawn".
That event is called more than just when a player spawns, and if a new scripter sees that, they will think it is the correct way to hook spawning.
__________________