Raised This Month: $ Target: $400
 0% 

plugin requset


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
GANGSTA_
Senior Member
Join Date: Nov 2010
Location: IR/ Romania
Old 04-22-2011 , 11:44   plugin requset
Reply With Quote #1

Hello, Holla, salut, hi, ..
I need dropnades only for tero (only terrorists can pick up the dropped nades)

HaPPy EastEr! :]
__________________
Quitted! Cya xD
GANGSTA_ is offline
Send a message via Yahoo to GANGSTA_
Old 04-23-2011, 05:37
GANGSTA_
This message has been deleted by Exolent[jNr]. Reason: Don't bump until 2 weeks have passed since last post.
RelaxMazteR
Member
Join Date: Jul 2009
Location: Sweden
Old 04-23-2011 , 14:23   Re: plugin requset
Reply With Quote #2

This should work!
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fakemeta>
 
new amx_noweaponpickup
 
public plugin_init()
{
        
register_plugin("No Weapon Pickup""1.0""hleV")
 
        
amx_noweaponpickup register_cvar("amx_noweaponpickup""1")
 
        
register_forward(FM_Touch"fwdTouch")
}
 
public 
fwdTouch(entid)
{
        if (!
get_pcvar_num(amx_noweaponpickup) || !is_user_connected(id) || !is_user_alive(id) || cs_get_user_team(id) == CS_TEAM_CT)
                return 
FMRES_IGNORED
 
        
new class[32]
        
pev(entpev_classname, class, 31)
 
        if (
equali(class, "grenade"))
                return 
FMRES_SUPERCEDE
 
        
return FMRES_IGNORED

Btw Downt bump until 2 weeks has past!

Last edited by RelaxMazteR; 04-23-2011 at 14:28.
RelaxMazteR is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-23-2011 , 14:40   Re: plugin requset
Reply With Quote #3

Which nade drop plugin are you using ?
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
GANGSTA_
Senior Member
Join Date: Nov 2010
Location: IR/ Romania
Old 04-24-2011 , 04:22   Re: plugin requset
Reply With Quote #4

realnadedrops
__________________
Quitted! Cya xD
GANGSTA_ is offline
Send a message via Yahoo to GANGSTA_
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-24-2011 , 04:29   Re: plugin requset
Reply With Quote #5

Try this one : http://forums.alliedmods.net/showthread.php?p=761924
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
GANGSTA_
Senior Member
Join Date: Nov 2010
Location: IR/ Romania
Old 04-25-2011 , 11:11   Re: plugin requset
Reply With Quote #6

No .. is not good :\
I need dropnades only for tero (only terrorists can pick up the dropped nades)
__________________
Quitted! Cya xD
GANGSTA_ is offline
Send a message via Yahoo to GANGSTA_
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 17:26.


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