28.07.2011, 12:30
Read what I said: 'PLAYER_MARKERS_MODE_GLOBAL' is defined as 1. 'PLAYER_MARKERS_MODE_GLOBAL' is 1.
is the exact same as
is what makes 'PLAYER_MARKERS_MODE_GLOBAL' equal to 1.
pawn Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
pawn Код:
ShowPlayerMarkers(1);
pawn Код:
#define PLAYER_MARKERS_MODE_GLOBAL (1)