Versuch 1 WeaponDamage
This commit is contained in:
@@ -1602,6 +1602,12 @@ namespace ReallifeGamemode.Server.Commands
|
||||
|
||||
#endregion
|
||||
#region ALevel1337
|
||||
[Command("wepmod", "~m~Benutzung: ~s~/wepmod [Variable]")]
|
||||
public void CmdWeaponModifier(Player player, float modifier)
|
||||
{
|
||||
player.SendChatMessage("Modifier steht auf" + modifier);
|
||||
player.TriggerEvent("WeaponModifier", modifier);
|
||||
}
|
||||
[Command("gotocp", "~m~Benutzung: ~s~/gotocp")]
|
||||
public void CmdAdminGotocp(Player admin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user