AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Join Spectators (https://forums.alliedmods.net/showthread.php?t=316879)

Munoon 06-15-2019 14:23

Join Spectators
 
1 Attachment(s)
Join Spectators
Sourcemod plugin that join player to spectators.

Installation
  1. Put joinspectators.smx to addons/sourcemod/plugins folder.
  2. Put joinspectators.sp to addons/sourcemod/scripting folder.
  3. Restart server or send command sm plugins load joinspectators.
  4. Customize config in cfg/sourcemod/join_spectators.cfg.

Variables
  • sm_js_enable - is plugin enabled.
  • sm_js_movefrom - count of players that require to move player to spectators.

Requirements
  • CS:GO Dedicated Server
  • Sourcemod
  • Metamod

GITHUB

wakedb 03-22-2020 14:02

Re: Join Spectators
 
The player is not able to join any of the two teams if he was automatically sent to spec. Any ideas how to fix this?

Ilusion9 03-22-2020 16:50

Re: Join Spectators
 
Because he changes their teams too early (in OnClientPutInServer).
Use player_connect_full event with a timer of 2 seconds.


All times are GMT -4. The time now is 22:34.

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