Description
Describe the bug
When i use getWeaponNameFromID(10) or getWeaponNameFromID(11) these always return "Dildo".
getWeaponNameFromID(10) It's the short dildo.
getWeaponNameFromID(11) It's the long dildo.
If I use this function getWeaponIDFromName(getWeaponNameFromID(11)) this will return 10.
To Reproduce
Executing client-side command: getWeaponNameFromID(10)
Command results: Dildo [string]
Executing client-side command: getWeaponNameFromID(11)
Command results: Dildo [string]
Executing client-side command: getWeaponNameFromID(12)
Command results: Vibrator [string]
Executing client-side command: getWeaponNameFromID(13)
Command results: Vibrator [string]
Weapons having duplicate names is not good.
Expected behavior
Should return a different name.
Screenshots
Unstated.
MTA Client (please complete the following information):
Unstated.
MTA Server (please complete the following information):
Unstated.
Additional context
From https://bugs.mtasa.com/view.php?id=7968