TextDrawHideForPlayer(i, BoxGuerra[i]); TextDrawHideForPlayer(i, TextGuerra[i]); 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; } |
error 021: symbol already defined: "TextDrawHideForPlayer" error 010: invalid function or declaration error 010: invalid function or declaration error 010: invalid function or declaration error 010: invalid function or declaration |
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;
}
(6748 ![]() (67490) : error 010: invalid function or declaration (67494) : error 010: invalid function or declaration (67503) : error 010: invalid function or declaration |
1° if(IsPlayerInGuerra(i)) 2° if(TendoGuerra >= 1) 3° if(TendoGuerra >= 0) 4° return 1; |