commit
936d13a6e2
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
/* ** Definitions ** */
|
/* ** Definitions ** */
|
||||||
#define POCKET_RADIUS ( 0.09 )
|
#define POCKET_RADIUS ( 0.09 )
|
||||||
#define POOL_TIMER_SPEED ( 20 )
|
#define POOL_TIMER_SPEED ( 500 )
|
||||||
#define DEFAULT_AIM ( 0.38 )
|
#define DEFAULT_AIM ( 0.38 )
|
||||||
#define DEFAULT_POOL_STRING "Pool Table\n{FFFFFF}Press ENTER To Play"
|
#define DEFAULT_POOL_STRING "Pool Table\n{FFFFFF}Press ENTER To Play"
|
||||||
#define POOL_FEE_RATE ( 0.02 )
|
#define POOL_FEE_RATE ( 0.02 )
|
||||||
|
@ -73,5 +73,5 @@ stock IsPlayerUnderCover( playerid ) // StefiTV852, Shepard23, JamesComey
|
|||||||
new
|
new
|
||||||
account_id = GetPlayerAccountID( playerid );
|
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 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user