Event Help
Hi,
Is there an event that indicates a new map has been loaded in CS? I am trying to run a script as the new map is loaded and\or as a player connects. I tried looking at the list the Function search thing provides in register_event, but there are no lists for CS. Any help would be great, thanks. |
plugin_init is called on mapchange :)
|
yeah there's plugin_init() on mapchange, as well as many events that can be called from register_event()
example: Code:
is called for each player when they spawn (at the start of the round(s)). |
| All times are GMT -4. The time now is 14:42. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.