Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. #define towel (1641)
  3. stock Createtowel(objectid, Float:x, Float:y, Float:z, Float:a, text[])
  4. {
  5. new Text3D:VEHICLETEXT, VEHICLEID, VEHICLEOBJECT;
  6. VEHICLEID = CreateVehicle(487, x, y, z, a, -1, -1, 50);
  7. LinkVehicleToInterior(VEHICLEID, 15);
  8. VEHICLETEXT = Create3DTextLabel(text, 0x25BFDAFF, x, y, z, 30.0, 0, 0);
  9. Attach3DTextLabelToVehicle(VEHICLETEXT, VEHICLEID, 0.0, 0.0, 2.0);
  10. VEHICLEOBJECT = CreateObject(objectid, 0.0, 0.0, 6.0, 0.0, 0.0, 270.0, 200.0);
  11. return AttachObjectToVehicle(VEHICLEOBJECT, VEHICLEID, 0.0, 0.0, 0.0, 0.0, 0.0, 90.0);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement