View Single Post
1xAero
Member
Join Date: Feb 2018
Location: Sakha, Russia
Old 02-16-2024 , 04:54   Re: AEROBOT.XYZ - Artificial Intelligence template for GoldSource engine
Reply With Quote #54

Quote:
Originally Posted by spincs View Post
Hello, how can i set the bots to change their names when map is changing?
Open aerobot/0x0001_settings.sma and find line 258

PHP Code:
//Bot names
new const c_name 
Change their names here.

If you want to disable prefixes, find line 26

PHP Code:
#define PB_PREFIX 
and change to

PHP Code:
//#define PB_PREFIX 

Last edited by 1xAero; 02-16-2024 at 04:56.
1xAero is offline