Raised This Month: $ Target: $400
 0% 

Cvar to add vip


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
shoki123
Senior Member
Join Date: Apr 2011
Old 08-16-2011 , 04:36   Cvar to add vip
Reply With Quote #1

Hi i have /vip plugins and i need cvar to add vip and remove vip ty

PHP Code:
/* Plugin generated by AMXX-Studio */
#include < amxmodx >
#include < fun >
#include < cstrike >
#include < colorchat >
#define ADMIN_VIP ADMIN_KICK
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "matan"
public plugin_init() {
 
register_plugin(PLUGINVERSIONAUTHOR)
 
register_clcmd"say /vips""CmdShowVIP" );
}
public 
CmdShowVIPid )
{
    new 
szMessage256 ];
    new 
szVIPNames33 ][ 32 ];
    new 
iCountxiLen;
    new 
iPlayers32 ], iNum;
    
get_playersiPlayersiNum );
    new 
iPlayer;
    for( new 
0iNumi++ )
    {
        
iPlayer iPlayers];
        
        if( 
get_user_flagsiPlayer ) & ADMIN_VIP )
        {
            
get_user_nameiPlayerszVIPNamesiCount++ ], 31 );
        }
    }
    
iLen formatszMessagecharsmaxszMessage ), "^04 VIPS ONLINE: " );
    if( 
iCount 
    {
        for( 
iCount x++ ) 
        {
            
iLen += formatszMessage[iLen], charsmaxszMessage ) - iLen"%s%s "szVIPNames], < ( iCount ) ? ", " "" );
            if( 
iLen 96 
            {
                
ColorChatidNORMALszMessage );
                
iLen formatszMessage255"^04" );
            }
        }
        
        
ColorChatidNORMALszMessage );
    }
    else 
    {
        
iLen += formatszMessageiLen ], charsmaxszMessage ) - iLen"No vips online." );
        
ColorChatidNORMALszMessage );
    }

shoki123 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-16-2011 , 05:24   Re: Cvar to add vip
Reply With Quote #2

EDIT: This can be trashed. See the requests section for the same thing where I answered.
__________________

Last edited by fysiks; 08-16-2011 at 05:29.
fysiks is offline
Reply



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 20:57.


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