Raised This Month: $ Target: $400
 0% 

where to get this (screenshot) plugin?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
stiffmast3r
I am not responsible
Join Date: May 2011
Old 07-24-2011 , 10:54   where to get this (screenshot) plugin?
Reply With Quote #1

hey guys, maybe anyone of u can help me to find this:



i see this on a furiens server, i want to have this too.
maybe i combinate this with a "anti buy" plugin, any ideas with this?

thx in advance
stiffmast3r is offline
SnoW
Veteran Member
Join Date: Oct 2008
Location: Finland WisdomNuggets: 8
Old 07-24-2011 , 14:07   Re: where to get this (screenshot) plugin?
Reply With Quote #2

You would how probably want to do a little better combinations. Who would seriously play with M3 and elite or with galil and clock? The first two arms will be totally overused. Better give the deagle with a little less powerful primary and add for example armor for worse primaries. Although I think your arms are little boring anyway, there is a lot of good race/class plugins out there, might want to go for them.
SnoW is offline
Send a message via MSN to SnoW
stiffmast3r
I am not responsible
Join Date: May 2011
Old 07-24-2011 , 15:10   Re: where to get this (screenshot) plugin?
Reply With Quote #3

well.. thanks for answer....
but the point is not on the combination of the weapon, its the plugin itself, nothing else.....
stiffmast3r is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 07-24-2011 , 15:33   Re: where to get this (screenshot) plugin?
Reply With Quote #4

Snow why do you actually care that much about it? If the requester wants something like this, then you can either do it or ask a question. I hate such posts here in this section like "Why do you want todo that?". It's just stupid IMO.

Anyways, try this:

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

public plugin_init()
{
    
register_plugin("Weapon Menu""1.0""AMXX Community")
    
RegisterHam(Ham_Spawn"player""EventHamSpawn"1)
}

public 
EventHamSpawn(id)
{
    if(
is_user_alive(id) && cs_get_user_team(id) == CS_TEAM_CT)
        
showMenu(id)
}

public 
showMenu(id)
{
    new 
menu menu_create("\y#Armes CT#""menuHandler")
    
    
menu_additem(menu"\wSergent : M4A1 + Deagle""1"0);
    
menu_additem(menu"\wCaporal : AK47 + Deagle""2"0);
    
menu_additem(menu"\wGendarme : M3 + elite""3"0);
    
menu_additem(menu"\wSoldat : Famas + Usp""4"0); 
    
menu_additem(menu"\wAmiral : Galil + Glock""5"0);

    
menu_setprop(menuMPROP_EXITMEXIT_NEVER)
    
menu_display(idmenu0)
}

public 
menuHandler(idmenuitem)
{
    if( 
item == MENU_EXIT || !is_user_alive(id) || cs_get_user_team(id) != CS_TEAM_CT )
    {
         
menu_destroy(menu);
         return 
PLUGIN_HANDLED;
    }

    new 
data[6], szName[64];
    new 
accesscallback;
    
menu_item_getinfo(menuitemaccessdata,charsmax(data), szName,charsmax(szName), callback);
    
    new 
key str_to_num(data)
    
    switch(
key)
    {
        case 
1:
        {
        
give_item(id"weapon_m4a1")
        
give_item(id"weapon_deagle")
        
cs_set_user_bpammo(id,CSW_M4A1,90)  
        
cs_set_user_bpammo(id,CSW_DEAGLE,35
        }
        case 
2:
        {
        
give_item(id"weapon_ak47")
        
give_item(id"weapon_deagle")
        
cs_set_user_bpammo(id,CSW_AK47,90)  
        
cs_set_user_bpammo(id,CSW_DEAGLE,35
        }
        case 
3
        {
        
give_item(id"weapon_m3")
        
give_item(id"weapon_elite")
        
cs_set_user_bpammo(id,CSW_M3,32)  
        
cs_set_user_bpammo(id,CSW_ELITE,35
       }
    case 
4
        {
        
give_item(id"weapon_famas")
        
give_item(id"weapon_usp")
        
cs_set_user_bpammo(id,CSW_FAMAS,90)  
        
cs_set_user_bpammo(id,CSW_USP,100
        }
    case 
5
        {
        
give_item(id"weapon_galil")
        
give_item(id"weapon_glock")
        
cs_set_user_bpammo(id,CSW_GALIL,90)  
        
cs_set_user_bpammo(id,CSW_GLOCK18,120
        }
    }
    
menu_destroy(menu)
    return 
PLUGIN_CONTINUE;

__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.

Last edited by bibu; 07-24-2011 at 15:35.
bibu is offline
stiffmast3r
I am not responsible
Join Date: May 2011
Old 07-24-2011 , 15:40   Re: where to get this (screenshot) plugin?
Reply With Quote #5

many thanks for this.. -> PM
stiffmast3r is offline
stiffmast3r
I am not responsible
Join Date: May 2011
Old 07-24-2011 , 15:47   Re: where to get this (screenshot) plugin?
Reply With Quote #6

a little buggy:

before weapons name is a "w".
last menu (amiral) is no ammo....

maybe u can fix it?

first im tryin it myself.
but please tell me how to give full ammo, maybe 250 bullets?
stiffmast3r is offline
SnoW
Veteran Member
Join Date: Oct 2008
Location: Finland WisdomNuggets: 8
Old 07-24-2011 , 16:21   Re: where to get this (screenshot) plugin?
Reply With Quote #7

Quote:
Originally Posted by bibu View Post
Snow why do you actually care that much about it?
My ability to care and give sympathy is simply amazing. I always put other people's needs over mine and my unselfishness is unbelievable.
Quote:
Originally Posted by bibu View Post
If the requester wants something like this, then you can either do it or ask a question. I hate such posts here in this section like "Why do you want todo that?". It's just stupid IMO.
Actually the stupidest thing is just to do everything people ask. IMCO YO is SBB. I would say 80% of the requests are already done and 15% are something so stupid they actually make players go away from the server, will never be used or the request cannot be done because the description is either nonsense, not understandable or very unclear. The last 5% could be done and how probably will be done, I will actually be happy to do a part of them just as long as I know there is something use for it. By asking a question I save a bunch of everyone's time, there is really no need for another reason.
SnoW is offline
Send a message via MSN to SnoW
Reply



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:21.


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