20/04/2023 16:28
Tenta assim:
Código PHP:
for(new i; i < MAX_MEMBERS; i++)
{
format(string, sizeof(string), "Membro%d", i);
if(DOF2_GetBool(file[], string) == false) {
//edita aqui
}
}