Get all armory weapons
Export
exports["jobs_creator"]:getAllArmoryWeapons(markerId)Parameters
Name
Data Type
Description
Return value
Name
Data Type
Description
Example
local allWeapons = getAllArmoryWeapons(markerId)
print("All players weapons in that armory")
print(ESX.DumpTable(allWeapons))Last updated