sql problems help please

istealth

Well-Known Member
I am having one more other problem some players are loosing there on restart and when i look in sql there info is

Code:
worldspace = []
 
Inventory = [[],[]]
 
Backpack = ["",[],[]]
 
state = []
 
medical  = []
 
Model = "Survivor2_DZ"

and it says they are alive not dead

and some players are even dying after restart

but like i said this doesn't happen to every player just some.
 
Honestly, I've seen this happen to some of my guys aswell.
Using default hive.

Only happens to some tho.
 
Honestly, I've seen this happen to some of my guys aswell.
Using default hive.

Only happens to some tho.

glad to hear its not just me

edit: found the problem i accidentally copied over my onpause script from chernarus and it had the code call dayz_forcesave

once i remove that from the code no more errors in sql
 
Like I've said before, run tests before adding mods, I can't chance down a bug if it wasn't my code that caused it.
 
Best thing to do when testing stuff for a server is to lock change the server name to say ur testing stuff and will be back up soon. This way its safer :)
 
Back
Top