


public static void ChangeMap(String map)
{
String Host = GetHost();
iPrintlnBold(-1, "^5Map changed to " + map + " by " + Host);
Wait(3);
iPrintlnBold(-1, "^1Map will be changed in ^53^7 Seconds");
Wait(1);
iPrintlnBold(-1, "^1Map will be changed in ^52^7 Seconds");
Wait(1);
iPrintlnBold(-1, "^1Map will be changed in ^51^7 Seconds");
Wait(1);
ExecuteCommand("map mp_" + map + "\0");
}
public static void Wait(Int32 seconds)
{
Thread.Sleep(seconds * 1000);
}
public static void ExecuteCommand(String command)
{
RPC.Call(CBuf_AddText Address, 0, command);
}
public static void ChangeMap(String map)
{
String Host = GetHost();
iPrintlnBold(-1, "^5Map changed to " + map + " by " + Host);
Wait(3);
iPrintlnBold(-1, "^1Map will be changed in ^53^7 Seconds");
Wait(1);
iPrintlnBold(-1, "^1Map will be changed in ^52^7 Seconds");
Wait(1);
iPrintlnBold(-1, "^1Map will be changed in ^51^7 Seconds");
Wait(1);
ExecuteCommand("map mp_" + map + "\0");
}
public static void Wait(Int32 seconds)
{
Thread.Sleep(seconds * 1000);
}
public static void ExecuteCommand(String command)
{
RPC.Call(CBuf_AddText Address, 0, command);
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.