18.04.2015, 00:01
nao foi =[ eu tentei convidar meu amigo e n foi salvo no arquivo
Код:
new arquivo[50]; format(arquivo, sizeof arquivo,"/Orgs/Org%d/InfoOrg.ini",infoorg); if(DOF2_FileExists(arquivo)) { DOF2_SetString(arquivo,"Lider",PlayerName2(ID)); for(new mem = 0; mem <=20;mem++) { new var[72]; format(var, sizeof var, "%s", DOF2_GetString(arquivo, "Membro%d")); if(!strcmp(var, "Nenhum", false)) { DOF2_SetString(arquivo,var,PlayerName2(ID)); } } }