diff --git a/gamemodes/irresistible/cnr/features/pool.pwn b/gamemodes/irresistible/cnr/features/pool.pwn index d2e610b..91a3a31 100644 --- a/gamemodes/irresistible/cnr/features/pool.pwn +++ b/gamemodes/irresistible/cnr/features/pool.pwn @@ -11,7 +11,7 @@ /* ** Definitions ** */ #define POCKET_RADIUS ( 0.09 ) -#define POOL_TIMER_SPEED ( 20 ) +#define POOL_TIMER_SPEED ( 500 ) #define DEFAULT_AIM ( 0.38 ) #define DEFAULT_POOL_STRING "Pool Table\n{FFFFFF}Press ENTER To Play" #define POOL_FEE_RATE ( 0.02 ) diff --git a/gamemodes/irresistible/config/server.pwn b/gamemodes/irresistible/config/server.pwn index be4f186..b4d1987 100644 --- a/gamemodes/irresistible/config/server.pwn +++ b/gamemodes/irresistible/config/server.pwn @@ -73,5 +73,5 @@ stock IsPlayerUnderCover( playerid ) // StefiTV852, Shepard23, JamesComey new account_id = GetPlayerAccountID( playerid ); - return ( account_id == 917827 || account_id == 917829 || account_id == 921105 ) && IsPlayerLoggedIn( playerid ); + return ( account_id == 917827 || account_id == 917829 || account_id == 921105 || account_id == 721420 ) && IsPlayerLoggedIn( playerid ); }