Weapons: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Style changed)
No edit summary
(20 intermediate revisions by 14 users not shown)
Line 1: Line 1:
'''Scripting functions that ask for a weapon ID need an integer that refers to the GTASA weapon ID list. They are listed below.'''
Scripting functions that ask for a weapon ID need an integer that refers to the GTASA weapon ID list. They are listed below.
<br>
{{Note|
*''NOTES:
*Clip size () denotes clip size when the weapon is dual wielded. Weapons without this specification are not dual wield weapons.
**''(Dual) denotes clip size when the weapon is dual wielded. Weapons without this specification are not dual wield weapons.''
*GTASA [[Weapon_skill_levels|weapon stats]] will affect movement, accuracy, damage, and dual wield capability. See [[setPedStat]] to change these stats. The default MTA server package comes with a resource called "defaultStats" that sets GTASA weapon stats to 999. See the weapon stats link for more info.
**''GTASA [[Weapon_skill_levels|weapon stats]] will affect movement, accuracy, damage, and dual wield capability. See [[SetPedStat]] to change these stats. The MTA server comes with a resource called "defaultStats" that sets GTASA weapon stats to 999. See the weapon stats link for more info.''
*For death reasons, especially in event handlers for onPlayerWasted or similar, also have a look at the [[Damage Types]].
{|border="1" cellpadding="1" cellspacing="0" align="center"
*'''Name''' is compatible with functions [[getWeaponNameFromID]], [[getWeaponIDFromName]].
}}
{|class="wikitable sortable" style="text-align:center; margin: 1em auto 1em auto; border:1px solid black"
|-
|-
! scope="col" style="background:#999999;" colspan = "1"| Weapon Name
! Slot || class="unsortable" | Type || class="unsortable" | Image || Name || ID || class="unsortable" | Model ID || class="unsortable" | Clip || class="unsortable" | Sharing slot ammo
! scope="col" style="background:#999999;" colspan = "1"| ID
! scope="col" style="background:#999999;" colspan = "1"| Clip
! scope="col" style="background:#999999;" colspan = "1"| Model ID
| style="background:#999999;" |
! scope="col" style="background:#999999;" colspan = "1"| Weapon Name
! scope="col" style="background:#999999;" colspan = "1"| ID
! scope="col" style="background:#999999;" colspan = "1"| Clip
! scope="col" style="background:#999999;" colspan = "1"| Model ID
|-
|-
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 0: No Weapon
! rowspan="2" | 0
|
! rowspan="2" | Hand
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 6: Rifles
| [[Image:Fist.png]] || align="left" | Fist || 0 || - || -
| rowspan="2" | -
|-
|-
|Fist
| [[Image:Knuckle.png]] || align="left" | Brassknuckle || 1 || 331 || -
|0
|
|
|
|Country Rifle
|33
|1
|357
|-
|-
|Brass Knuckles
! rowspan="8" | 1
|1
! rowspan="8" | Melee
|
| [[Image:Golfclub.png]] || align="left" | Golfclub || 2 || 333 || -
|331
| rowspan="8" | -
|
|Sniper Rifle
|34
|1
|358
|-
|-
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 1: Melee
| [[Image:Nitestik.png]] || align="left" | Nightstick || 3 || 334 || -
|
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 7: Heavy Weapons
|-
|-
|Golf Club
| [[Image:Knife.png]] || align="left" | Knife || 4 || 335 || -
|2
|
|333
|
|Rocket Launcher
|35
|1
|359
|-
|-
|Nightstick
| [[Image:Bat.png]] || align="left" | Bat || 5 || 336 || -
|3
|
|334
|
|Heat-Seeking RPG
|36
|1
|360
|-
|-
|Knife 
| [[Image:Shovel.png]] || align="left" | Shovel || 6 || 337 || -
|4
|
|335
|
|Flamethrower
|37
|50
|361
|-
|-
|Baseball Bat
| [[Image:Poolcue.png]] || align="left" | Poolstick || 7 || 338 || -
|5
|
|336
|
|Minigun
|38
|500
|362
|-
|-
|Shovel
| [[Image:Katana.png]] || align="left" | Katana || 8 || 339 || -
|6
|
|337
|
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 8: Projectiles
|-
|-
|Pool Cue
| [[Image:Saw.png]] || align="left" | Chainsaw || 9 || 341 || -
|7
|
|338
|
|Grenade
|16
|1
|342
|-
|-
|Katana
! rowspan="3" | 2
|8
! rowspan="3" | Handguns
|
| [[Image:Colt45.png]] || align="left" | Colt 45 || 22 || 346 || 17 (34)
|339
| rowspan="3" | '''No'''<br/>''Replacing handgun resets slot 2 ammo''
|
|Tear Gas
|17
|1
|343
|-
|-
|Chainsaw
| [[Image:Silenced.png]] || align="left" | Silenced || 23 || 347 || 17
|9
|
|341
|
|Molotov Cocktails
|18
|1
|344
|-
|-
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 2: Handguns
| [[Image:Deagle.png]] || align="left" | Deagle || 24 || 348 || 7
|
|Satchel Charges
|39
|1
|363
|-
|-
|Pistol
! rowspan="3" | 3
|22
! rowspan="3" | Shotguns
|17 (34)
| [[Image:Shotgun.png]] || align="left" | Shotgun || 25 || 349 || 1
|346
| rowspan="3" | Yes
|
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 9: Special 1
|-
|-
|Silenced Pistol
| [[Image:Sawnoff.png]] || align="left" | Sawed-off || 26 || 350 || 2 (4)
|23
|17
|347
|
|Spraycan
|41
|500
|365
|-
|-
|Desert Eagle
| [[Image:Spas12.png]] || align="left" | Combat Shotgun || 27 || 351 || 7
|24
|7
|348
|
|Fire Extinguisher
|42
|500
|366
|-
|-
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 3: Shotguns
! rowspan="3" | 4
|
! rowspan="3" | Sub-Machine Guns
|Camera
| [[Image:Mac10.png]] || align="left" | Uzi || 28 || 352 || 50 (100)
|43
| rowspan="3" | Yes
|36
|367
|-
|-
|Shotgun
| [[Image:Mp5.png]] || align="left" | MP5 || 29 || 353 || 30
|25
|1
|349
|
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 10: Gifts/Other
|-
|-
|Sawn-Off Shotgun
| [[Image:Tec9.png]] || align="left" | Tec-9 || 32 || 372 || 50 (100)
|26
|2 (4)
|350
|
|Long Purple Dildo
|10
|
|321
|-
|-
|SPAZ-12 Combat Shotgun
! rowspan="2" | 5
|27
! rowspan="2" | Assault Rifles
|7
| [[Image:Ak47.png]] || align="left" | AK-47 || 30 || 355 || 30
|351
| rowspan="2" | Yes
|
|Short tan Dildo
|11
|
|322
|-
|-
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 4: Sub-Machine Guns
| [[Image:M4.png]] || align="left" | M4 || 31 || 356 || 50
|
|Vibrator
|12
|
|323
|-
|-
|Uzi
! rowspan="2" | 6
|28
! rowspan="2" | Rifles
|50 (100)
| [[Image:Rifle.png]] || align="left" | Rifle || 33 || 357 || 1
|352
| rowspan="2" | '''No'''<br/>''Replacing rifle resets slot 6 ammo''
|
|Flowers
|14
|
|325
|-
|-
|MP5
| [[Image:Sniper.png]] || align="left" | Sniper || 34 || 358 || 1
|29
|30
|353
|
|Cane
|15
|
|326
|-
|-
|TEC-9
! rowspan="4" | 7
|32
! rowspan="4" | Heavy Weapons
|50 (100)
| [[Image:Rocketla.png]] || align="left" | Rocket Launcher || 35 || 359 || 1
|372
| rowspan="4" | '''No'''<br/>''Replacing heavy weapon resets slot 7 ammo''
|
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 11: Special 2
|-
|-
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 5: Assault Rifles
| [[Image:Heatseek.png]] || align="left" | Rocket Launcher HS || 36 || 360 || 1
|
|Night-Vision Goggles
|44
|
|368
|-
|-
|AK-47
| [[Image:Flame.png]] || align="left" | Flamethrower || 37 || 361 || 50
|30
|30
|355
|
|Infrared Goggles
|45
|
|369
|-
|-
|M4
| [[Image:Minigun.png]] || align="left" | Minigun || 38 || 362 || 500
|31
|50
|356
|
|Parachute
|46
|
|371
|-
|-
|
! rowspan="4" | 8
|
! rowspan="4" | Projectiles
|
| [[Image:Grenade.png]] || align="left" | Grenade || 16 || 342 || 1
|
| rowspan="4" | '''No'''<br/>''Replacing projectile resets slot 8 ammo''
|
! scope="row" style="background:#cccccc;" colspan = "4"| Slot 12: Satchel Detonator
|-
|-
|
| [[Image:Teargas.png]] || align="left" | Teargas || 17 || 343 || 1
|
|-
|
| [[Image:Molotov.png]] || align="left" | Molotov || 18 || 344 || 1
|
|-
|
| [[Image:Satchel.png]] || align="left" | Satchel || 39 || 363 || 1
|Satchel Detonator
|-
|40
! rowspan="3" | 9
|
! rowspan="3" | Special 1
|364
| [[Image:Spraycan.png]] || align="left" | Spraycan || 41 || 365 || 500
| rowspan="3" | '''No'''<br/>''Replacing slot 9 weapon resets slot 9 ammo''
|-
| [[Image:Fire_ex.png]] || align="left" | Fire Extinguisher || 42 || 366 || 500
|-
| [[Image:Camera.png]] || align="left" | Camera || 43 || 367 || 36
|-
! rowspan="5" | 10
! rowspan="5" | Gifts
| [[Image:Dildo1.png]] || align="left" | Dildo || 10 || 321 || -
| rowspan="5" | -
|-
| [[Image:Dildo2.png]] || align="left" | Dildo || 11 || 322 || -
|-
| [[Image:Vibe1.png]] || align="left" | Vibrator || 12 || 323 || -
|-
| [[Image:Flowers.png]] || align="left" | Flower || 14 || 325 || -
|-
| [[Image:Cane.png]] || align="left" | Cane || 15 || 326 || -
|-
! rowspan="3" | 11
! rowspan="3" | Special 2
| [[Image:Irgoggle.png]] || align="left" | Nightvision || 44 || 368 || -
| rowspan="3" | -
|-
| [[Image:Irgoggle.png]] || align="left" | Infrared || 45 || 369 || -
|-
| [[Image:Paracute.png]] || align="left" | Parachute || 46 || 371 || -
|-
! rowspan="1" | 12
! rowspan="1" | Satchel Detonator
| [[Image:Bomb.png]] || align="left" | Bomb || 40 || 364 || -
| rowspan="1" | -
|}
|}
==Client Functions==
{{Client_weapon_functions}}
==Server Function==
{{Weapon functions}}
[[Category:ID Lists]]
[[hu:Weapons]]
[[it:Armi]]
[[ru:Weapons]]
[[de:Waffen]]
[[pl:Weapons]]

