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

Free vip steam player


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
paulitooo
Member
Join Date: Dec 2018
Old 04-03-2020 , 09:06   Free vip steam player
Reply With Quote #1

hi all , i need plugin free vip steam id player
paulitooo is offline
alferd
Veteran Member
Join Date: Dec 2019
Location: Iran is Always Eternal
Old 04-03-2020 , 10:09   Re: Free vip steam player
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <amxmisc>

new start,
stop,
minutes,
h,
m

new boolHaveVipBefore[33];

#define FLAGS "t"

public plugin_init()
{
    
register_plugin("VIP FREE""4.0""LOL")
    
    
start register_cvar"vip_start""20" );
    
stop register_cvar"vip_end""23" );
    
minutes register_cvar"vip_minutes""00" ); // nu modificati
    
    
set_task60.0"check"___"b" );
    
}

public 
client_putinserver(id)
{
    
check(id)
}
public 
check(id)
{
    
    
timehm);
    new 
flags read_flags(FLAGS)
    
    if(
>= get_pcvar_numstart ) && get_pcvar_numstop ))
    {        
        if(!(
get_user_flags(id) & flags ))
        {
            
set_user_flags(idflags)
            
server_cmd"amx_reloadadmins" );
            
HaveVipBefore[id] = false;
            }else{
            
HaveVipBefore[id] = true;
        }
        if(
== get_pcvar_numstart ) && == get_pcvar_numminutes ))
        {
            
ColorChat(0"!g***** !tFREE VIP EVENT STARTED !g*****")
            
log_amx("***** FREE VIP EVENT STARTED *****")
        }
        
        
set_hudmessage(random(256), random(256), random(256),0.020.21_59.0__, -1)
        
show_hudmessage(0"** FREE VIP EVENT ACTIVE **")
    }
    else if(
get_pcvar_numstart ) || >= get_pcvar_numstop ))
    {
        if (!(
HaveVipBefore[id]))
        {
            
remove_user_flags(idflags);
            
server_cmd"amx_reloadadmins" );
        }
        if(
== get_pcvar_numstop ) && == get_pcvar_numminutes ))
        {
            
ColorChat(0"!g***** !tFREE VIP EVENT ENDED !g*****")
            
log_amx("***** FREE VIP EVENT ENDED *****")
        }
    }
}

stock ColorChat(const id, const input[], any:...) {
    new 
count 1players[32];
    static 
msg[191];
    
vformat(msg190input3);
    
    
replace_all(msg190"!g""^4");
    
replace_all(msg190"!n""^1");
    
replace_all(msg190"!t""^3");
    
    if(
idplayers[0] = id;
    else 
get_players(playerscount"ch"); {
        for(new 
0counti++) {
            if(
is_user_connected(players[i])) {
                
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"), _players[i]);
                
write_byte(players[i]);
                
write_string(msg);
                
message_end();
            }
        }
    }

alferd is offline
Nutu_
AlliedModders Donor
Join Date: Mar 2016
Location: Germany
Old 04-03-2020 , 12:37   Re: Free vip steam player
Reply With Quote #3

i think that you mean people with Steam to have free VIP, correct me if Im wrong
and if you need that, everybody is steam player
__________________
a simple act of caring creates an endless ripple.
Nutu_ is offline
Carrion
Member
Join Date: Mar 2020
Old 04-03-2020 , 17:06   Re: Free vip steam player
Reply With Quote #4

Quote:
Originally Posted by Nutu_ View Post
i think that you mean people with Steam to have free VIP, correct me if Im wrong
and if you need that, everybody is steam player
no, STEAM ID has evryone but there is also other world... NON STEAM
Carrion is offline
Nutu_
AlliedModders Donor
Join Date: Mar 2016
Location: Germany
Old 04-03-2020 , 18:53   Re: Free vip steam player
Reply With Quote #5

no, there isn't
__________________
a simple act of caring creates an endless ripple.
Nutu_ is offline
xtance
Junior Member
Join Date: Feb 2018
Old 04-03-2020 , 20:46   Re: Free vip steam player
Reply With Quote #6

Quote:
Originally Posted by Nutu_ View Post
no, there isn't
In fact there are non-steam players.
xtance is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-03-2020 , 22:54   Re: Free vip steam player
Reply With Quote #7

We don't support people who allow non-Steam players to join their server (or even run mods that by pass any authentication).
__________________
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 02:01.


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