Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while(fread(file, string))
- {
- if(CarInfo[vehicleid][cID] == vehicleid)
- {
- printf("ID VEH: %d",CarInfo[vehicleid][cID]);
- //ChangeVehicleColor(GetPlayerVehicleID(playerid), couleur1, CarInfo[vehicleid][cColorOne]);
- //ChangeVehicleColor(GetPlayerVehicleID(playerid), couleur1, CarInfo[vehicleid][cColorOne]);
- CarInfo[vehicleid][cColorOne] = 0;
- ChangeVehicleColor(vehicleid, 0, 1);
- OnPropUpdate();
- return 1;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment