04.02.2015, 14:15
Try this:
pawn Код:
GetPlayerHealth(playerid, PlayerInfo[playerid][pHealth]);
new INI:File = INI_Open(UserPath(playerid));
INI_WriteFloat(File, "LvHealth",PlayerInfo[playerid][pHealth]);
INI_Close(File);