AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   DoD:S Admin Weapons v0.4 Updated 5/2/2011 (https://forums.alliedmods.net/showthread.php?t=76442)

Lebson506th 08-24-2008 15:06

DoD:S Admin Weapons v0.4 Updated 5/2/2011
 
2 Attachment(s)
DoD:S Admin Weapons
by Lebson506th

Description

This plugin was inspired by a plugin I saw for DoD:S a long time ago. Don't remember what it was called or who it was by, and I couldn't find it. So I made this one.

This plugin allows admins with the "t" (ADMFLAG_CUSTOM6) flag to get any weapon in the game. Automatically gives full ammo for the weapon selected including rifle grenades for the Garand and K98.

This plugin also allows admins to give any weapon to any player, or let any player decide which weapon they want. It also allows admin to remove 1 or all of any player's weapons.

The only limitation right now is that the user can only get 1 of each thrown grenade at a time. However, because it is possible to get the grenades of the other team as well, you can get a total of 2 of each. (IE, US and German frag grenade = 2 frag grenades total)

Commands

sm_weapon - Brings up the menu that allows admin to get any weapon.
sm_weapon "Name" - Brings up the menu on the named client's side that allows them to choose the weapon they want.
sm_giveweapon "Name" - Brings up the menu that allows admin to choose which weapon to give a player.
sm_removeweapons "Name" - Removes all weapons from a given player.
sm_removeweapon "Name" <slot# (0-3)> - Removes a weapon from the given slot from a given player.

Special Thanks
  • DJ Tsunami for helping me fix a few issues while I was developing this in the IRC channel.
  • monkie for suggesting the translation and menu integration, beta testing the plugin for me, and translating the plugin into Chinese.
  • FeuerSturm for showing me the RemoveEdict bug.
  • GoD-Tony for writing out the fix for the translation issue.
Installation Instructions
  1. Copy dod_adminweapon.smx to addons/sourcemod/plugins
  2. Copy adminweapon.phrases.txt to addons/sourcemod/translations
  3. Using RCON, do "sm plugins load dod_adminweapon"
Current Languages
  • English
  • Chinese
Change Log

5/2/2011 - v0.4
  • Fixed translations potentially acting weirdly.
11/1/2008 - v0.3
  • Added translations.
  • Added commands to admin menu by default.
  • Fixed a bug when removing weapons that could cause server crashes after a while.
8/24/2008 - v0.2
  • Added sm_giveweapon "Name" that lets an admin choose what weapon to give to a player.
  • Added sm_weapon "Name" that opens the weapon menu on the given player so they can choose.
  • Added sm_removeweapons "Name" that removes all the weapons of a given player.
  • Added sm_removeweapon "Name" <slot# (0-3)> that removes the weapon in the given slot of the given player.
8/24/2008 - v0.1
  • Initial release

Lebson506th 08-24-2008 23:18

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
8/24/2008 - v0.2
  • Added sm_giveweapon "Name" that lets an admin choose what weapon to give to a player.
  • Added sm_weapon "Name" that opens the weapon menu on the given player so they can choose.
  • Added sm_removeweapons "Name" that removes all the weapons of a given player.
  • Added sm_removeweapon "Name" <slot# (0-3)> that removes the weapon in the given slot of the given player.
Cause so many people seemed interested in it, I thought I would make it better.

ProjectManhatten 08-27-2008 22:10

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
OMG THIS IS AWESOME! I've been waiting for it for sooo long... You rock!

Lebson506th 08-28-2008 08:44

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
Quote:

Originally Posted by ProjectManhatten (Post 677007)
OMG THIS IS AWESOME! I've been waiting for it for sooo long... You rock!


Thanks =)


I made an adminmenu_custom.txt that adds these commands to a "Admin Weapon" category in the menu.

menotyou 08-28-2008 20:46

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
can i use this for non admin player like in DoD Weapons Mod 2.0 http://www.dodplugins.net/forums/showthread.php?t=699 and if so how?

Lebson506th 08-28-2008 21:02

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
sm_weapons "Name" Lets them choose.

If you want it so everyone can use the sm_weapon command, remove the "ADMFLAG_CUSTOM6" part of each command you want them to have in OnPluginStart()

menotyou 08-29-2008 23:59

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
1 Attachment(s)
for puplic use with mod i use this key for non-admin
bind ] "sm_weapon"
Almost like DoD Weapons Mod 2.0
http://www.dodplugins.net/forums/showthread.php?t=699
Soo close

mgbadboyz 09-03-2008 16:39

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
Great plugin. I got the menu to work but when i choose a weapon nothing happens. Any reason??

Lebson506th 09-03-2008 17:03

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
Any errors in the logs?

mgbadboyz 09-03-2008 17:07

Re: DoD:S Admin Weapons v0.2 Updated 8/24/2008
 
only thing i noticed was this in console when i try to remove a weapon
09/03/2008 - 16:05:36: [SM] Native "GetPlayerWeaponSlot" reported: "Weapon_GetSlot" not supported by this mod
L 09/03/2008 - 16:05:36: [SM] Debug mode is not enabled for "dod_adminweapon.smx"
L 09/03/2008 - 16:05:36: [SM] To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 5 on
does this mean my sourcemod version is to old?


All times are GMT -4. The time now is 12:15.

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