The solution is simple, always check latest date modified after compiling.
Posts: 22
Threads: 4
Joined: Nov 2015
Reputation:
0
Yeah..
The problem is that the last date saved by PWN is 13.11.2017 at 20:13
the restart of the computer took place around 21:30 but the mod code is empty one line.
Gamemode has 418 KB (PWN) but the opening mode is empty.
It simply saved it in zero value
There was not one line left.
But gamemode has 418 KB (pwn) and last saved is 13.11.2017 at 20:13
the restart took place an hour later, but after opening the code is empty!
Posts: 578
Threads: 40
Joined: Dec 2016
So save your server files in OneDrive.
Posts: 506
Threads: 15
Joined: Mar 2009
Reputation:
0
Version control, version control, version control, ...
Posts: 1,219
Threads: 51
Joined: Jul 2012
Quote:
Originally Posted by Meller
So save your server files in OneDrive.
|
That answer makes no sense whatsoever ... Because even OneDrive only uploads what has been saved locally.
Quote:
Originally Posted by Freaksken
Version control, version control, version control, ...
|
Your answer wasn't quite helpful either.
@PolisManovic what Freaksken meant is, that you should use a tool like git or svn, they allow you to keep track of all of your changes and you'll never loose a previous version of the file, as long as you had commited it once. It offers you more than that, but its helpful anyways.
Posts: 3,138
Threads: 257
Joined: Nov 2009
Reputation:
0
It's a guess. But maybe your antivirus is blocking it?
Posts: 1,219
Threads: 51
Joined: Jul 2012
Would be good to actually be able to the content of the file, but i am assuming u don't intend to share that
Have you tried it opening it with another application?
Posts: 457
Threads: 7
Joined: Jul 2017
I'm sure 100/100 its a virus on your computer
Happened to me once, writed 10K lines in 3 hours restarted the pc the proof the .pwn did fly out my pc
i was like:
Posts: 1,219
Threads: 51
Joined: Jul 2012
Quote:
Originally Posted by Xeon™
I'm sure 100/100 its a virus on your computer
Happened to me once, writed 10K lines in 3 hours restarted the pc the proof the .pwn did fly out my pc
i was like:
|
No, its 99,9~% not a virus, what kind of retarded virus would that be?
Quote:
Originally Posted by PolisManovic
Yes, I tried to open it in sublime text and notepad.
Sublime text has written to me that the content is "Null" and the notebook was empty
|
Well i can only offer you to send the file here or send it to someone you trust, so he can check it. Or try checking the content yourself somehow.
Posts: 1,219
Threads: 51
Joined: Jul 2012
Well haha, tons of null
ofc that is empty.
Seems like something went wrong while saving.
Did that happen more often than once?
Posts: 3,138
Threads: 257
Joined: Nov 2009
Reputation:
0
Try to run Pawno as a admin
Posts: 15,941
Threads: 0
Joined: Jun 2008
Just restore your most recent backup. Yes, you may loose a few hours of work on one file, but really that shouldn't be a major problem. Only an idiot puts all their code in one place without backups or source control, so I am assuming that your code is of course spread out among many files (good separation of concerns) and on git (or similar). So I don't see the problem.