Client
In this section you can find client-sided exports and events to be used/integrated with other resources.
Exports
Is Player Tuner
exports['t1ger_tuningsystem']:IsPlayerTuner()
-- returns boolean(true/false). If true, also returns INT (shopId)
-- Example:
local isTuner, shopId = exports['t1ger_tuningsystem']:IsPlayerTuner()Get Item Info
exports['t1ger_tuningsystem']:GetItemInfo(itemName)
-- itemName (string): the name of the item
-- Example:
local itemInfo = exports['t1ger_tuningsystem']:GetItemInfo(itemName)Get Vehicle Nitrous Properties
Get Vehicle Dyno Properties
Events
Add Account Money
Remove Account Money
Set Account Money
Last updated