Anothai
:3
Hello, I've got a problem.
My characters skills won't be saved =[
I tryed to add this in global.lua.
My characters skills won't be saved =[
I tryed to add this in global.lua.
It save only player but not thier skills =[ Does anyone know whats wrong??saveDelay = 10 * 60 * 1000 -- 10 minutes for each save.
storageValue = 2342
if (getGlobalStorageValue(storageValue) == -1) then
function save(saveDelay)
saveData()
print(">>>>PLAYERS SAVED<<<<")
addEvent(save, saveDelay, saveDelay)
end
addEvent(save, saveDelay, saveDelay)
setGlobalStorageValue(storageValue, 1)
end