Add weapon to armory
To add a weapon in a marker ID for a specific player
Export
Parameters
Name
Data Type
Description
markerId
integer
The marker ID
playerIdentifier
string
Player identifier
weaponName
string
Weapon name
weaponAmmo
integer
Ammo count
weaponComponents
table
Table of weapon components
weaponTintIndex
integer
Weapon tint index
Return value
Name
Data Type
Description
isSuccessful
boolean
If the weapon is added or not
Example
Last updated