Raised This Month: $ Target: $400
 0% 

Need plugin ( help )


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Redhaess10
Member
Join Date: Apr 2016
Old 05-07-2016 , 10:27   Need plugin ( help )
Reply With Quote #1

Hello guys , i need plugin that terrorist can use only knife and bomb and they can't use or buy or get any weapon only knife and bomb help plzz
Redhaess10 is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 05-07-2016 , 12:30   Re: Need plugin ( help )
Reply With Quote #2

Search for furien mod
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
Redhaess10
Member
Join Date: Apr 2016
Old 05-07-2016 , 14:21   Re: Need plugin ( help )
Reply With Quote #3

Yes bro but i search for this plugin :/
Redhaess10 is offline
Bellka .
Member
Join Date: Apr 2016
Location: Home
Old 05-07-2016 , 15:34   Re: Need plugin ( help )
Reply With Quote #4

Here : https://forums.alliedmods.net/showthread.php?t=128967
Bellka . is offline
Send a message via MSN to Bellka .
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 05-07-2016 , 18:40   Re: Need plugin ( help )
Reply With Quote #5

Try:
PHP Code:
#include <amxmodx>
#include <hamsandwich>
#include <fakemeta>

#define PLUGIN "Furien no Pickup"
#define VERSION "1.0"
#define AUTHOR "EFFx"

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)

    
RegisterHam(Ham_Touch"weaponbox""HAM_Touch_Weapon")
    
RegisterHam(Ham_Touch"armoury_entity""HAM_Touch_Weapon")
    
RegisterHam(Ham_Touch"weapon_shield""HAM_Touch_Weapon")
}
public 
HAM_Touch_Weapon(entid
{
    if(
is_user_alive(id) && get_user_team(id) == && !(get_pdata_cbase(ent394) > 0))
        return 
HAM_SUPERCEDE
    
    
return HAM_IGNORED

__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
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 01:34.


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