3D Plates on vehicles, how to?
#6

Код:
	new Text:VehicleLicense[MAX_VEHICLES];
 	for(new vehid; vehid < MAX_VEHICLES; vehid++){
	new message[128];
	format(message,sizeof(message), "%i", vehid);
	VehicleLicense[vehid] = Create3DTextLabel(message, COLOR_LIGHTBLUE, 0.0, 0.0, 0.0, 50.0, 0, 0);
	Attach3DTextLabelToVehicle(VehicleLicense[vehid], vehid, 0.0, 0.0, 2.0);
	}
this works. . .
Reply


Messages In This Thread
3D Plates on vehicles, how to? - by Ihsan_Cingisiz - 30.05.2010, 20:31
Re: 3D Plates on vehicles, how to? - by Conroy - 30.05.2010, 20:44
Re: 3D Plates on vehicles, how to? - by Aleksandar_Zivanovci - 30.05.2010, 20:48
Re: 3D Plates on vehicles, how to? - by Aleksandar_Zivanovci - 30.05.2010, 20:58
Re: 3D Plates on vehicles, how to? - by Conroy - 30.05.2010, 21:00
Re: 3D Plates on vehicles, how to? - by Aleksandar_Zivanovci - 30.05.2010, 21:01
Re: 3D Plates on vehicles, how to? - by ReVo_ - 30.05.2010, 21:01
Re: 3D Plates on vehicles, how to? - by Aleksandar_Zivanovci - 30.05.2010, 21:05
Re: 3D Plates on vehicles, how to? - by Aleksandar_Zivanovci - 30.05.2010, 21:55
Re: 3D Plates on vehicles, how to? - by Conroy - 30.05.2010, 21:57

Forum Jump:


Users browsing this thread: 3 Guest(s)