move paintball file

This commit is contained in:
Lorenc Pekaj 2018-09-10 17:19:15 +10:00
parent 90070f1ae6
commit 90ff5fb71a

View File

@ -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
@ -604,4 +604,4 @@ CMD:paintball( playerid, params[ ] )
} }
else SendUsage( playerid, "/paintball [EDIT/KICK/COUNTDOWN/LEADER]" ); else SendUsage( playerid, "/paintball [EDIT/KICK/COUNTDOWN/LEADER]" );
return 1; return 1;
} }