3️⃣Exports
Last updated
Open the logistics UI in standalone mode
exports['am-trucking']:OpenUI()Open the logistics UI embedded in a tablet shell (called by am-tablet or equivalent resource)
exports['am-trucking']:OpenUIExternal()Add skillpoints to a player
exports['am-trucking']:addSkillPoints(source, amount)Add Reputation to a player
exports['am-trucking']:addReputation(source, amount)Get player Reputation
local rep = exports['am-trucking']:getReputation(source)Last updated