21.11.2009, 22:00
Quote:
Originally Posted by Globe2009
thanks alot man its ideal
but i got the problem if cars respawn(server restarts) the paint jobs go back to normal i use (modelid,x,y,z,angle,"color1","color2"); in my script |
Change it to this.
pawn Код:
public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
{
SaveMods();
VehiclesMod[vehicleid][10] = paintjobid;
return 1;
}