PointServerCommandFilter: fixed negative value bug

nominations_extended: fixed nominate_addmap menu
ExtraCommands: fixed "no matching client was found" message
AdvancedTargeting: fixed missing MarkNativeAsOptional in include
This commit is contained in:
BotoX
2016-01-28 01:18:10 +01:00
parent f5ca547c96
commit e0741d6155
4 changed files with 14 additions and 8 deletions
+1
View File
@@ -25,6 +25,7 @@ public Plugin:myinfo =
public OnPluginStart()
{
LoadTranslations("common.phrases");
RegAdminCmd("sm_hp", Command_Health, ADMFLAG_GENERIC, "sm_hp <#userid|name> <value>");
RegAdminCmd("sm_kevlar", Command_Kevlar, ADMFLAG_GENERIC, "sm_kevlar <#userid|name> <value>");
RegAdminCmd("sm_weapon", Command_Weapon, ADMFLAG_GENERIC, "sm_weapon <#userid|name> <name> [clip] [ammo]");