move paintball file
This commit is contained in:
parent
90070f1ae6
commit
90ff5fb71a
@ -12,7 +12,7 @@
|
||||
|
||||
#define MAX_PAINTBALL_ARENAS ( 6 )
|
||||
|
||||
/* Beast Functions */
|
||||
/* ** Macros ** */
|
||||
#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)
|
||||
|
||||
@ -24,7 +24,7 @@ enum E_PAINTBALL_DATA
|
||||
E_LIMIT, E_WEAPONS[ 3 ], E_PLAYERS,
|
||||
E_ARENA, Float: E_ARMOUR, Float: E_HEALTH,
|
||||
bool: E_ACTIVE, bool: E_PASSWORDED, bool: E_REFILLER,
|
||||
E_CD_TIMER
|
||||
E_CD_TIMER, E_HEADSHOT
|
||||
};
|
||||
|
||||
enum E_PAINTBALL_ARENAS
|
||||
@ -604,4 +604,4 @@ CMD:paintball( playerid, params[ ] )
|
||||
}
|
||||
else SendUsage( playerid, "/paintball [EDIT/KICK/COUNTDOWN/LEADER]" );
|
||||
return 1;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user