fixxxxxx
This commit is contained in:
@@ -276,7 +276,7 @@ export default function (globalData: GlobalData): void {
|
|||||||
{
|
{
|
||||||
font: 7,
|
font: 7,
|
||||||
color: [64, 224, 208, 255],
|
color: [64, 224, 208, 255],
|
||||||
scale: [2, 2],
|
scale: [1.5, 1.5],
|
||||||
outline: true,
|
outline: true,
|
||||||
centre: false
|
centre: false
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -354,7 +354,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
|
|
||||||
#region ALevel1
|
#region ALevel1
|
||||||
|
|
||||||
[Command("countdown", "~m~Benutzung: ~s~/countdown [Zeit] [Text]")]
|
[Command("countdown", "~m~Benutzung: ~s~/countdown [Zeit] [Text]", GreedyArg = true))]
|
||||||
public void CmdCountdown(Client player, string timer_string, string text)
|
public void CmdCountdown(Client player, string timer_string, string text)
|
||||||
{
|
{
|
||||||
if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true)
|
if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true)
|
||||||
|
|||||||
Reference in New Issue
Block a user