View Single Post
spincs
New Member
Join Date: Nov 2023
Old 02-16-2024 , 20:37   Re: AEROBOT.XYZ - Artificial Intelligence template for GoldSource engine
Reply With Quote #57

Quote:
Originally Posted by mlibre View Post
look > aerobot.sma line: 310 and try change:

Code:
        formatex(pBotNames, charsmax(pBotNames), c_name[(sizeof c_name - c_player_count) - 1]);                 formatex(pBotNames, charsmax(pBotNames), c_name[random(sizeof c_name)]);
It works, thank you very much but i have one more question
Its there any way to auto kick all bots when server reach 30 players?
spincs is offline