17.09.2011, 06:31
TK - Yes, when I restar my console (samp-server.exe) or do a /gmx my stats doesn't save!
Tee - Thanks but doesn't work!
I have my custom /gmx command, I tried with calling OnPlayerDisconnect in /gmx but it's the same....
Also I think that this is problem
Tee - Thanks but doesn't work!
I have my custom /gmx command, I tried with calling OnPlayerDisconnect in /gmx but it's the same....
Also I think that this is problem
pawn Код:
else
{
new line[750];
if(mysql_fetch_row_format(line, "|"))
{
TogglePlayerSpectating(playerid, 0);
rBit1_Set(IsPlayerLogged, playerid, 1);
sscanf(line, "e<p<|>ddddddddd>", PlayerInfo[playerid]);
mysql_free_result();
}
}