stock GetPlayerNickAccount(iPlayer){ static sName[54]; GetPlayerName(iPlayer,sName,22); format(sName,54,"Contas/%s.ini",sName); print(sName); return sName;}