CSGO: hltv detected
Posted: Fri Jul 24, 2015 6:22 am
Hello,
When I use command for record video like this:
engine_server.server_command('tv_record test.dem;')
after that the hltv bot trying to connect to the server in player_activate event the code
player.is_hltv() return False for HLTV bot. Is it ok or it's bug?
When I use command for record video like this:
engine_server.server_command('tv_record test.dem;')
after that the hltv bot trying to connect to the server in player_activate event the code
Syntax: Select all
@Event
def player_activate(game_event):
player = PlayerEntity(index_from_userid(game_event.get_int('userid')))
print(player.is_hltv())
player.is_hltv() return False for HLTV bot. Is it ok or it's bug?