Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
CreateObject()
SetObjectMaterialText()
AttachObjectToVehicle()
Posts: 403
Threads: 10
Joined: Oct 2013
can anyone write a script ffor this
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
What object would be used, Pottus?
Posts: 560
Threads: 31
Joined: Mar 2013
pawn Код:
new objectname = CreateObject(19353, 0, 0, 10, 0.0, 0.0, 90.0); //it can be any...Im just giving an example
Setobjectmaterialtext(objectname, "Blah Blah Blah here", 0, OBJECT_MATERIAL_SIZE_256x128,\
"Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
AttachObjectToVehicle(objectid, vehicleid, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0);