Run time error 4: "Array index out of bounds"
#5

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Just on a side note, you should re-arrange your includes/files...

Код:
C:\Users\x.pwn
C:\Users\x\include\floodcontrol.inc
C:\x\include\zcmd.inc
C:\Usersx\include\YSI\y_hooks/impl.inc
Having all of this everywhere makes things confusing and hard to keep track of for yourself.

Did it work at all, and it's simply started not working?

When it started happening, what had you done? Like, say a week or so prior, what were you working on?
Ooo Sorry I had to say it , I'm trying to add bots to my server with the plugin FCNPC , so when I try to charge them , this bug appears , but when I run the gamemode without the bot's it runs properly:

Works Ok (Without bots):

Код:
#undef 	MAX_PLAYERS
#define MAX_PLAYERS 399

public OnGameModeInit()
{
//crearZombies();
Don't work (Trying to add bots):

Код:
#define MAX_ZOMBIES 300 
#undef 	MAX_PLAYERS
#define MAX_PLAYERS	MAX_ZOMBIES+99

public OnGameModeInit()
{
crearZombies();
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)