24.04.2011, 01:06
first of i sorry about my bad english ........
I use this -
https://sampforum.blast.hk/showthread.php?tid=102865
when i make 3D text like this it's working -
But, when i attach it to a vehicle it's not show at all !!! why ? here is a example -
TNX FOR ALL HELPING !!!
I use this -
https://sampforum.blast.hk/showthread.php?tid=102865
when i make 3D text like this it's working -
PHP код:
CreateDynamic3DTextLabel("CHEKING",Gold,2106.7251,878.7288,9.9305,100);
PHP код:
format(TextCar,sizeof(TextCar),"VIP шлб {9B2E5E}(%s)",VehNames[GetVehicleModel(car)-400]);
TextUpCar[car] = CreateDynamic3DTextLabel(TextCar,P_Playzone,0,0,0,15.0);
Attach3DTextLabelToVehicle(TextUpCar[car],car,0.0,0.0,0.0);