next
This commit is contained in:
@@ -485,7 +485,8 @@ namespace ReallifeGamemode.Server.Commands
|
||||
NAPI.Pools.GetAllPlayers().ForEach(p =>
|
||||
{
|
||||
p.SetData("eventAllowed", true);
|
||||
});
|
||||
});
|
||||
player.SendNotification("Der Eventchat ist nun an.");
|
||||
break;
|
||||
|
||||
case "off":
|
||||
@@ -493,6 +494,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
{
|
||||
p.SetData("eventAllowed", false);
|
||||
});
|
||||
player.SendNotification("Der Eventchat ist nun aus.");
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
ChatService.NotAuthorized(player);
|
||||
return;
|
||||
}
|
||||
ChatService.BroadcastFaction("~36648B~[Event]" + player.Name + msg, new List<int>() { 9 }) ;
|
||||
ChatService.BroadcastFaction("~b~[Event] " + player.Name + ": " + msg, new List<int>() { 9 }) ;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user