Gamemode.PlayerInitialSpawn
From GMod Wiki
Event Hook | |
Hook Name | PlayerInitialSpawn |
Syntax | GM:PlayerInitialSpawn( Player Player ) |
Description | Is called when the player first spawns into the world. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.PlayerInitialSpawn]Gamemode.PlayerInitialSpawn [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Is not called upon respawn.
- Is called after a map change.
- Called when you start 'sending client info' rather then when you actually spawn.
See Also