Defining MAX PLAYERS makes Pawno crash?
#2

MAX_PLAYERS is defined in a_samp.inc which is a must to include in any script so I don't see how it would give you an undefined symbol error.

pawn Код:
#include <a_samp>

#undef MAX_PLAYERS
#define MAX_PLAYERS 50

// rest of includes..
and the above is an example to re-define MAX_PLAYERS instead of using 1000 which is the default.
Reply


Messages In This Thread
DELETE - by Hargrave - 31.05.2015, 19:50
Re: Defining MAX PLAYERS makes Pawno crash? - by Konstantinos - 31.05.2015, 19:56
Re: Defining MAX PLAYERS makes Pawno crash? - by Hargrave - 31.05.2015, 19:59

Forum Jump:


Users browsing this thread: 1 Guest(s)