Can anyone help me with updating the player job using SQL?
For example, you have PHPMyAdmin or Heidi SQL and run SQL script to update player job from “police” to “medic” using SQL. (only using SQL not being on the server).
Like real-time update or at least user relog to get it to work.
Want to create a panel where you can get all users and update jobs using PHP & SQL.
I tried that and it set in the column but not in-game.
It doesn’t need to be “real-time” but it won’t update the user. After few seconds it will get the user back to his previous job.
Probably there is code inside your server that syncs it again then. So when a user logs out it saves the job that the gameserver knows. So or you need to change that code or you first need to tell them to logoff then change it end let them log back in.