inshallah kein fehler
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
using System.Text.RegularExpressions;
|
||||
using GTANetworkAPI;
|
||||
using ReallifeGamemode.Server.Extensions;
|
||||
using ReallifeGamemode.Server.Services;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace ReallifeGamemode.Server.Commands
|
||||
{
|
||||
class GroupCommands : Script
|
||||
internal class GroupCommands : Script
|
||||
{
|
||||
#region Chat Commands
|
||||
|
||||
[Command("gc", "~m~Benutzung: ~s~/gc [Nachricht]", GreedyArg = true)]
|
||||
public void CmdGroupG(Player player, string message)
|
||||
{
|
||||
@@ -26,6 +24,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
|
||||
ChatService.BroadcastGroup(message, group);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#endregion Chat Commands
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user