Day 9 – RedM/CFX/VORP Project – (To Do) Game does not pull updated vorp data from mysql database.

To Solve: I am able to modify the vorp database to give my character objects, and money, however the game does not pull that data. How do I force it to pull?

— System is not designed to requery the database. Some scripts only query on server restart, and others only query on character selection. You can’t change this unless you rewrite the core you are using, or the scripts depending on what you are attempting to do. I have a few of the vorp core items rewritten to update and requery the database more often but I the code is in the testing phase.