20.12.2013, 19:58
Quote:
debes cargar primero el Paintjob y despues el color.
http://pastebin.com/ykAAzMmS http://pastebin.com/UDywPBpH |
pawn Код:
public OnVehicleSpawn(vehicleid)
{
if(VehiculosInfo[vehicleid][Paintjob] > -1) ChangeVehiclePaintjob(vehicleid, VehiculosInfo[vehicleid][Paintjob]);
ChangeVehicleColor(vehicleid, VehiculosInfo[vehicleid][Color1], VehiculosInfo[vehicleid][Color2]);
}