27.05.2013, 16:49
Linhas de Erro
Quote:
if(GetPlayerOrg(playerid) == 3 || GetPlayerOrg(playerid) == 15 || GetPlayerOrg(playerid) == 23) { if(TendoGuerra >= 1 && IsPlayerInGuerra(playerid) && EmGuerra[playerid] == 0) { new GuerraString[256]; TextDrawShowForPlayer(i, BoxGuerra[i]); TextDrawShowForPlayer(i, TextGuerra[i]); format(string, sizeof(string), "* %s entrou na zona de Guerra!",PlayerName(playerid)); format(string,sizeof(string),"Pontuacao ~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[almortos], Territorio[exemortos],Territorio[GImortos]); TextDrawSetString(TextGuerra[i], GuerraString); SendFamilyMessage(3,GetPlayerColor(playerid), string); SendFamilyMessage(15,GetPlayerColor(playerid), string); SendFamilyMessage(23,GetPlayerColor(playerid), string); EmGuerra[playerid] = 1; } |