Raised This Month: $32 Target: $400
 8% 

JailBreak Gang System


Post New Thread Reply   
 
Thread Tools Display Modes
naXe
BANNED
Join Date: May 2009
Location: Poland/Kwidzyn
Old 02-16-2012 , 09:59   Re: JailBreak Gang System
Reply With Quote #151

nikhilgupta345, you can add the choice of model (player) 1-3 for the gang?
naXe is offline
Send a message via AIM to naXe
Niak
SourceMod Donor
Join Date: Mar 2011
Location: France
Old 02-16-2012 , 10:10   Re: JailBreak Gang System
Reply With Quote #152

Suggestions:
-Add a language file
-Add a tag with the name of the Gang in chat for a member
__________________
Niak is offline
rocofelu
Member
Join Date: Nov 2010
Old 03-08-2012 , 07:55   Re: JailBreak Gang System
Reply With Quote #153

nikhilgupta345 pls, make a comand for admins!

amx_give_point <nick> <points>
amx_take_point <nick> <points>

rocofelu is offline
serdar598
Member
Join Date: Feb 2011
Old 04-03-2012 , 14:15   Re: JailBreak Gang System
Reply With Quote #154

PHP Code:
    public AddAdminMenu_HandleridhMenuiItem )
    {
        if( 
iItem == MENU_EXIT )
        {
            
menu_destroyhMenu );
            
ShowLeaderMenuid );
            return 
PLUGIN_HANDLED;
        }
        
        new 
iAccesshCallbackszData], szName32 ];
        
        
menu_item_getinfohMenuiItemiAccessszDatacharsmaxszData ), szNamecharsmaxszName ), hCallback );
        
        new 
iChosen str_to_numszData );
        
        if( !
is_user_connectediChosen ) )
        {
            
menu_destroyhMenu );
            
ShowLeaderMenuid );
            return 
PLUGIN_HANDLED;
        }
        
        
set_user_gangiChoseng_iGangid ], STATUS_LEADER );
        
        new 
iPlayers32 ], iNum;
        
get_playersiPlayersiNum );
        
        for( new 
0iPlayeriNumi++ )
        {
            
iPlayer iPlayers];
            
            if( 
g_iGangiPlayer ] != g_iGangid ] || iPlayer == iChosen )
                continue;
            
            
ColorChatiPlayerNORMAL"%s ^03%s ^01has been promoted to an admin of your gang."g_szPrefixszName );
        }
        
        
ColorChatiChosenNORMAL"%s ^01You have been promoted to an admin of your gang."g_szPrefix );
        
        
menu_destroyhMenu );
        return 
PLUGIN_HANDLED;
    } 
set_user_gang( iChosen, g_iGang[ id ], STATUS_LEADER );
to
set_user_gang( iChosen, g_iGang[ id ], STATUS_ADMIN );

PHP Code:
    public AddAdminMenu_HandleridhMenuiItem )
    {
        if( 
iItem == MENU_EXIT )
        {
            
menu_destroyhMenu );
            
ShowLeaderMenuid );
            return 
PLUGIN_HANDLED;
        }
        
        new 
iAccesshCallbackszData], szName32 ];
        
        
menu_item_getinfohMenuiItemiAccessszDatacharsmaxszData ), szNamecharsmaxszName ), hCallback );
        
        new 
iChosen str_to_numszData );
        
        if( !
is_user_connectediChosen ) )
        {
            
menu_destroyhMenu );
            
ShowLeaderMenuid );
            return 
PLUGIN_HANDLED;
        }
        
        
set_user_gangiChoseng_iGangid ], STATUS_ADMIN );
        
        new 
iPlayers32 ], iNum;
        
get_playersiPlayersiNum );
        
        for( new 
0iPlayeriNumi++ )
        {
            
iPlayer iPlayers];
            
            if( 
g_iGangiPlayer ] != g_iGangid ] || iPlayer == iChosen )
                continue;
            
            
ColorChatiPlayerNORMAL"%s ^03%s ^01has been promoted to an admin of your gang."g_szPrefixszName );
        }
        
        
ColorChatiChosenNORMAL"%s ^01You have been promoted to an admin of your gang."g_szPrefix );
        
        
menu_destroyhMenu );
        return 
PLUGIN_HANDLED;
    } 
serdar598 is offline
KoLaCiC
BANNED
Join Date: Mar 2012
Location: BiH
Old 04-06-2012 , 13:20   Re: JailBreak Gang System
Reply With Quote #155

Dont work why ???
Please help ! (
KoLaCiC is offline
Send a message via ICQ to KoLaCiC Send a message via AIM to KoLaCiC Send a message via Skype™ to KoLaCiC
KoLaCiC
BANNED
Join Date: Mar 2012
Location: BiH
Old 04-08-2012 , 03:38   Re: JailBreak Gang System
Reply With Quote #156

I can not compile
Please help me
leave me a link here post plugin: jb_gagns.amxx
I can not compile 1.6 mb wtf ? omg
Thanks
KoLaCiC is offline
Send a message via ICQ to KoLaCiC Send a message via AIM to KoLaCiC Send a message via Skype™ to KoLaCiC
KoLaCiC
BANNED
Join Date: Mar 2012
Location: BiH
Old 04-10-2012 , 08:20   Re: JailBreak Gang System
Reply With Quote #157

Quote:
Originally Posted by serdar598 View Post
PHP Code:
    public AddAdminMenu_HandleridhMenuiItem )
    {
        if( 
iItem == MENU_EXIT )
        {
            
menu_destroyhMenu );
            
ShowLeaderMenuid );
            return 
