Added MeeleWeaponModifier
This commit is contained in:
@@ -1608,6 +1608,12 @@ namespace ReallifeGamemode.Server.Commands
|
||||
player.SendChatMessage("Modifier steht auf" + modifier);
|
||||
player.TriggerEvent("WeaponModifier", modifier);
|
||||
}
|
||||
[Command("wepmmod", "~m~Benutzung: ~s~/wepmod [Variable]")]
|
||||
public void CmdWeaponMeeleModifier(Player player, float modifier)
|
||||
{
|
||||
player.SendChatMessage("MeeleModifier steht auf" + modifier);
|
||||
player.TriggerEvent("WeaponMeeleModifier", modifier);
|
||||
}
|
||||
[Command("gotocp", "~m~Benutzung: ~s~/gotocp")]
|
||||
public void CmdAdminGotocp(Player admin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user