Hello,
Is it possible disallow player to change a team in game?
Best Regards.
CSGO: disallow to change a team
- L'In20Cible
- Project Leader
- Posts: 1536
- Joined: Sat Jul 14, 2012 9:29 pm
- Location: Québec
You could simply hook "jointeam":
Syntax: Select all
from commands import CommandReturn
from commands.client import ClientCommand
@ClientCommand('jointeam')
def jointeam_callback(player_info, command):
return CommandReturn.BLOCK
- L'In20Cible
- Project Leader
- Posts: 1536
- Joined: Sat Jul 14, 2012 9:29 pm
- Location: Québec
Return to “Plugin Development Support”
Who is online
Users browsing this forum: No registered users and 106 guests