24.05.2013, 19:51
pawn Код:
if(IsPlayerInGuerra(i))
{
if(TendoGuerra >= 1)
{
format(string,sizeof(string),"Pontuaзгo ~r~Guerra~n~~n~~g~Exercito~r~~n~Pontos: ~w~%d~n~~n~~y~ASFARC~r~~n~Pontos: ~w~%d~n~~n~~w~Guerrilheiros Isaelitas~r~~n~Pontos: ~w~%d",Territorio[talmortos], Territorio[almortos], Territorio[GImortos]);
TextDrawSetString(TextGuerra[i], String);
if(TendoGuerra >= 0)
{
}
TextDrawShowForPlayer(i, BoxGuerra[i]);
TextDrawShowForPlayer(i, TextGuerra[i]);
}
}
}
}
return 1;
}
Tem 2 definidas.