Advertisement
Guest User

Untitled

a guest
Jan 11th, 2015
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. stock KaleduSenis(Float:x, Float:y, Float:z)
  2. {
  3. new tmpobjid; z -= 0.8;
  4. tmpobjid = CreateDynamicObject(19059, x, y, z, 0.00000, 180.00000, 0.00000); SetDynamicObjectMaterial(tmpobjid, 0, 3915, "libertyhi3", "mp_snow"); SetDynamicObjectMaterial(tmpobjid, 1, 3915, "libertyhi3", "mp_snow");
  5. tmpobjid = CreateDynamicObject(19059, x - 0.02002, y + 0.00037, z + 0.7280, 0.00000, 180.00000, 0.00000); SetDynamicObjectMaterial(tmpobjid, 0, 3915, "libertyhi3", "mp_snow"); SetDynamicObjectMaterial(tmpobjid, 1, 3915, "libertyhi3", "mp_snow");
  6. tmpobjid = CreateDynamicObject(19064, x - 0.02564, y - 0.00830, z + 1.2304, 0.00000, 20.00000, 0.00000);
  7. tmpobjid = CreateDynamicObject(2995, x + 0.36718, y + 0.14416, z + 0.9902, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(tmpobjid, 0, -1, "none", "none", 0xFF000000);
  8. tmpobjid = CreateDynamicObject(2995, x + 0.36718, y - 0.15186, z + 0.9902, 0.00000, 0.00000, 0.00000); SetDynamicObjectMaterial(tmpobjid, 0, -1, "none", "none", 0xFF000000);
  9. tmpobjid = CreateDynamicObject(3028, x - 0.02564, y + 0.25940, z + 0.7343, 0.00000, -40.00000, 90.00000);
  10. tmpobjid = CreateDynamicObject(3028, x - 0.02564, y - 0.23083, z + 0.7343, 0.00000, 140.00000, 90.00000);
  11. tmpobjid = CreateDynamicObject(1021, x - 0.41211, y + 0.00867, z + 0.8519, 0.00000, 0.00000, 90.00000);
  12. return 1;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement