Kann man Objekte die mit SetObjectMaterialText bearbeitet wurden an ein Auto Attachen ?
EDIT: BZW wie kann man des?
MFG ZerOnex
Kann man Objekte die mit SetObjectMaterialText bearbeitet wurden an ein Auto Attachen ?
EDIT: BZW wie kann man des?
MFG ZerOnex
SetObjectMaterialText Tutorial: http://forum.sa-mp.com/showthread.php?t=361737
Zum Attachen: Dieser Editor (http://forum.sa-mp.com/showthread.php?t=282883) gibt dir die Koordinaten für: http://wiki.sa-mp.com/wiki/AttachObjectToVehicle
new
securicar,
theobject;
securicar = CreateVehicle(SECURICA, 2239.8296, 2475.9946, 3.3968, 270.0, 0, 0, -1),
theobject = CreateObject(19477, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
SetObjectMaterialText(theobject, "S.W.A.T.", 0, OBJECT_MATERIAL_SIZE_256x128, "BankGothic Md BT", 60, 1, 0xfff0f0f0, 0, 1);
AttachObjectToVehicle(theobject, securicar, 1.153, -1.2, 0.46, 0.0, 0.0, 0.0);