From 9b44be62cc5e2f96392d042d99dcb04dc69233a2 Mon Sep 17 00:00:00 2001 From: Stev Date: Sun, 23 Dec 2018 22:43:43 +0000 Subject: [PATCH] co-leaders can use /gang offlinekick --- gamemodes/irresistible/cnr/features/gangs/gangs.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/features/gangs/gangs.pwn b/gamemodes/irresistible/cnr/features/gangs/gangs.pwn index ba86fc5..707d1a9 100644 --- a/gamemodes/irresistible/cnr/features/gangs/gangs.pwn +++ b/gamemodes/irresistible/cnr/features/gangs/gangs.pwn @@ -307,7 +307,7 @@ CMD:gang( playerid, params[ ] ) iGang = p_GangID[ playerid ], p_Name[ MAX_PLAYER_NAME ]; - if ( ! IsPlayerGangLeader( playerid, p_GangID[ playerid ], .only_leader = 1 ) ) + if ( ! IsPlayerGangLeader( playerid, p_GangID[ playerid ] ) ) return SendError( playerid, "You are not the gang leader." ); if ( sscanf( params[ 12 ], "s[24]", p_Name ) )