Element/Projectile: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with 'The projectile class represents the projectiles of certain weapons that are created when the weapon is fired. Alternatively these can be created using [[createProjectile|createPr…')
 
No edit summary
Line 1: Line 1:
The projectile class represents the projectiles of certain weapons that are created when the weapon is fired. Alternatively these can be created using [[createProjectile|createProjectile]]
The projectile class represents the projectiles of certain weapons that are created when the weapon is fired. Alternatively these can be created using [[IT|createProjectile]]


* '''16: Grenade
* '''16: Grenade
Line 10: Line 10:


==See also==
==See also==
{{Client projectile functions}}
{{IT/Client projectile functions}}

Revision as of 09:10, 3 August 2011

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

See also