• Force Spectate in 3rd P
    3 replies, posted
I would like some help in forcing my spectators (murder server) to spectate in 3rd person. Currently, it's only in 1st person (and they can press space to view in 3rd). And no, I don't mean the free-look mode either.
Maybe try the example in [URL="http://wiki.garrysmod.com/page/GM/CalcView"]CalcView[/URL]? [editline]27th February 2016[/editline] [CODE] local function MyCalcView( ply, pos, angles, fov ) local view = {} view.origin = pos-( angles:Forward()*100 ) view.angles = angles view.fov = fov view.drawviewer = true return view end hook.Add( "CalcView", "MyCalcView", MyCalcView ) [/CODE] [editline]27th February 2016[/editline] Oh, you mean SPECTATE in third person- sorry, I don't know
[QUOTE=MPan1;49822259]Maybe try the example in [URL="http://wiki.garrysmod.com/page/GM/CalcView"]CalcView[/URL]? [/QUOTE] she could probably just change the observer enum to OBS_MODE_CHASE in the sv_spectate file
[QUOTE=Splerge;49822277]He could probably just change the observer enum to OBS_MODE_CHASE in the sv_spectate file[/QUOTE] ill have a go at that and let you know, thank you
Sorry, you need to Log In to post a reply to this thread.