17.02.2011, 21:42
pawn Код:
public OnPlayerUpdate(playerid)
{
static lol[100],Nome[24]; GetPlayerName(playerid, Nome, 24);
format(lol, lol(sizeof),"%s.ini", Nome);
if(!Fexists(lol)) return printf("Este Arquivo nгo existe:%s", lol);
if(Fexists(lol)) return true;
return true;
}