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