20.06.2014, 13:07
Try to change that
and
PHP код:
stock IsAPizzaCar(carid)
{
for (new v; v < sizeof(PizzaVehicles); v++) {
if(carid == PizzaVehicles[v]) return 1;
}
return 0;
}
PHP код:
new PizzaVehicles[11];