13.01.2010, 20:58
Hello samp forums, i got a lil issue with my tuning save&load.
i searched it, downloaded some fs but none helped because theyre pretty the same as my code
my problem is that my car spawns but its not tuned..
the weird thing about it is that the prints are all appearing ... but theres no tuning added to the vehicle ..
can anyone help me with that?
i searched it, downloaded some fs but none helped because theyre pretty the same as my code
my problem is that my car spawns but its not tuned..
Код:
for(new i = 0; i < 17; i++) //max tunes (no pjob) { if(CarInfo[vehicleid][cTune][i] != 0) { AddVehicleComponent(vehicleid, CarInfo[vehicleid][cTune][i]); printf("houseid: %d slot: %d component: %d adding", vehicleid, i, CarInfo[vehicleid][cTune][i]); //appears... } }
can anyone help me with that?