Element/Projectile: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(added flare)
m (Добавление языков)
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:
==See also==
==See also==
{{Client projectile functions}}
{{Client projectile functions}}
[[Category:Element Types]]
[[en:Element/Projectile]]
[[ru:Element/Projectile]]
[[hu:Element/Projectile]]

Latest revision as of 10:18, 15 April 2021

The projectile class represents the projectiles of certain weapons that are created when the weapon is fired. Alternatively these can be created using createProjectile

  • 16: Grenade
  • 17: Tear Gas Grenade
  • 18: Molotov
  • 19: Rocket (simple)
  • 20: Rocket (heat seeking)
  • 21: Air Bomb
  • 39: Satchel Charge
  • 58: Flare from hydra

See also