15.11.2013, 15:38
I still have this problem.
But I think...
(public onplayerdisconnect)
should be
right?
Need help asap..
But I think...
(public onplayerdisconnect)
Quote:
INI_WriteInt(File, "Money", GetPlayerMoney(playerid)); INI_WriteInt(File, "Score", GetPlayerScore(playerid)); INI_WriteInt(File, "WantedLevel", GetPlayerWantedLevel(playerid)); |
Quote:
INI_WriteInt(File, "Money", PlayerInfo[playerid][Money]); INI_WriteInt(File, "Score", PlayerInfo[playerid][Score]); INI_WriteInt(File, "WantedLevel", PlayerInfo[playerid][WantedLevel2]); |
Need help asap..