26.05.2010, 11:47
Nice,
Maybe you can also put this in your script?
Maybe you can also put this in your script?
pawn Code:
new Paintjob[MAX_VEHICLES];
ChangeVehiclePaintjobEx(vehicleid, paintjobid)
{
Paintjob[vehicleid] = paintjobid;
ChangeVehiclePaintjob(vehicleid, paintjobid);
}
GetVehiclePaintjob(vehicleid)
{
return Paintjob[vehicleid];
}