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

Weapon Restrictions


Post New Thread Reply   
 
Thread Tools Display Modes
american insurgent
New Member
Join Date: May 2009
Old 05-18-2009 , 21:28   Re: Weapon Restrictions
Reply With Quote #421

can you tell me the command for the game: Insurgency
Usage:
sm_restrict <weapon|group> <amount|default=0> <all=default|ct|t>
sm_unrestrict <weapon|group> <all=default|ct|t>
sm_addgroup <"group name"> <"weapon_one weapon_two weapon_three">
sm_grouplist
sm_dropc4
american insurgent is offline
PStar
Veteran Member
Join Date: Mar 2008
Old 05-19-2009 , 06:11   Re: Weapon Restrictions
Reply With Quote #422

Somehow plugin works again in with the 1.3 snapshots.
PStar is offline
foenetik
Junior Member
Join Date: Nov 2008
Old 05-21-2009 , 21:43   Re: Weapon Restrictions
Reply With Quote #423

Hello,

i use Sourcemod 1.2.0

after the installation of your Version 3.1
my hidden reserveslot no longer works
after uninstalling it works again

there are no ErrorLog exists to find..


can you help??

Thx Foen
__________________
foenetik is offline
Snake60
Senior Member
Join Date: Jul 2008
Location: Russia, Pskov
Old 05-22-2009 , 17:58   Re: Weapon Restrictions
Reply With Quote #424

Quote:
Originally Posted by erazor View Post
Hi,
I have awp restricted on my server and i would like the awp to to unrestricted to 1 per team when it reaches 14 players.
How can i do this or do i need a different plug-in?
Thanks
You must have this plugin too
http://forums.alliedmods.net/showthread.php?t=78821
Snake60 is offline
Send a message via ICQ to Snake60 Send a message via MSN to Snake60 Send a message via Skype™ to Snake60
aSmig
Junior Member
Join Date: Nov 2008
Old 05-26-2009 , 18:19   Re: Weapon Restrictions
Reply With Quote #425

Hi Liam, thanks for a great plugin. Do you have any interest in adding per-player restrictions? The other two plugins I have found which do this are not very functional. If you don't want to add player restrictions, I'll likely end up fleshing out UserRestrict by theY4Kman using ideas from yours. Any tips welcome.
aSmig is offline
aSmig
Junior Member
Join Date: Nov 2008
Old 05-28-2009 , 15:57   Re: Weapon Restrictions
Reply With Quote #426

Also, would you be up for exporting a few functions as natives? I am particularly interested in RemoveWeapon, RestrictWeapon, and UnrestrictWeapon. Feel free to PM if you would like to discuss. Thanks.
aSmig is offline
niar82k
Member
Join Date: Aug 2007
Location: Germany
Old 05-29-2009 , 21:32   Re: Weapon Restrictions
Reply With Quote #427

how i can deaktivate the warmup system?
niar82k is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 06-02-2009 , 19:56   Re: Weapon Restrictions
Reply With Quote #428

Add immunity flag "t"

someone add a custom flag for immunity aganist restrictions for restricted weapons, like awps.
__________________
ph is offline
tejeskifly
Senior Member
Join Date: Jun 2009
Location: Hungary, Szeged
Old 06-28-2009 , 19:14   Re: Weapon Restrictions
Reply With Quote #429

hi, i'm writing this in adminmenu_custom.txt, but dont work
whats wrong?
"Restrict weapon"
{
"cmd" "sm_restrict <#1> <#2> <#3>"
"1"
{
"type" "list"
"title" "Weapon:"
"1" "weapon_ak47"
"1." "Ak-47"
"2" "weapon_m4a1"
"2." "M4A1"
"3" "weapon_galil"
"3." "Galil"
"4" "weapon_famas"
"4." "Famas"
"5" "weapon_aug"
"5." "AUG"
"6" "weapon_sg552"
"6." "Kreig SG552"
"7" "weapon_scout"
"7." "Scout"
"8" "weapon_awp"
"8." "AWP Sniper"
"9" "weapon_g3sg1"
"9." "G3SG1 Auto Sniper"
"10" "weapon_sg550"
"10." "SG550 Auto Sniper"
"11" "weapon_mac10"
"11." "MAC-10"
"12" "weapon_mp5"
"12." "MP5"
"13" "weapon_ump45"
"13." "UMP-45"
"14" "weapon_p90"
"14." "P90"
"15" "weapon_glock"
"15." "Glock"
"16" "weapon_usp"
"16." "USP"
"17" "weapon_p228"
"17." "Compact P228"
"18" "weapon_deagle"
"18." "Desert Eagle"
"19" "weapon_elite"
"19." "Dual Elites"
"20" "weapon_fiveseven"
"20." "Five Seven"
"21" "weapon_m3"
"21." "M3 Shotgun"
"22" "weapon_xm1014"
"22." "XM1014 Auto Shotgun"
"23" "weapon_m249"
"23." "M249 Machine Gun"
"25" "weapon_flashbang"
"25." "flashbang"
"26" "weapon_hegranade"
"26." "hegrenade"
"27" "weapon_smokegranade"
"27." "smokegrenade"
"28" "weapon_c4"
"28." "c4"
"29" <"all"> <"weapon_glock weapon_usp weapon_p228 weapon_deagle weapon_elite weapon_fiveseven weapon_m3 weapon_xm1014 weapon_galil weapon_ak47 weapon_scout weapon_sg552 weapon_awp weapon_g3sg1 weapon_famas weapon_m4a1 weapon_aug weapon_sg550 weapon_mac10 weapon_tmp weapon_mp5navy weapon_ump45 weapon_p90 weapon_m249 weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_c4>
"29." "all"
"30" <kponly> <weapon_m3 weapon_xm1014 weapon_galil weapon_ak47 weapon_scout weapon_sg552 weapon_awp weapon_g3sg1 weapon_famas weapon_m4a1 weapon_aug weapon_sg550 weapon_mac10 weapon_tmp weapon_mp5navy weapon_ump45 weapon_p90 weapon_m249 weapon_flashbang weapon_hegrenade weapon_smokegrenade>
"30." "kponly"

}
"2"
{
"type" "list"
"title" "amount"
"1." 0
"2." 1
"3." 2
"4." 3
"5." 4
"6." 5
}
"3"
{
"type" "list"
"title" "team"
"1." all
"2." t
"3." ct
}
}
}

adminmenu:
and when i press 1, console write:

Unknown command:

pls help!
(sry my english is bad)
tejeskifly is offline
Send a message via MSN to tejeskifly
jojo86
BANNED
Join Date: Mar 2009
Old 07-08-2009 , 08:23   Re: Weapon Restrictions
Reply With Quote #430

How can i translate This weapon is restricted ?
jojo86 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 10:43.


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