[AJUDA] /infolideres
#5

pawn Код:
stock Lider(pid){
    if(!dini_Exists("Lider.ini")) dini_Create("Lider.ini");
    static Orgg[30];
    format(Orgg,30,"Org %d",PlayerInfo[pid][pMember]);
    dini_Set("Lider.ini",Orgg,PlayerName(pid));
}
No seu /darlider ou /setlider Procure a linha PlayerInfo[para1][pMember] = level;

em baixo dela coloque:
pawn Код:
Lider(para1);

Para ver os lider :
pawn Код:
#define MAX_ORG 30
stock VerLider(playerid){
    for(new i; i<MAX_ORG; i++){
        format(Orgg,60,"Org %d",i);
        format(Orgg2,60,"Lider Org: %d - %s",i,dini_Get("Lider.ini",Orgg);
        SendClientMessage(playerid,COLOR_WHITE,Orgg2);
    }
}
Fiz rapido se tiver algo errado fala.
Reply


Messages In This Thread
[AJUDA] /infolideres - by Pesadelo_Chegou - 22.03.2011, 17:51
Re: [AJUDA] /infolideres - by brunogysin - 22.03.2011, 18:08
Re: [AJUDA] /infolideres - by Macintosh - 22.03.2011, 19:29
AW: [AJUDA] /infolideres - by Pesadelo_Chegou - 22.03.2011, 21:25
Re: [AJUDA] /infolideres - by H1g0r - 22.03.2011, 21:41

Forum Jump:


Users browsing this thread: 1 Guest(s)