CSGO: disallow to change a team
Posted: Mon Jul 27, 2015 7:37 pm
Hello,
Is it possible disallow player to change a team in game?
Best Regards.
Is it possible disallow player to change a team in game?
Best Regards.
Syntax: Select all
from commands import CommandReturn
from commands.client import ClientCommand
@ClientCommand('jointeam')
def jointeam_callback(player_info, command):
return CommandReturn.BLOCK