26.05.2013, 16:47
vc tinha q mandar desde o comeзo da public, mais tenta assim
Код:
if(IsPlayerInGuerra(i)) { if(TendoGuerra >= 1) { new string[128]; 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; }