added /countdown clear
This commit is contained in:
@@ -363,6 +363,14 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (timer_string == "clear")
|
||||||
|
{
|
||||||
|
foreach (Client c in NAPI.Pools.GetAllPlayers())
|
||||||
|
{
|
||||||
|
c.TriggerEvent("countdown", 0, "ich liebe balbo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
int timer = int.Parse(timer_string);
|
int timer = int.Parse(timer_string);
|
||||||
|
|
||||||
foreach (Client c in NAPI.Pools.GetAllPlayers())
|
foreach (Client c in NAPI.Pools.GetAllPlayers())
|
||||||
|
|||||||
Reference in New Issue
Block a user