Open oXMarloXo opened 5 days ago
To use the SQL features, install the latest version of the oxmysql resource and enable the setting in config.lua
SqlKeybinding = false,
If you do not want to use the SQL features keep the oxmysql
region in fxmanifest.lua commented out.
Alternatively, you can use the keybind command that comes with FiveM without having to use SQL, by entering the following into F8:
bind keyboard "Yourbutton" "e youremote"
. To remove the keybind, type "unbind keyboard "Yourbutton"
.
The Sql Keybinding is set to true.
Sql Keybinding = true, -- If you have the SQL imported enable this to turn on keybinding.
There is a comment in the fxmanifest.lua.
server_script '@oxmysql/lib/MySQL.lua'
The error does not exist on the server.
Because I tested the script with a raw ESX server.
The Sql Keybinding is set to true.
Sql Keybinding = true, -- If you have the SQL imported enable this to turn on keybinding.
There is a comment in the fxmanifest.lua.
server_script '@oxmysql/lib/MySQL.lua'
The error does not exist on the server.
Because I tested the script with a raw ESX server.
Did you uncomment it in the fxmanifest? Not understanding what you're saying here.
The Sql Keybinding is set to true. Sql Keybinding = true, -- If you have the SQL imported enable this to turn on keybinding. There is a comment in the fxmanifest.lua. server_script '@oxmysql/lib/MySQL.lua' The error does not exist on the server. Because I tested the script with a raw ESX server.
Did you uncomment it in the fxmanifest? Not understanding what you're saying here.
Yes, it's uncommented.
And the other one is set to true.
Can you verify which version you're using? Is this release or the main branch?
fx_version 'cerulean' game 'gta5' description 'rpemotes-reborn' version '1.7.8'
fx_version 'cerulean' game 'common' use_experimental_fxv2_oal 'yes' lua54 'yes'
name 'oxmysql' author 'Overextended' version '2.12.0'
Both are release builds
@Mathu-lmn any ideas on this? I don't use this feature tbh
it's deprecated, i dont see any reason to support that feature, use other key bind method I mentioned earlier
it's deprecated, i dont see any reason to support that feature, use other key bind method I mentioned earlier
Oh, so is this just appearing as an unused command? We should check the newest version and update latest.
Describe the bug The error can be seen in the picture. The Emotebind does not respond to input with the names of the keys. Apparently num4 doesn't exist.
To Reproduce Steps to reproduce the behaviour:
Expected behaviour That it accepts all keybinds and saves the database.