14.07.2011, 18:34
PHP код:
stock VerMembro2(playerid){
new higor[256],higor1[256];
format(higor,256,"Orgs/%s.ini",PlayerInfo[playerid][pMember]);
format(higor1,256,
"Membros > %s\n > %s\n > %s\n > %s\n > %s\n > %s",
dini_Get(higor,"Membro7"),
dini_Get(higor,"Membro8"),
dini_Get(higor,"Membro9"),
dini_Get(higor,"Membro10"),
dini_Get(higor,"Membro11"),
dini_Get(higor,"Membro12"));
ShowPlayerDialog(playerid,165+21,DIALOG_STYLE_MSGBOX,"InfOrg",higor1,"Ok","Sair");
return true;
}