The Problem PutPlayerInVehicle.
#6

Try this loop instead,
pawn Код:
for(new i = 0; i < 7; i++) // Players Loop - Just for 8 players(starting with 0)
    {
        if(i > 3) // 5th+ player..
        {
            PutPlayerInVehicle(i, Vehl, i-4); //put players in the second vehicle
        }
        else // 4th- player..
        {
            PutPlayerInVehicle(i, Veh, i); //put players in the first vehicle
        }
    }
Reply


Messages In This Thread
The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 11:24
Re: The Problem PutPlayerInVehicle. - by xVIP3Rx - 28.11.2013, 11:30
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 11:38
Re: The Problem PutPlayerInVehicle. - by xVIP3Rx - 28.11.2013, 11:39
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 11:46
Re: The Problem PutPlayerInVehicle. - by xVIP3Rx - 28.11.2013, 12:03
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 12:20
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 12:25
Re: The Problem PutPlayerInVehicle. - by xVIP3Rx - 28.11.2013, 13:40
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 17:13

Forum Jump:


Users browsing this thread: 2 Guest(s)