Simple timer doesn't work..
#7

pawn Код:
public StartFire()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            new rand = random(sizeof(RandomSpawn));
            CreateFire(RandomSpawn[rand][0], RandomSpawn[rand][1], RandomSpawn[rand][2]);
            SendClientMessageToAll(COLOR_WHITE, "A BIG FIRE HAS STARTED !");
            SetPlayerCheckpoint(i, RandomSpawn[rand][0], RandomSpawn[rand][1], RandomSpawn[rand][2], 3.0);
        }
    } // not connected
    return 1;
}
Reply


Messages In This Thread
Simple timer doesn't work.. - by kubeba59 - 28.12.2013, 16:34
Re: Simple timer doesn't work.. - by ToiletDuck - 28.12.2013, 16:36
Re: Simple timer doesn't work.. - by kubeba59 - 28.12.2013, 16:40
Re: Simple timer doesn't work.. - by ToiletDuck - 28.12.2013, 16:47
Re: Simple timer doesn't work.. - by kubeba59 - 28.12.2013, 16:52
Re: Simple timer doesn't work.. - by kubeba59 - 29.12.2013, 12:36
Re: Simple timer doesn't work.. - by Stereotype - 29.12.2013, 12:43

Forum Jump:


Users browsing this thread: 1 Guest(s)