From 90ff5fb71a10223e528a2212cad8f66e86c96e9c Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Mon, 10 Sep 2018 17:19:15 +1000 Subject: [PATCH] move paintball file --- gamemodes/irresistible/{ => cnr}/features/paintball.pwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename gamemodes/irresistible/{ => cnr}/features/paintball.pwn (99%) diff --git a/gamemodes/irresistible/features/paintball.pwn b/gamemodes/irresistible/cnr/features/paintball.pwn similarity index 99% rename from gamemodes/irresistible/features/paintball.pwn rename to gamemodes/irresistible/cnr/features/paintball.pwn index dbe166b..5c239fe 100644 --- a/gamemodes/irresistible/features/paintball.pwn +++ b/gamemodes/irresistible/cnr/features/paintball.pwn @@ -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; -} \ No newline at end of file +}