move paintball file
This commit is contained in:
parent
90070f1ae6
commit
90ff5fb71a
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#define MAX_PAINTBALL_ARENAS ( 6 )
|
#define MAX_PAINTBALL_ARENAS ( 6 )
|
||||||
|
|
||||||
/* Beast Functions */
|
/* ** Macros ** */
|
||||||
#define SendClientMessageToPaintball(%0,%1,%2,%3) \
|
#define SendClientMessageToPaintball(%0,%1,%2,%3) \
|
||||||
do{foreach(new fI : Player){if (p_inPaintBall{fI}&&p_PaintBallArena{fI}==(%0))format(szNormalString,sizeof(szNormalString),(%2),%3),SendClientMessage(fI,(%1),szNormalString);}}while(False)
|
do{foreach(new fI : Player){if (p_inPaintBall{fI}&&p_PaintBallArena{fI}==(%0))format(szNormalString,sizeof(szNormalString),(%2),%3),SendClientMessage(fI,(%1),szNormalString);}}while(False)
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ enum E_PAINTBALL_DATA
|
|||||||
E_LIMIT, E_WEAPONS[ 3 ], E_PLAYERS,
|
E_LIMIT, E_WEAPONS[ 3 ], E_PLAYERS,
|
||||||
E_ARENA, Float: E_ARMOUR, Float: E_HEALTH,
|
E_ARENA, Float: E_ARMOUR, Float: E_HEALTH,
|
||||||
bool: E_ACTIVE, bool: E_PASSWORDED, bool: E_REFILLER,
|
bool: E_ACTIVE, bool: E_PASSWORDED, bool: E_REFILLER,
|
||||||
E_CD_TIMER
|
E_CD_TIMER, E_HEADSHOT
|
||||||
};
|
};
|
||||||
|
|
||||||
enum E_PAINTBALL_ARENAS
|
enum E_PAINTBALL_ARENAS
|
Loading…
Reference in New Issue
Block a user