Gamemode.PlayerSpawnEffect
From GMod Wiki
| Event Hook | |
| Hook Name | PlayerSpawnEffect |
| Syntax | GM:PlayerSpawnEffect( Player ply, String mdl ) |
| Description | Called when a player spawns an effect |
| Returns | Boolean - false to prevent spawning of the effect |
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.PlayerSpawnEffect]Gamemode.PlayerSpawnEffect [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- This hook gets called just before the effect is spawned.