03.08.2016, 06:55
Код:
public OnPlayerDisconnect(playerid, reason) { new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteInt(File,"Spol",PlayerInfo[playerid][Pol]); INI_WriteInt(File,"Porijeklo",PlayerInfo[playerid][pDeaths]); INI_Close(File); } return 1;