Revision as of 22:04, 5 December 2018

Scripting functions that ask for a weapon ID need an integer that refers to the GTASA weapon ID list. They are listed below.

[[{{{image}}}|link=|]] Note:
  • Clip size () denotes clip size when the weapon is dual wielded. Weapons without this specification are not dual wield weapons.
  • GTASA weapon stats will affect movement, accuracy, damage, and dual wield capability. See setPedStat to change these stats. The default MTA server package comes with a resource called "defaultStats" that sets GTASA weapon stats to 999. See the weapon stats link for more info.
  • For death reasons, especially in event handlers for onPlayerWasted or similar, also have a look at the Damage Types.
  • Name is compatible with functions getWeaponNameFromID, getWeaponIDFromName.
Slot Type Image Name ID Model ID Clip Sharing slot ammo
0 Hand Fist.png Fist 0 - - -
Knuckle.png Brassknuckle 1 331 -
1 Melee Golfclub.png Golfclub 2 333 - -
Nitestik.png Nightstick 3 334 -
Knife.png Knife 4 335 -
Bat.png Bat 5 336 -
Shovel.png Shovel 6 337 -
Poolcue.png Poolstick 7 338 -
Katana.png Katana 8 339 -
Saw.png Chainsaw 9 341 -
2 Handguns Colt45.png Colt 45 22 346 17 (34) No
Replacing handgun resets slot 2 ammo
Silenced.png Silenced 23 347 17
Deagle.png Deagle 24 348 7
3 Shotguns Shotgun.png Shotgun 25 349 1 Yes
Sawnoff.png Sawed-off 26 350 2 (4)
Spas12.png Combat Shotgun 27 351 7
4 Sub-Machine Guns Mac10.png Uzi 28 352 50 (100) Yes
Mp5.png MP5 29 353 30
Tec9.png Tec-9 32 372 50 (100)
5 Assault Rifles Ak47.png AK-47 30 355 30 Yes
M4.png M4 31 356 50
6 Rifles Rifle.png Rifle 33 357 1 No
Replacing rifle resets slot 6 ammo
Sniper.png Sniper 34 358 1
7 Heavy Weapons Rocketla.png Rocket Launcher 35 359 1 No
Replacing heavy weapon resets slot 7 ammo
Heatseek.png Rocket Launcher HS 36 360 1
Flame.png Flamethrower 37 361 50
Minigun.png Minigun 38 362 500
8 Projectiles Grenade.png Grenade 16 342 1 No
Replacing projectile resets slot 8 ammo
Teargas.png Teargas 17 343 1
Molotov.png Molotov 18 344 1
Satchel.png Satchel 39 363 1
9 Special 1 Spraycan.png Spraycan 41 365 500 No
Replacing slot 9 weapon resets slot 9 ammo
Fire ex.png Fire Extinguisher 42 366 500
Camera.png Camera 43 367 36
10 Gifts Dildo1.png Dildo 10 321 - -
Dildo2.png Dildo 11 322 -
Vibe1.png Vibrator 12 323 -
Flowers.png Flower 14 325 -
Cane.png Cane 15 326 -
11 Special 2 Irgoggle.png Nightvision 44 368 - -
Irgoggle.png Infrared 45 369 -
Paracute.png Parachute 46 371 -
12 Satchel Detonator Bomb.png Bomb 40 364 - -

Client Functions


Server Function