I am looking for an event :) (player finished loading?)
Hello there,
I've been searching for hours now, but I don't get it. Is there an event I can use in order to distinguish if a player is done loading the game (-> Spec-Mode)? I've already seen a (not so satisfying) event (via HamSandwich) by which I can listen for round-restarting. But that's not what I want. Can you help me? Thanks in advance! sake |
Re: I am looking for an event :) (player finished loading?)
MOTD maybe?
|
Re: I am looking for an event :) (player finished loading?)
Found another solution. Sound after first respawn with short delay. But thanks anyways.
PHP Code:
|
Re: I am looking for an event :) (player finished loading?)
client_putinserver() ? It triggers right after player finished loading.
|
Re: I am looking for an event :) (player finished loading?)
client_putinserver(), client_connect(), or even client_authorized() should be what you want. Else, you could use the message TeamInfo, which is when a team is chosen. There's also ShowMenu and VGUIMenu which are the actual displaying of the menus for choosing a team.
|
Re: I am looking for an event :) (player finished loading?)
I've tried client_connect and putinserver and they didn't work.
How do I have to subscribe to the others? (register_event)? |
Re: I am looking for an event :) (player finished loading?)
Quote:
|
| All times are GMT -4. The time now is 01:11. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.