AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Plugin Event VIP FREE [UPDATE - V4.0] (https://forums.alliedmods.net/showthread.php?t=308608)

FonixPro20 06-27-2018 07:51

Plugin Event VIP FREE [UPDATE - V4.0]
 
1 Attachment(s)
Hello All,

Plugin Event VIP FREE [UPDATE - V4.0]

Time 20 - 23 Change It If You Want .

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();
            }
        }
    }


Thanks All .

edon1337 06-27-2018 08:13

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
Or just use something that's more efficient? https://forums.alliedmods.net/showpo...48&postcount=5

SHIELD755 06-27-2018 08:39

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
hmm nice that plugin i am looking for because my b'day is comming so i think to give flag too every player ty bro

OciXCrom 06-27-2018 09:56

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
Version 4.0 and the code is still terible.

SHIELD755 06-27-2018 12:29

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
Hii ocixcrom

LondoN 07-07-2018 04:43

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
Code:

register_plugin("VIP FREE", "4.0", "Fonix")
https://www.extreamcs.com/forum/amxm...e-t292522.html

Relaxing 07-12-2018 05:00

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
la naiba!!!
What a coincidence.

Visinescu 07-13-2018 08:02

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
Quote:

Originally Posted by Relaxing (Post 2603098)
la naiba!!!
What a coincidence.


Hahaha this is PURE Gold, You sir deserve a cookie.

HamletEagle 09-19-2018 09:12

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
Are you LOLpgl? Can you support this plugin?
What is the reason to have a cvar if the value shouldn't be changed?

FonixPro20 08-31-2019 10:25

Re: Plugin Event VIP FREE [UPDATE - V4.0]
 
Quote:

Originally Posted by LondoN (Post 2601598)
Code:

register_plugin("VIP FREE", "4.0", "LOL")
https://www.extreamcs.com/forum/amxm...e-t292522.html



All times are GMT -4. The time now is 12:13.

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