@KingRichrad Your welcome, also I dont get the āSlow Query Warningā after looking on my localhost, I think it might be the connection to your database is slow, or it might be to do with your system itself.
SQL making me crazy for this game
Not my first game server, but one of the most interesting to figure out all the stuff
Finnaly I fixed most of my bugs, and continued installing new addons
Now I have only one problem to fix
Last one I guess, hope you can help me one more time
Thank you again and again for this.
@KingRichrad You cant use RedEM and Badges-n-Bandits at the same time as they have different Databases (unless youve made one big database with them ) therefore if you still have
set mysql_connection_string server=YOURPORT;user=root;password=YOURPASSWORD;database=redemrp"
in your server config that might be why your getting problems as the code for Badges-n-Bandits is looking for its own database which might be why your getting nil callbacks
However,
If your not using both at the same time make sure that:
set mysql_connection_string server=YOURPORT;user=root;password=YOURPASSWORD;database=DATABASE NAME"
You change the database name to whatever the badges n bandits database is
Hope this helps but from my poor knowledge of databases it looks like the server is looking in the wrong place for its data
Hi guys Iām having this error when starting my server, where am I going wrong? Thank you
warning: Resource monitor does not support the current gamer (rdr3)
@duartinatroy It isnt an error just a warning. RedM isnt fully shipped yet therefore therfore the resource monitor wont show time warnings.
There is two ways to fix/suppress the warning, either wait for RedM to be completed or in your server files go to ācitizen/system_resources/monitorā and in your fxmanifest.lua file change the game type and add the rdr3_warning. [Screenshots below ]
Just to make it 100% clear, the warning does not effect the server in ANY way. So leaving it is fine
@duartinatroy It looks like your starting the āfivemā resource in your server.cfg, remove that from your config and try again, hopefully that solves the error.
If not save the crash log and post it here (but hopefully the first solution works )
@k1NGFPS No, this isnt a feature in RedEM. However, something like this can be added by getting the characters X,Y,Z and creating a command that triggers an event that saves the coords to the database
Make sure to add this to the character database to make it character specific. Otherwise it will be id specific and all that users characters would spawn there.
A quick search of the forums might give you some ideas on how to approach this
Iāve been using mysql/phpmyadmin for a few decades at this point. it seems like there is a bigger problem here⦠(node:79944) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
S(node:79944) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
)
mysql-async temporary seems dead. the github hasnāt been updated since april.
Today weāve released updates to two core components of RedEM:RP
RedEM:RP itself (adding redemrp:getAllPlayers as an event)
RedEM:RP Respawn
Updating these two components will now add coordinate saving functionality to your RedM server, making sure that players spawn where they last disconnected!