Raised This Month: $12 Target: $400
 3% 

[REQ] Block Pick Up Weapon


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
on154288
Member
Join Date: Aug 2012
Old 08-10-2013 , 10:34   [REQ] Block Pick Up Weapon
Reply With Quote #1

I'm making mod with my friend and we have a problem when zombie can pick up weapon ( I use NST_WPN so you may know this problem ). I need 2 plugins: 1 that block pick up weapon for Ts only and 1 on both team ( i need this for my mod )
Can somebody make it for me
Thanks first
on154288 is offline
on154288
Member
Join Date: Aug 2012
Old 08-10-2013 , 22:21   Re: [REQ] Block Pick Up Weapon
Reply With Quote #2

anyone
on154288 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 08-10-2013 , 22:44   Re: [REQ] Block Pick Up Weapon
Reply With Quote #3

1.Don't bump your thread before 14 days has passed.
2.Search, already made.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
JoooN
BANNED
Join Date: Jul 2013
Location: Ban List :P
Old 08-11-2013 , 00:05   Re: [REQ] Block Pick Up Weapon
Reply With Quote #4

https://forums.alliedmods.net/showpo...1&postcount=18
But next time, search before being lazy
JoooN is offline
on154288
Member
Join Date: Aug 2012
Old 08-11-2013 , 03:02   Re: [REQ] Block Pick Up Weapon
Reply With Quote #5

Quote:
Originally Posted by wickedd View Post
1.Don't bump your thread before 14 days has passed.
2.Search, already made.
Sorry because bump my thread too soon. And I have search But i Couldn't Found It.

Quote:
Originally Posted by JoooN View Post
https://forums.alliedmods.net/showpo...1&postcount=18
But next time, search before being lazy
Thank. But this is for both team. I need the one that only for ts more
on154288 is offline
sami_spt
Veteran Member
Join Date: Sep 2012
Location: I<3 pussy cats
Old 08-11-2013 , 03:04   Re: [REQ] Block Pick Up Weapon
Reply With Quote #6

PHP Code:


#include <amxmodx>
#include <engine>
#include <cstrike>
 
public plugin_init()
{
        
register_plugin("Block Pickup""1.0""AMXX Community");
 
        
register_touch("weaponbox""player""BlockPickup");
        
register_touch("armoury_entity""player""BlockPickup");
        
register_touch("weapon_shield""player""BlockPickup");
}
 
public 
BlockPickup(weaponid)
{
    if (
cs_get_user_team(id) == CS_TEAM_T)
             return 
PLUGIN_HANDLED;

    return 
PLUGIN_CONTINUE;


Resources:

[REQ] Prevent terrorist from weapon pick up

http://forums.alliedmods.net/showthread.php?t=195272


1 more thing, u saw that title. If you search for the keywords

block terrorist weapon pick amxx

thats just in google, not forums search, you will find more plugins.

Last edited by sami_spt; 08-11-2013 at 03:06.
sami_spt is offline
on154288
Member
Join Date: Aug 2012
Old 08-11-2013 , 03:09   Re: [REQ] Block Pick Up Weapon
Reply With Quote #7

Thanks

Topic Closed

Last edited by on154288; 08-11-2013 at 03:09.
on154288 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 21:35.


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