20.05.2013, 15:22
Hello, I'm interested in how to make me the owner's name written on the car as 3D text, here's a picture to see how it looks, who knows, let me do it all and put it in the pastebin and send
Here I pulled out of a script for this just do not know how to do to make it as filterscripts
Picture what it looked like: http://i.imgur.com/NAU9txbh.jpg
Here I think this is it, so we just need to get more of this code do filterscripts
Maybe you did not understand the best, because I am from Bosnia and do not know English well, thank you
Here I pulled out of a script for this just do not know how to do to make it as filterscripts
Picture what it looked like: http://i.imgur.com/NAU9txbh.jpg
Here I think this is it, so we just need to get more of this code do filterscripts
Код:
vehicle3Dtext[ PrivateVehicles[IDAuta[playerid]][_vehicleid] ] = Create3DTextLabel(PrivateVehicles[IDAuta[playerid]][_owner], COLOR_WHITE, 0.0, 0.0, 0.0, 15.0, 0, 1 ); Attach3DTextLabelToVehicle( vehicle3Dtext[PrivateVehicles[IDAuta[playerid]][_vehicleid] ] , PrivateVehicles[IDAuta[playerid]][_vehicleid], 0.0, 0.0, 0.0);