30.01.2015, 17:48
Hello. Is there a way to make in some command getting vehicle paintjob. Thanks
Like GetVehiclePaintjob or something.
Like GetVehiclePaintjob or something.
Paintjob[MAX_VEHICLES];
public OnVehiclePaintJob(playerid, vehicleid, paintjobid)
{
Paintjob[vehicleid] = paintjobid;
return 1;
}