I Have a Probelm with 3D TextLabel
#1

Hello ich have a Problem

for(new i = 0; i < MAX_VEHICLES; i++)
{
new string2[700];
format(string2, sizeof(string2), "SA-%d",vehicleid);
kennzeichen = Create3DTextLabel(string2,0xFF5A00FF,30.0,30.0,5.0 ,30.0,0);
Attach3DTextLabelToVehicle(kennzeichen,i, 0.0, 0.0, 0.0);
}

what is the Problem


PS: sry for my Bad English xD
Reply
#2

Код:
Attach3DTextLabelToVehicle(kennzeichen,vehicle_id, 0.0, 0.0, 0.0);
attach to vehicle id not the player id.

https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)