Problem
#6

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Only work for one player.


pawn Код:
new newcar;
for(new i = 0; i < MAX_PLAYERS; i++)
{
    newcar = GetPlayerVehicleID(i);
    if(IsACopCar(newcar))
        AddVehicleComponent(newcar, 19311);
}
Thanks Vini, had forgotten to put the new back Newcar.
Reply


Messages In This Thread
Problem - by Dan_Barocu - 14.05.2012, 13:57
Re: Problem - by .FuneraL. - 14.05.2012, 13:59
Re: Problem - by ViniBorn - 14.05.2012, 14:00
Re: Problem - by Faisal_khan - 14.05.2012, 14:01
Re: Problem - by Dan_Barocu - 14.05.2012, 14:02
Re: Problem - by .FuneraL. - 14.05.2012, 14:02
Re: Problem - by ViniBorn - 14.05.2012, 14:05
Re: Problem - by Dan_Barocu - 14.05.2012, 14:07
Re: Problem - by ViniBorn - 14.05.2012, 14:11
Re: Problem - by Dan_Barocu - 14.05.2012, 15:20

Forum Jump:


Users browsing this thread: 2 Guest(s)