View Single Post
1xAero
Member
Join Date: Feb 2018
Location: Sakha, Russia
Old 11-30-2023 , 00:23   Re: AEROBOT.XYZ - Artificial Intelligence template for GoldSource engine
Reply With Quote #43

Quote:
Originally Posted by amirwolf View Post
After changing
Code:
#define MAXPLAYERS 10
I get this error
HTML Code:
L 11/30/2023 - 01:08:24: [AMXX] Displaying debug trace (plugin "aerobot.amxx", version "beta 0.1")
L 11/30/2023 - 01:08:24: [AMXX] Run time error 4: index out of bounds 
L 11/30/2023 - 01:08:24: [AMXX]    [0] aerobot.sma::Forward_StartFrame (line 358)
L 11/30/2023 - 01:08:24: [AMXX]    [1] aerobot.sma::Forward_StartFrame (line 359)
I think it will be more useful if a file is added for its settings
For example, changing the name of robots, the number of robots, hard mode. normal
You don't need to change this
#define MAXPLAYERS is not a setting

Change maxplayers via ingame options.

Last edited by 1xAero; 11-30-2023 at 00:26.
1xAero is offline