SA-MP Forums Archive
[Ajuda] Sistema de Pontos - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Sistema de Pontos (/showthread.php?tid=289721)



[Ajuda] Sistema de Pontos - Lipe_Stronda - 12.10.2011

Estou fazendo meu sistema de pontos em textdraw:

Groove: 0 [ 0 = numero de vezes que a organizaзгo groove matou ]

ai eu me confudi com uma coisa

pawn Код:
if(LipeStronda[killerid] == GrooveStreet)
    {
        new Celula[50];
        format(Celula, sizeof Celula, "Groove: %d", Matou);
        TextDrawSetString(Textdraw3, Celula);
    }
    if(LipeStronda[killerid] == Ballas)
    {
        new Celula[50];
        format(Celula, sizeof Celula, "Ballas: %d", Matou);
        TextDrawSetString(Textdraw4, Celula);
    }
    if(LipeStronda[killerid] == Aztecas)
    {
        new Celula[50];
        format(Celula, sizeof Celula, "Aztecas: %d", Matou);
        TextDrawSetString(Textdraw5, Celula);
    }
    if(LipeStronda[killerid] == Vagos)
    {
        new Celula[50];
        format(Celula, sizeof Celula, "Vagos: %d", Matou);
        TextDrawSetString(Textdraw6, Celula);
    }
    if(LipeStronda[killerid] == DaNangBoys)
    {
        new Celula[50];
        format(Celula, sizeof Celula, "NangBoys: %d", Matou);
        TextDrawSetString(Textdraw7, Celula);
    }
    if(LipeStronda[killerid] == Triads)
    {
        new Celula[50];
        format(Celula, sizeof Celula, "Triads: %d", Matou);
        TextDrawSetString(Textdraw8, Celula);
    }
    if(LipeStronda[killerid] == Bikers)
    {
        new Celula[50];
        format(Celula, sizeof Celula, "Bikers: %d", Matou);
        TextDrawSetString(Textdraw8, Celula);
    }
Isso vai atualizar pra todos ou so pra quem matou?

PHP код:
/*This forum requires that you wait 120 seconds between posts. Please try again in 54 seconds.
This forum requires that you wait 120 seconds between posts. Please try again in 20 seconds.
This forum requires that you wait 120 seconds between posts. Please try again in 8 seconds. 



Re: [Ajuda] Sistema de Pontos - Hardware - 12.10.2011

Se tu fez um loop lб no OnGameModeInit, eu creio que sim.