PLUGIN_HANDLED;
        }
        
        new 
iAccesshCallbackszData], szName32 ];
        
        
menu_item_getinfohMenuiItemiAccessszDatacharsmaxszData ), szNamecharsmaxszName ), hCallback );
        
        new 
iChosen str_to_numszData );
        
        if( !
is_user_connectediChosen ) )
        {
            
menu_destroyhMenu );
            
ShowLeaderMenuid );
            return 
PLUGIN_HANDLED;
        }
        
        
set_user_gangiChoseng_iGangid ], STATUS_LEADER );
        
        new 
iPlayers32 ], iNum;
        
get_playersiPlayersiNum );
        
        for( new 
0iPlayeriNumi++ )
        {
            
iPlayer iPlayers];
            
            if( 
g_iGangiPlayer ] != g_iGangid ] || iPlayer == iChosen )
                continue;
            
            
ColorChatiPlayerNORMAL"%s ^03%s ^01has been promoted to an admin of your gang."g_szPrefixszName );
        }
        
        
ColorChatiChosenNORMAL"%s ^01You have been promoted to an admin of your gang."g_szPrefix );
        
        
menu_destroyhMenu );
        return 
PLUGIN_HANDLED;
    } 
set_user_gang( iChosen, g_iGang[ id ], STATUS_LEADER );
to
set_user_gang( iChosen, g_iGang[ id ], STATUS_ADMIN );

PHP Code:
    public AddAdminMenu_HandleridhMenuiItem )
    {
        if( 
iItem == MENU_EXIT )
        {
            
menu_destroyhMenu );
            
ShowLeaderMenuid );
            return 
PLUGIN_HANDLED;
        }
        
        new 
iAccesshCallbackszData], szName32 ];
        
        
menu_item_getinfohMenuiItemiAccessszDatacharsmaxszData ), szNamecharsmaxszName ), hCallback );
        
        new 
iChosen str_to_numszData );
        
        if( !
is_user_connectediChosen ) )
        {
            
menu_destroyhMenu );
            
ShowLeaderMenuid );
            return 
PLUGIN_HANDLED;
        }
        
        
set_user_gangiChoseng_iGangid ], STATUS_ADMIN );
        
        new 
iPlayers32 ], iNum;
        
get_playersiPlayersiNum );
        
        for( new 
0iPlayeriNumi++ )
        {
            
iPlayer iPlayers];
            
            if( 
g_iGangiPlayer ] != g_iGangid ] || iPlayer == iChosen )
                continue;
            
            
ColorChatiPlayerNORMAL"%s ^03%s ^01has been promoted to an admin of your gang."g_szPrefixszName );
        }
        
        
ColorChatiChosenNORMAL"%s ^01You have been promoted to an admin of your gang."g_szPrefix );
        
        
menu_destroyhMenu );
        return 
PLUGIN_HANDLED;
    } 
Please edit points to money.
I do not want that be points for buy skill and gang. No no .
I want money to buy skill and buy gang. no points please edit :$
KoLaCiC is offline
Send a message via ICQ to KoLaCiC Send a message via AIM to KoLaCiC Send a message via Skype™ to KoLaCiC
KoLaCiC
BANNED
Join Date: Mar 2012
Location: BiH
Old 04-10-2012 , 10:03   Re: JailBreak Gang System
Reply With Quote #158

Please edit points to money.
I do not want that be points for buy skill and gang. No no .
I want money to buy skill and buy gang. no points please all edit to money :$
KoLaCiC is offline
Send a message via ICQ to KoLaCiC Send a message via AIM to KoLaCiC Send a message via Skype™ to KoLaCiC
russeN1
Member
Join Date: May 2012
Old 05-09-2012 , 01:39   Re: JailBreak Gang System
Reply With Quote #159

Hello, I download that plugin and I'm used but when I restart my server the gangs are eliminated.

Why?
russeN1 is offline
nikhilgupta345
Veteran Member
Join Date: Aug 2009
Location: Virginia
Old 05-09-2012 , 22:18   Re: JailBreak Gang System
Reply With Quote #160

Quote:
Originally Posted by russeN1 View Post
Hello, I download that plugin and I'm used but when I restart my server the gangs are eliminated.

Why?
Run a steam server.
__________________
Quote:
Originally Posted by DarkGod View Post
nikhilgupta generates his plugins using sheer awesome.
If you like my work, please
nikhilgupta345 is offline
Send a message via ICQ to nikhilgupta345 Send a message via Yahoo to nikhilgupta345
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode