18.05.2012, 09:30
Hi, still having problems with vehicle tune. If a player is near a car with invalid tune he get's some warnings and finnaly crash.
Code i use to load:
Is there any tune validation function/stock?
Code i use to load:
pawn Код:
for(new i; i < 14; i++)
{
if(mod[i] >= 1000 && mod[i] <= 1193)
{
AddVehicleComponent(vCarID, mod[i]); //Adds the component
}
}