Contador (Placar) de morte bugado
#7

errados.
pawn Код:
if(gTeam[killerid] == TEAM_RECIFE) recifescore ++;
if(gTeam[killerid] == TEAM_OLINDA) olindascore ++;
pawn Код:
public AtualizandoPlacar()
{
    new string[256];
    format(string,sizeof(string)," ~g~Placar Geral~w~: ~R~Recife + Interior ~g~%d ~y~X ~g~%d ~B~Paulista + Olinda         ~w~Equipe [BDM] Brinque com uma equipe dessa !",3, 2);
    ShowAndSetStringInTextDraw(scores, string);
    return true;
}
Bote no final do seu gm:

pawn Код:
stock ShowAndSetStringInTextDraw(Text:textdawid, textu[])
{
    TextDrawSetString(textdawid, textu);
    TextDrawShowForAll(textdawid);
    return 1;
}
Modo de usar:

pawn Код:
ShowAndSetStringInTextDraw(seutexdraw, "[iPs]Team Owna");
Reply


Messages In This Thread
[No subject] - by EoProzinhO - 06.03.2011, 12:28
Re: Contador (Placar) de morte bugado - by rjjj - 06.03.2011, 13:01
Re: Contador (Placar) de morte bugado - by EoProzinhO - 06.03.2011, 13:11
Re: Contador (Placar) de morte bugado - by rjjj - 06.03.2011, 13:21
Re: Contador (Placar) de morte bugado - by EoProzinhO - 06.03.2011, 14:50
Re: Contador (Placar) de morte bugado - by rjjj - 06.03.2011, 15:38
Re: Contador (Placar) de morte bugado - by zSuYaNw - 06.03.2011, 18:46
Re: Contador (Placar) de morte bugado - by Ricop522 - 06.03.2011, 18:54
Re: Contador (Placar) de morte bugado - by EoProzinhO - 06.03.2011, 20:04
Re: Contador (Placar) de morte bugado - by LuxurioN™ - 06.03.2011, 21:08

Forum Jump:


Users browsing this thread: 4 Guest(s)