Backup Gamemode
#1

Hey,

Today i scripting my Gamemode and in israel tody we have power failure sometime...
my gamemode not saved and all my work is remove!
i want keep scripting my gamemode and im fear it will come back again.
Who caught the problem and can find a solution for this please help!
Reply
#2

Save every 5 minutes.
Reply
#3

I think doing that but i dont know if i remember!
Reply
#4

Put this on OnGameModeInit

pawn Код:
SetTimer("FunctionToSaveFiles",300000,1);
and replace "FunctionToSaveFiles" to your function to save all data in your server
Reply
#5

I think he means his actual gamemode code. Therefore this wouldn't work
Reply
#6

Quote:
Originally Posted by Designer Vibe02
Посмотреть сообщение
Put this on OnGameModeInit

pawn Код:
SetTimer("FunctionToSaveFiles",300000,1);
and replace "FunctionToSaveFiles" to your function to save all data in your server
This is not what he wants. I used to have some problems with blackouts at summer and I've lost a lot of work in just a second. From that day after, I always add something to my gamemode and I compile it to be sure! This is the best and only solution (I think).
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)