Garry's Mod Wiki

GM:PlayerSpawnAsSpectator

  GM:PlayerSpawnAsSpectator( Player ply )

Description

Called to spawn the player as a spectator.

Arguments

1 Player ply
The player to spawn as a spectator

Example

Makes all players spawn as spectators.

function GM:PlayerSpawn( ply ) GAMEMODE:PlayerSpawnAsSpectator( ply ) end