I noticed that all bots on my server no longer have weapons.
for example;
player.give_named_item('weapon_elite') # not working
print(player.name) # UnicodeEncodeError: 'ascii' codec can't encode character '\u2606' in position 2: ordinal not in range(128)
The cause of the problem looks like yesterday's CS:GO update. And it looks like it points to the wrong address. There may be other similar problems.
Could you fix it?