Faction, MySQL
#2

Most likely due to the fact that you're executing concurrent queries (DELETE vs the SELECT in the LoadFactions function) resulting in a race condition. Create a callback for the DELETE query and execute the reset procedure and the LoadFactions in there. This way you'll be sure that the query has been completed.
Reply


Messages In This Thread
Faction, MySQL - by BigGroter - 22.02.2014, 12:56
Re: Faction, MySQL - by Vince - 22.02.2014, 13:00
Re: Faction, MySQL - by BigGroter - 22.02.2014, 13:31
Re : Faction, MySQL - by S4t3K - 22.02.2014, 13:48
Re: Faction, MySQL - by BigGroter - 22.02.2014, 13:53
Re : Faction, MySQL - by S4t3K - 22.02.2014, 14:13
Re: Faction, MySQL - by BigGroter - 22.02.2014, 14:31
Re : Faction, MySQL - by S4t3K - 22.02.2014, 14:35
Re: Faction, MySQL - by BigGroter - 22.02.2014, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)