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

Help VIP have 2 guns plugin??


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ognjen7
Junior Member
Join Date: Nov 2015
Old 11-27-2015 , 10:44   Help VIP have 2 guns plugin??
Reply With Quote #1

Can someone help me??? I need to find plugin that allows VIP to have two guns, i needed for my paintball mod? Pls can someone tell me that link or download of that plugin please !!
Ognjen7 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 11-27-2015 , 11:48   Re: Help VIP have 2 guns plugin??
Reply With Quote #2

Do you mean 2 primary or 2 secondary weapons?
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Ognjen7
Junior Member
Join Date: Nov 2015
Old 11-27-2015 , 11:50   Re: Help VIP have 2 guns plugin??
Reply With Quote #3

Primary, i need two guns for vip just vip in Paintball Mod on ADMIN_LEVEL_H - t flag
Ognjen7 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 11-27-2015 , 11:56   Re: Help VIP have 2 guns plugin??
Reply With Quote #4

I understand you want them to have 2 guns but you need to give more details.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Ognjen7
Junior Member
Join Date: Nov 2015
Old 11-27-2015 , 11:58   Re: Help VIP have 2 guns plugin??
Reply With Quote #5

Wait look, i want to just VIP have 2 primary guns ? Not players.
Ognjen7 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 11-27-2015 , 12:03   Re: Help VIP have 2 guns plugin??
Reply With Quote #6

Wait look. What 2 guns, are the guns free, do they receive the guns every time they spawn or just once a map.
It's your damn request, explain exactly what it is you want.

Edit: It would help if you attach the paintball mod .sma
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.

Last edited by wickedd; 11-27-2015 at 12:07.
wickedd is offline
Ognjen7
Junior Member
Join Date: Nov 2015
Old 11-27-2015 , 12:18   Re: Help VIP have 2 guns plugin??
Reply With Quote #7

Yes that vip guns spawns every time when vip spawns on every map, and its free
Ognjen7 is offline
Ognjen7
Junior Member
Join Date: Nov 2015
Old 11-27-2015 , 13:28   Re: Help VIP have 2 guns plugin??
Reply With Quote #8

pls help
Ognjen7 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 11-27-2015 , 14:40   Re: Help VIP have 2 guns plugin??
Reply With Quote #9

Here you go, this is exactly what you asked for.

PHP Code:
#include < amxmodx >
#include < fun >
#include < hamsandwich >

#define VIP_FLAGS ADMIN_LEVEL_H

public plugin_init()
{
    
RegisterHamHam_Spawn"player""onSpawn")
    
}    

public 
onSpawnid )
{
    if( 
is_user_aliveid ) && ( get_user_flagsid ) & VIP_FLAGS ) )
    {
        
give_itemid"weapon_m249" )
        
give_itemid"weapon_famas" )
    }

__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Ognjen7
Junior Member
Join Date: Nov 2015
Old 11-27-2015 , 15:25   Re: Help VIP have 2 guns plugin??
Reply With Quote #10

Wait wait but models ... i want this model:

http://cs.gamebanana.com/skins/139375 - Name it v_pbgun77

And change famas into give_item(id, "weapon_tmp") pls
And i have one model on default gun i named it v_pbgun52, i wanted help because i dont know how to put models in code of plugin ...

And when vip spawns he gets v_pbgun77 and v_pbgun52 gun model I want just that

Last edited by Ognjen7; 11-27-2015 at 15:45.
Ognjen7 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 03:58.


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