First timer not running?
#9

pawn Код:
public OnGameModeInit()
{
    SetTimer("MatchCron",1000,1);
    SetTimer("servercron",5090,1);
    SetGameModeText("Team DM");
    SetTeamCount(2);
    AddPlayerClass(287, 887.95794678,-2409.54443359,23.77285576, 180, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(272, 887.95794678,-2409.54443359,23.77285576, 180, 0, 0, 0, 0, 0, 0);
    Map = 0;
    SendRconCommand("mapname Round End");
    LoadLostMap();
    SetNameTagDrawDistance(8.0);
    CreateVehicle(520, 0.0, 0.0, 0.0, 0.0, 0, 0, 1);
    mysql_init();
    mysql_connect(MYSQLHOST, MYSQLUSER, MYSQLKEY, MYSQLDB);
    CheckMySQLConnection();
    return 1;
}
try that?
Reply


Messages In This Thread
First timer not running? - by Memoryz - 15.09.2011, 22:47
Re: First timer not running? - by [L3th4l] - 15.09.2011, 22:53
Re: First timer not running? - by Memoryz - 15.09.2011, 22:54
Re: First timer not running? - by Kar - 15.09.2011, 23:09
Re: First timer not running? - by Memoryz - 15.09.2011, 23:32
Re: First timer not running? - by =WoR=Varth - 15.09.2011, 23:39
Re: First timer not running? - by Memoryz - 15.09.2011, 23:41
Re: First timer not running? - by RelaxCafe - 15.09.2011, 23:42
Re: First timer not running? - by Kar - 16.09.2011, 00:00

Forum Jump:


Users browsing this thread: 1 Guest(s)