Not Create Vehicle.
#7

Quote:
Originally Posted by Shetch
Посмотреть сообщение
Код:
for(new slots = GetMaxPlayers( ), i; i < SLOTS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(InStunt[i] == 1)
            {
                RampTimer[i] = SetTimerEx("CountDown", 1000, 1, "i", i);
                RampCD[i] = 60;
            }
        }
    }
What the....

Here's what i use.
Код:
	for(new i = 0; i < MAX_PLAYERS; i++)
pawn Код:
for(new slots = GetMaxPlayers( ), i; i < slots; i++)
Is the fastest plain player-loop, learn my friend...
Reply


Messages In This Thread
Not Create Vehicle. - by _DownLoaD_ - 19.02.2012, 15:44
Re: Not Create Vehicle. - by _DownLoaD_ - 19.02.2012, 17:01
Re: Not Create Vehicle. - by aRoach - 19.02.2012, 17:04
Re: Not Create Vehicle. - by _DownLoaD_ - 19.02.2012, 17:40
Re: Not Create Vehicle. - by Shetch - 19.02.2012, 17:54
Re: Not Create Vehicle. - by _DownLoaD_ - 19.02.2012, 17:56
Re: Not Create Vehicle. - by aRoach - 19.02.2012, 18:02
Re: Not Create Vehicle. - by _DownLoaD_ - 20.02.2012, 13:17

Forum Jump:


Users browsing this thread: 2 Guest(s)