Hello everyone, who can give me commands for the admin. Frieze is unfreze weather and I need a command for the admin who has 6 lvl for example, I write / eventzm and I teleport there and players of type / eventzm join and / eventzm leave I need them to teleport to the world which is written Please I really need these commands. Example of the command that I use case "bring":
{
if (GetAdminLevel (player)> = 1)
{
if (text == null)
{
MSGPLR (MSG_ERROR_EN + "Use / bring <player>", p
}
if (FindPlayer (text)! = null)
{
FindPlayer (text) .Pos = player.Pos;
MSG (RED + player + "brought to" + FindPlayer (text) "+ FindPlayer (text));
}
else MSGPLR (MSG_ERROR_EN + "This player does not exist.", player, MS}
break;
{
if (GetAdminLevel (player)> = 1)
{
if (text == null)
{
MSGPLR (MSG_ERROR_EN + "Use / bring <player>", p
}
if (FindPlayer (text)! = null)
{
FindPlayer (text) .Pos = player.Pos;
MSG (RED + player + "brought to" + FindPlayer (text) "+ FindPlayer (text));
}
else MSGPLR (MSG_ERROR_EN + "This player does not exist.", player, MS}
break;