π’EXPORTS
This documentation provides information about the export functions available in the Janiel FastFood script.
Client Exports
GetDeliveryStats
local stats = exports['janiel-fastfood']:GetDeliveryStats()
-- Returns:
{
level = 1, -- Current level
xp = 0, -- Current XP
orders = 0, -- Total deliveries
earnings = 0 -- Total earnings
}GetDeliveryLevel
local level = exports['janiel-fastfood']:GetDeliveryLevel()GetDeliveryXP
IsDeliveryActive
Server Exports
AddDeliveryXP
SetDeliveryMultiplier
SetDeliverySpeedMultiplier
GetPlayerDeliveryStats
Integration Examples
Level-Based Payment Bonus
Level-Based Speed Bonus
XP and Level System
Important Notes
Last updated