Raised This Month: $ Target: $400
 0% 

VIP Plugin 3.0 UPDATED


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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 #35

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
 



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 12:24.


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