Raised This Month: $51 Target: $400
 12% 

VIP Access - Make money from your server! [Updated 17/03/2010]


Post New Thread Reply   
 
Thread Tools Display Modes
bickuribox
Member
Join Date: Mar 2007
Old 07-24-2009 , 12:13   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #171

I need to put the other plugins on the cstrike.zip in the plugins.ini?
bickuribox is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-24-2009 , 12:48   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #172

Yes
__________________
Arkshine is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-24-2009 , 15:54   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #173

Please remove my plugin from that .zip, you didn't asked me for this, and if you had done it, i would have answered you to link your thread to the plugin, so there wouldn't have any problems on updates.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 07-24-2009 , 16:57   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #174

Quote:
Originally Posted by ConnorMcLeod View Post
Please remove my plugin from that .zip, you didn't asked me for this, and if you had done it, i would have answered you to link your thread to the plugin, so there wouldn't have any problems on updates.
I have removed your plugin from the zip file and instructed people to download it from your thread
Sorry for the inconvenience
__________________
minimiller is offline
Send a message via MSN to minimiller
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-24-2009 , 17:01   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #175

Thanks.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Vincent.nl
BANNED
Join Date: Mar 2009
Location: Holland [Enschede]
Old 07-25-2009 , 19:55   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #176

Why do i get a bad load ? with this plugin ?

unknown unknown unknown VIP.amxx bad load
Grab + Hook + Rop 1.0 GHW_Chronic GHW_GHR.amxx running
Sell Weapons 1.4 Doombringer sell_weapons.am running
Magic Marker 3.1 stupok69 magic_marker.am running
10 plugins, 9 running
----- Entries 21 - 30 of 68

EDIT;; Nevermind i fixed this by adding this:

make a file called colorchat.inc in your includes folder and add this code:
Code:
/* Fun functions
*
* by Numb
*
* This file is provided as is (no warranties).
*/
 
#if defined _colorchat_included
  #endinput
#endif
#define _colorchat_included
 
enum Color
{
    NORMAL = 1, // clients scr_concolor cvar color
    GREEN, // Green Color
    TEAM_COLOR, // Red, grey, blue
    GREY, // grey
    RED, // Red
    BLUE, // Blue
}
 
new const TeamName[][] = 
{
    "",
    "TERRORIST",
    "CT",
    "SPECTATOR"
}
 
ColorChat(id, Color:type, const msg[], any:...)
{
    new message[256];
 
    switch(type)
    {
        case NORMAL: // clients scr_concolor cvar color
        {
            message[0] = 0x01;
        }
        case GREEN: // Green
        {
            message[0] = 0x04;
        }
        default: // White, Red, Blue
        {
            message[0] = 0x03;
        }
    }
 
    vformat(message[1], 251, msg, 4);
 
    // Make sure message is not longer than 192 character. Will crash the server.
    message[192] = '^0';
 
    new team, ColorChange, index, MSG_Type;
    
    if(id)
    {
        MSG_Type = MSG_ONE_UNRELIABLE;
        index = id;
    } else {
        index = FindPlayer();
        MSG_Type = MSG_BROADCAST;
    }
    
    team = get_user_team(index);
    ColorChange = ColorSelection(index, MSG_Type, type);
 
    ShowColorMessage(index, MSG_Type, message);
        
    if(ColorChange)
    {
        Team_Info(index, MSG_Type, TeamName[team]);
    }
}
 
ShowColorMessage(id, type, message[])
{
    static msgSayText;
    if(!msgSayText)
    {
        msgSayText = get_user_msgid("SayText");
    }
    message_begin(type, msgSayText, _, id);
    write_byte(id)        
    write_string(message);
    message_end();    
}
 
Team_Info(id, type, team[])
{
    static msgTeamInfo;
    if(!msgTeamInfo)
    {
        msgTeamInfo = get_user_msgid("TeamInfo");
    }
    message_begin(type, msgTeamInfo, _, id);
    write_byte(id);
    write_string(team);
    message_end();
 
    return 1;
}
 
ColorSelection(index, type, Color:Type)
{
    switch(Type)
    {
        case RED:
        {
            return Team_Info(index, type, TeamName[1]);
        }
        case BLUE:
        {
            return Team_Info(index, type, TeamName[2]);
        }
        case GREY:
        {
            return Team_Info(index, type, TeamName[0]);
        }
    }
 
    return 0;
}
 
FindPlayer()
{
    new i = -1;
 
    while(i <= get_maxplayers())
    {
        if(is_user_connected(++i))
            return i;
    }
 
    return -1;
}
then it should compile, add it to plugins and ur done.

Last edited by Vincent.nl; 07-25-2009 at 20:32.
Vincent.nl is offline
Yano
Junior Member
Join Date: Jul 2009
Old 08-01-2009 , 13:16   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #177

I know now that I need Steam to get this plugin if you wanted to know more how this plugin works in the No-Steam and if you like?
Yano is offline
Send a message via MSN to Yano
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 08-04-2009 , 21:43   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #178

@yano: i dunno what that means

@vincent & everyone else:
I dunno whats wrong with the online compiler, but colorchat dosent like my plugin. Ill be updating it asap (tomorrow) so you need to Dload the source and compile it locally.
Ill also add a few more features and update some old stuff (mentioned by xPaw)
__________________
minimiller is offline
Send a message via MSN to minimiller
Vincent.nl
BANNED
Join Date: Mar 2009
Location: Holland [Enschede]
Old 08-05-2009 , 05:16   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #179

It works perfectly now for me ..
and ill be watching for the update's of this

most regards Vincent
Vincent.nl is offline
D3NN1S
Junior Member
Join Date: Jun 2009
Old 08-08-2009 , 06:06   Re: VIP Access - Make money from your server! [Updated 10/07/2009]
Reply With Quote #180

Don't work for me.

It says something of bad load.
Do this works on ftp servers?
All other plugins work the bunnyhop etc.
But not VIP.amxx and i dont know why it needs to be on the top.. =/
D3NN1S 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 15:16.


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