AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Why can't players spec on my server? (https://forums.alliedmods.net/showthread.php?t=337030)

AmxModuser2022 03-24-2022 13:45

Why can't players spec on my server?
 
already set allow_spectators 1 and pug_allow_spec set to 1 because of this plugin but nothing works hmm

fysiks 03-24-2022 22:16

Re: Why can't players spec on my server?
 
Disable all plugins and see if you can join spectate. If you can, add back the default plugins and check again. If you can still do it, enable custom plugins until it stops working and you'll find your culprit.

AllMassive 03-26-2022 04:00

Re: Why can't players spec on my server?
 
Quote:

Originally Posted by AmxModuser2022 (Post 2775072)
already set allow_spectators 1 and pug_allow_spec set to 1 because of this plugin but nothing works hmm

what do you mean exactly with 'players cant spec'?

what are your values for:

Code:

// mp_forcechasecam <number>
//  Mods: cstrike
//  Default: 0
//  Sets which players the dead can spectate. Valid values are:
//      0 - free to spectate anybody
//      1 - only allowed to spectate teammates
//      2 - not allowed to spectate; view stays where player died
mp_forcechasecam 0

// mp_forcecamera
//  Mods: cstrike
//  Default: 0
//  If enabled, players cannot engage Free-Look mode when dead.
mp_forcecamera 0


AmxModuser2022 04-24-2022 13:45

Re: Why can't players spec on my server?
 
Quote:

Originally Posted by AllMassive (Post 2775229)
what do you mean exactly with 'players cant spec'?

what are your values for:

Code:

// mp_forcechasecam <number>
//  Mods: cstrike
//  Default: 0
//  Sets which players the dead can spectate. Valid values are:
//      0 - free to spectate anybody
//      1 - only allowed to spectate teammates
//      2 - not allowed to spectate; view stays where player died
mp_forcechasecam 0

// mp_forcecamera
//  Mods: cstrike
//  Default: 0
//  If enabled, players cannot engage Free-Look mode when dead.
mp_forcecamera 0


Sorry a little late. What I mean when they choose the 'Spectate' button on team menu it doesn't allow them

fysiks 04-24-2022 19:45

Re: Why can't players spec on my server?
 
Did you verify that it wasn't being cause by a plugin like I mentioned before?


All times are GMT -4. The time now is 15:06.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.