18.02.2019, 21:10
so colocar assim:
PHP код:
new VehPizza[2];
// Init
VehPizza[0] = AddStaticVehicle(...);
VehPizza[1] = AddStaticVehicle(...);
// Loop
for(new i; i < sizeof(VehPizza); i++)