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

VIP Plugin 3.0 UPDATED


Post New Thread Reply   
 
Thread Tools Display Modes
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 06-18-2020 , 16:34   Re: VIP Plugin 3.0 UPDATED
Reply With Quote #501

Quote:
Originally Posted by Dunn0 View Post
VIP Plugin 3.0



Hello all well i saw lots of requests of this plugin or somethink like this one,
so i made it. Maybe u will love it like my country becouse its very popular at Lithuania now.
First of all i whana give CREDITS for:
Manip , Shalfee , GHW_Chronic , OneEyed , dekken,pamaliska.
And thx for all Lithuania people's for testing.

I think now u think what that VIP do so here u go:
What u get when u are VIP?
1.You get Free nades each round. (HE,2FB,SG)
2.Free Armor+Helm
3.You Get 500$ per kill and per HS 800$
4.You Get 15HP per kill and per HS 30HP
5.You See bullet damage at real time.
6.Only VIP can buy Sniper's. (Like AWP)
7.Write /vips u will see VIP's online.
8.U will can use Admin Chat
9.Slot reservation
From 3 round u will begin see menu:
1.Get Free M4K1 and Deagle+HE
2.Get Free AK47 and Deagle+HE

What Modules it use? :
cstrike, fun
What cvar's ? :
bullet_damage 1
amx_vip_hp 15
amx_vip_hp_hs 30
amx_vip_max_hp 100
money_per_damage 3
money_kill_bonus 500
money_hs_bonus 200
menu_active 1
awp_active 1
How to give VIP?:
"NICK" "PASSWORD" "bit" "ab"
or
"ip" "password" "bit" "de"

Reason why i dont fixed it before is simple i stoped cs 1.6 3years ago.And i forget about it at all, anyway it taked for me fix it 1h whit testing.
Updates on 3.0version
Granates bug fixed, give it when round starts only. Removed hamsandwich module becouse i removed event witch was usualess.

Updates on 2.06version
Fixed C4 Planting just need'ed remove 1 simbol... Remove'd AWP pick up now only VIP can buy awp and non VIP can pick up it from ground. Fixed Bug whit menu was giving in first round I changed some events and it works just fine.

Updates on 2.05version
Was not working /wantvip , /vips command it got fixed. Was removed "pickup_active 1" cvar (couse was to much commands in registrations. Was removed some useless commands. Now changed that Only VIPS can buy awp weapons but normal players can pick up awp if VIPS drop it.

Updates on 2.04version
Menu Fixed now it always shows only from 3rd round. Nades , armor will give when u spawn not from round start. Some small fixes on Event_curweapons.
Add cvar pickup_active 1 so now if u write pickup_active 0 not vips will can pick up AWP weapons just wont be able to buy.

Updated at 2.03version
Repaired C4 bug now u can plant it

Updated at 2.02version
Repaired C4 bug

UPDATE's at 2.01version
Well i add'ed 2 new cvar's becouse people was asking it
First is "menu_active 1" so now u can turn off menu when u will one.
Second is "awp_active 1" well if u will do it 0 all people will can buy awp.

Inside will be VIP.txt add it to cstrike/ folder and edit in there your contacts.
To turn off MENU add text to amx.cfg or server.cfg menu_active "0" same whit AWP awp_active "0"

Author:Dunno
VIP 2.05 Download'ed 52944 times realy nice. =]
Hello, I would like to know how I can only add this menu to the vip. because putting this in user.ini "NICK" "PASSWORD" "bit" "ab" gives the menu to all admins. And I would like to only give the vip how can I do that? I would appreciate it if you can help me! oh yes there is an easier way
El Abuelo Loco is offline
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South K
Old 10-19-2020 , 21:18   Re: VIP Plugin 3.0 UPDATED
Reply With Quote #502

Hello! How can I add more weapons in this plugin? Like AWP and Famas, because I try to do it, but it doesnt work. Even though it appears on menu it's not choosable, I mean if u press number 3 the menu doesn't respond. Please help me here!!
__________________
nG_getwreck is offline
Boshkovski
Senior Member
Join Date: Dec 2019
Old 11-23-2020 , 06:23   Re: VIP Plugin 3.0 UPDATED
Reply With Quote #503

Bro how to delete vips on admins? I want to be vip only people who i want?
Boshkovski is offline
Boshkovski
Senior Member
Join Date: Dec 2019
Old 11-23-2020 , 14:14   Re: VIP Plugin 3.0 UPDATED
Reply With Quote #504

Bro how to make, i dont want admins to be a vips only players who i want to put vip?
Boshkovski is offline
fantasy_is_my_name
Junior Member
Join Date: Aug 2021
Location: in the sky
Old 08-03-2021 , 06:44   Re: VIP Plugin 3.0 UPDATED
Reply With Quote #505

Quote:
Originally Posted by nG_getwreck View Post
Hello! How can I add more weapons in this plugin? Like AWP and Famas, because I try to do it, but it doesnt work. Even though it appears on menu it's not choosable, I mean if u press number 3 the menu doesn't respond. Please help me here!!
You must define the key (for case 2 => key 2, etc.) in the first part of the plugin; case 2 will be number 3 in the menu & so on.

PHP Code:
#define Keysrod (1<<0)|(1<<1)|(1<<2)|(1<<9) // Keys: 1234567890 
PHP Code:
        case 2: { 
            if (
user_has_weapon(idCSW_C4) && get_user_team(id) == 1)
                
HasC4[id] = true;
            else
                
HasC4[id] = false;
            
            
strip_user_weapons (id)
            
give_item(id,"weapon_awp")
            
cs_set_user_bpammoidCSW_AWP30 );
            
give_item(id,"weapon_deagle")
            
give_item(id,"ammo_50ae")
            
give_item(id,"ammo_50ae")
            
give_item(id,"ammo_50ae")
            
give_item(id,"ammo_50ae")
            
give_item(id,"ammo_50ae")
            
give_item(id,"ammo_50ae")
            
give_item(id,"ammo_50ae")
            
give_item(id,"weapon_knife")
            
give_item(id,"weapon_hegrenade")
            
give_item(id"weapon_flashbang");
            
give_item(id"weapon_flashbang");
            
give_item(id"item_assaultsuit");
            
give_item(id"item_thighpack");
            
client_print(idprint_center"You Taked Free AWP and Deagle")
            
            if (
HasC4[id])
            {
                
give_item(id"weapon_c4");
                
cs_set_user_plantid );
            }
            } 

Last edited by fantasy_is_my_name; 08-03-2021 at 06:45.
fantasy_is_my_name is offline
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 00:02.


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