16.06.2010, 19:02
Quote:
|
Originally Posted by DowNlOaD_
i mean something like this
pawn Код:
|
You could go like:
Код:
#if defined MAX_PLAYERS #undef MAX_PLAYERS #endif #define MAX_PLAYERS 150
EDIT: Ohh i see what you meant, i thought you meant redefine MAX_PLAYERS to the GetMaxPlayers() value. My fault lol.
You dont need that function btw, just use the variable itself for what ever your doing.

