16.07.2012, 17:06
[Plugin] [REL]tfile 3.0 Best file system!
16.07.2012, 17:17
16.07.2012, 17:24
16.07.2012, 17:49
You know why it not save?
PHP код:
public OnGameModeExit()
{
foreach(Player, i) SaveInfo(i);
return 1;
}
stock SaveInfo(playerid)
{
if(!PlayerInfo[playerid][Logged] && fKeyExist(UserFile(playerid), "Password"))
{
fSaveData(UserFile(playerid),"Level<d>Kills<d>AdminLevel<d>", PlayerInfo[playerid][Level], PlayerInfo[playerid][Kills],PlayerInfo[playerid][AdminLvl]);
}
return 1;
}
16.07.2012, 18:04
16.07.2012, 19:11
Код:
fKeyExist(UserFile(playerid), "Password"))
better not use fuction (stock), paste the code to callback and try to not use UserFile(playerid) twice
Quote:
I mean setting a timer to save the files before the server closes.
|
What, if hosting turns it off or someone type the command 'rcon exit'
16.07.2012, 19:26
To check if have file.
And it still not save..
And it still not save..
16.07.2012, 20:54
18.07.2012, 12:28
18.07.2012, 13:19
20.07.2012, 20:55
(
Последний раз редактировалось Prumpuz; 21.09.2012 в 22:00.
)
Sorry for late reply, haven't had much time to test this. But I re-downloaded it and it seems to work fine for me now. This plugin seems very nice. Thank you for sharing Terminator3.
24.08.2012, 21:57
[03:03:37] Loading plugin: tfile.so
[03:03:38] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/tfile.so))
[03:03:38] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/tfile.so))
24.08.2012, 23:18
Quote:
[03:03:37] Loading plugin: tfile.so
[03:03:38] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/tfile.so)) |
wrong version of lib file, you have to update this file or packet or re compile plugin on this lib version
25.08.2012, 00:46
Popular game hosting, not VPS
26.08.2012, 13:52
Try them support section
« Next Oldest | Next Newest »
Users browsing this thread: 2 Guest(s)