SA-MP Forums Archive
3d text - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 3d text (/showthread.php?tid=186608)



3d text - mel~vin - 29.10.2010

how can i make a 3dtext over a car with the text

gta-[carid]

?
thanks


Re: 3d text - Mr.Jvxmc - 29.10.2010

look this
https://sampforum.blast.hk/showthread.php?tid=175871


Re: 3d text - mel~vin - 29.10.2010

ty but there are only the car models and not the car id


Re: 3d text - Mr.Jvxmc - 29.10.2010

Quote:
Originally Posted by mel~vin
Посмотреть сообщение
ty but there are only the car models and not the car id
and here you can find vehcles id's
https://sampwiki.blast.hk/wiki/Vehicle_Model_IDs


Re: 3d text - mel~vin - 30.10.2010

No i mean when i have 3 Cars in my gamemode then:
Car1:GTA-001
Car2:GTA-002
Car3:GTA-003

you understand?


Re: 3d text - Mr.Jvxmc - 30.10.2010

I don't understand.. :S


Re: 3d text - mel~vin - 30.10.2010

okay i have 3 Cars in my gm:

AddStaticVehicle(462,1772.5779,-1681.0626,14.0249,91.2874,118,1); //Car 1
AddStaticVehicle(462,1771.9017,-1679.7897,14.0188,84.1120,118,1); // Car 2
AddStaticVehicle(462,1771.2644,-1678.8379,14.0191,88.6984,118,1); //Car 3

Over car 1 i want to have the text GTA-001
over car 2 i want to have the text GTA-002
over car 3 i want to have the text GTA-003

you understand?


Re: 3d text - Mr.Jvxmc - 30.10.2010

you mean add like 3DTextLabel?
click here
https://sampforum.blast.hk/showthread.php?tid=175871


Re: 3d text - mel~vin - 30.10.2010

But there are the car models
when i have 100 nrg then there are 100different Labels:

GTA-001
GTA-002
GTA-003
GTA-004
...
GTA-099
GTA-100


Re: 3d text - Steven82 - 30.10.2010

Quote:
Originally Posted by mel~vin
Посмотреть сообщение
But there are the car models
when i have 100 nrg then there are 100different Labels:

GTA-001
GTA-002
GTA-003
GTA-004
...
GTA-099
GTA-100
Your going to need to create a TextLabel. Then your going to need to attach it too the vehicleid. Simple if you need more help there are some TextLabel tutorials out there.