Warnings to save vehicle positions
#4

Try to change that

PHP код:
stock IsAPizzaCar(carid)
{
    for (new 
vsizeof(PizzaVehicles); v++) {
        if(
carid == PizzaVehicles[v]) return 1;
    }
    return 
0;

and

PHP код:
new PizzaVehicles[11]; 
Reply


Messages In This Thread
Warnings to save vehicle positions - by kevin_1991 - 20.06.2014, 12:40
Re : Warnings to save vehicle positions - by MCZOFT - 20.06.2014, 12:45
Re: Warnings to save vehicle positions - by kevin_1991 - 20.06.2014, 13:01
Re : Warnings to save vehicle positions - by MCZOFT - 20.06.2014, 13:07
Re: Warnings to save vehicle positions - by kevin_1991 - 20.06.2014, 14:02
Re: Warnings to save vehicle positions - by kevin_1991 - 20.06.2014, 14:14
Re: Warnings to save vehicle positions - by kevin_1991 - 20.06.2014, 15:10
Re : Re: Warnings to save vehicle positions - by MCZOFT - 20.06.2014, 15:17
Re: Warnings to save vehicle positions - by kevin_1991 - 20.06.2014, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)