Gamemode.PlayerSetModel
From GMod Wiki
Event Hook | |
Hook Name | PlayerSetModel |
Syntax | GM:PlayerSetModel( Player Player ) |
Description | Called whenever a player spawns and must choose a model. A good place to assign a model to a player. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.PlayerSetModel]Gamemode.PlayerSetModel [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- If you override Gamemode.PlayerSpawn, this stops being called.
See Also