Xox Minigame
XOX Game Minigame Documentation
What is the XOX Game?
Export Usage
RegisterCommand("xoxtest", function()
exports['frkn-sosgame']:xoxGame(function(success)
if success then
TriggerEvent("chatMessage", "SYSTEM", "success", "XOX Game completed!")
else
TriggerEvent("chatMessage", "SYSTEM", "error", "XOX Game failed!")
end
end, 30, "XOX Game")
end)General Information
Last updated