15.08.2011, 19:03
at OnplayerDisconnect
pawn Код:
new PlayerFile[64];
format(PlayerFile, sizeof(PlayerFile),"%s.ini",GetName(i));
if(dini_Exists(PlayerFile))
{
dini_IntSet(PlayerFile, "SawnoffShotgun",SawnoffShotgunSkill[playerid]);
}