09.03.2018, 23:32
Quote:
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 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? |
Works Ok (Without bots):
Код:
#undef MAX_PLAYERS #define MAX_PLAYERS 399 public OnGameModeInit() { //crearZombies();
Код:
#define MAX_ZOMBIES 300 #undef MAX_PLAYERS #define MAX_PLAYERS MAX_ZOMBIES+99 public OnGameModeInit() { crearZombies();