29.12.2010, 08:20
Hey again, so recently i made a system for vehicle numbers to be shown on vehicles, but the problem is that i made a offset using sultan and i thought the text will suit every car, but all other cars have other lenghts and etc... So on sultan, those numbers were in perfect position, but with other cars they are allmost in the middle of vehicle or not in the right position... I've seen this system on RedcountyRP, so should i:
Or theres other way to do this, without manually changing the offset?
Thanks in advice.
BTW, by saying offset i mean: Attach3DLabelTextToVehicle(txtid, vehicleid, OFFSETX, OFFSETY, OFFSETZ, lastoptionwhichidontremember);
pawn Код:
if(modelid == MODEL_ID)
{
// custom offset
}
Thanks in advice.
BTW, by saying offset i mean: Attach3DLabelTextToVehicle(txtid, vehicleid, OFFSETX, OFFSETY, OFFSETZ, lastoptionwhichidontremember);