Raised This Month: $ Target: $400
 0% 

Need a VIP guns Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
preetham
Member
Join Date: Sep 2012
Location: India
Old 12-22-2013 , 05:31   Need a VIP guns Menu
Reply With Quote #1

Y0 Guys!

I need a vip gun menu for public server..

cmd:- /vipguns
When a VIP player types /vipguns, a menu shld appear anytime and anywhere in the map... Like this: [IMG]http://**************/photo/my-images/189/7vsa.png/[/IMG]
[IMG]http://img31.**************/img31/9732/jltg.jpg[/IMG]

In my server vips are getting this menu only at the beginning of the each round(and without typing /vipgunmenu). Please make a plugin with which /vipgunmenu can be typed and can be typed
unlimited, anytime and anywhere and for free without cutting money from 16000$.

SRY FOR MY BAD ENGLISH

Here is the code for weapons in menu>>

Code:
case 0: { 
            if (user_has_weapon(id, CSW_C4) && get_user_team(id) == 1)
                HasC4[id] = true;
            else
                HasC4[id] = false;
            
            strip_user_weapons (id)
            give_item(id,"weapon_awp")
            give_item(id,"ammo_338magnum")
            give_item(id,"ammo_338magnum")
            give_item(id,"ammo_338magnum")
            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, "weapon_smokegrenade");
            give_item(id, "item_assaultsuit");
            give_item(id, "item_thighpack");
            client_print(id, print_center, "[100 VIP] You Took Free Awp and Deagle")
            
            if (HasC4[id])
            {
                give_item(id, "weapon_c4");
                cs_set_user_plant( id );
            }
            }
        case 1: { 
            if (user_has_weapon(id, CSW_C4) && get_user_team(id) == 1)
                HasC4[id] = true;
            else
                HasC4[id] = false;
            
            strip_user_weapons (id)
            give_item(id,"weapon_m4a1")
            give_item(id,"ammo_556nato")
            give_item(id,"ammo_556nato")
            give_item(id,"ammo_556nato")
            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, "weapon_smokegrenade");
            give_item(id, "item_assaultsuit");
            give_item(id, "item_thighpack");
            client_print(id, print_center, "You Took Free M4A1 and Deagle")
            
            if (HasC4[id])
            {
                give_item(id, "weapon_c4");
                cs_set_user_plant( id );
            }
            }
        case 2: { 
            if (user_has_weapon(id, CSW_C4) && get_user_team(id) == 1)
                HasC4[id] = true;
            else
                HasC4[id] = false;
            
            strip_user_weapons (id)
            give_item(id,"weapon_ak47")
            give_item(id,"ammo_762nato")
            give_item(id,"ammo_762nato")
            give_item(id,"ammo_762nato")
            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, "weapon_smokegrenade");
            give_item(id, "item_assaultsuit");
            give_item(id, "item_thighpack");
            client_print(id, print_center, "You took Free AK47 and Deagle")
            
            if (HasC4[id])
            {
                give_item(id, "weapon_c4");
                cs_set_user_plant( id );
            }
            }

Last edited by preetham; 12-22-2013 at 23:13.
preetham is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 12-22-2013 , 11:46   Re: Need a VIP guns Menu
Reply With Quote #2

Quote:
Originally Posted by preetham View Post
I need a vip gun menu for public server..

cmd:- /vipguns
When a VIP player types /vipguns, a menu shld appear anytime and anywhere in the map
Here you go.
Attached Files
File Type: sma Get Plugin or Get Source (VIP.sma - 1006 views - 9.8 KB)
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
preetham
Member
Join Date: Sep 2012
Location: India
Old 12-23-2013 , 00:28   Re: Need a VIP guns Menu
Reply With Quote #3

Quote:
Originally Posted by wickedd View Post
Here you go.
Ty wickedd it worked you're awesome man!.... but i have one more thing to ask.. make vips carry two rifles at a time... if it possible
preetham 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 20:22.


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