MySQL saving Data
#1

I added this on OnGameModeExit:
PHP Code:
     mysql_function_query(gHandle"SELECT * FROM houses"false"SaveAllHouses""");
     
mysql_function_query(gHandle"SELECT * FROM businesses"false"SaveAllBizz""");
    
mysql_function_query(gHandle"SELECT * FROM factions"false"SaveAllFactions"""); 
It just doesn't work if I close the server or restart (GMX).
If I use it on my /forcesave command, it works like charm. What could be the cause?
Reply


Messages In This Thread
MySQL saving Data - by yanir3 - 24.06.2013, 18:47
Re: MySQL saving Data - by Onfroi - 24.06.2013, 19:00
Re: MySQL saving Data - by yanir3 - 24.06.2013, 19:01
Re: MySQL saving Data - by Onfroi - 24.06.2013, 19:06
Re: MySQL saving Data - by yanir3 - 24.06.2013, 19:22
Re: MySQL saving Data - by yanir3 - 24.06.2013, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)