21.02.2011, 20:25
Hello guys...
I wanna save the 'VehicleComponents' of the bought vehicles
I did:
but it doesn't save the slot, so what might the problem be?
I wanna save the 'VehicleComponents' of the bought vehicles
I did:
pawn Код:
new comp;
comp = GetVehicleComponentInSlot(CarOwner[playerid],CARMODTYPE_SPOILER);
dini_IntSet(file,"CSlot0", comp);