#define arquivo "Contas/%s.ini"// -----stock GetarConta(playerid){ new arq[40]; format(arq, sizeof(arq), arquivo, pName(playerid)); return arq;}