12.10.2011, 18:22
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
Isso vai atualizar pra todos ou so pra quem matou?
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);
}
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.