HighOrLow Configurator
Generate your Config.lua online!
General Settings
Debugging:
Yes
No
Language:
English
German
Framework Settings
Framework:
ESX
QBCORE
Tables
Add Table Coordinates:
Add
Table Coordinates:
1132.9, 265.9, -51.0
Remove
Table Coordinates:
1142.4, 264.9, -51.8
Remove
Table Coordinates:
1147.2, 260.4, -51.8
Remove
Table Coordinates:
1147.9, 250.8, -51.0
Remove
NPC Settings
NPC Model:
Add NPC Coordinates:
Add
NPC Coordinates:
1135.0, 267.6, -51.9, 135.23
Remove
NPC Coordinates:
1144.7, 263.0, -51.9, 43.43
Remove
NPC Coordinates:
1145.4, 262.2, -51.9, 225.34
Remove
NPC Coordinates:
1149.2, 252.7, -51.9, 139.86
Remove
Notification Settings
Notification Function:
function ShowNotification(message) -- standalone SetNotificationTextEntry("STRING") AddTextComponentString(message) DrawNotification(0,1) -- esx -- ESX.ShowNotification(message) -- qbcore -- QBCore.Functions.Notify(message, 'primary', 5000) -- custom -- exports["rtx_notify"]:Notify("Phone Battery", message, 5000, "info") -- exports["mythic_notify"]:SendAlert("inform", message, 5000) end function ShowInputNotification(text) -- standalone SetTextComponentFormat('STRING') AddTextComponentString(text) EndTextCommandDisplayHelp(0, 0, 1, -1) end
Language Translations
Translations based on Settings:
Translation = { ['de'] = { ['open_menu'] = 'Drücke ~INPUT_CONTEXT~ um ~p~HighOrLow ~w~zu spielen', ['highorlow'] = 'Ist die nächste Karte höher oder tiefer?', ['higher'] = 'Höher', ['lower'] = 'Niedriger', ['currentlycard'] = 'Offene Karte: ', ['howmuch'] = 'Wie viel möchtest Du setzen?', ['won'] = '~g~Du hast gewonnen!~w~\nDie nächste Karte ist ', ['lost'] = '~p~Du hast verloren!~w~\nDie gezogene Karte ist ', ['nomoney'] = '~p~Spiel abgebrochen\n~w~Du hast nicht genug Geld um zu spielen.', }, ['en'] = { ['open_menu'] = 'Press ~INPUT_CONTEXT~ to play ~p~HighOrLow~w~', ['highorlow'] = 'Is the next card higher or lower?', ['higher'] = 'Higher', ['lower'] = 'Lower', ['currentlycard'] = 'Open card: ', ['howmuch'] = 'How much would you like to bet?', ['won'] = '~g~You have won!~w~\nThe next card is ', ['lost'] = '~p~You have lost!~w~\nThe drawn card is ', ['nomoney'] = '~p~Game canceled\n~w~You do not have enough money to play.', } }
Generate Config.lua
Download Config.lua