08.01.2013, 14:04
Hi, it's me again. ;p
I have another question(like usually).
When I have in my GM something like this:
and my question is simple.
How I must use this?
like:
or
or
Greetings, micol.
I have another question(like usually).
When I have in my GM something like this:
Код:
#undef MAX_PLAYERS #define MAX_PLAYERS NUMBER_OF_MY_SLOTS
How I must use this?
like:
Код:
arena[playerid] == true
Код:
arena[MAX_PLAYERS] == true
Код:
arena[NUMBER_OF_MY_SLOTS] == true