[Ajuda] error 010: invalid function or declaration
#1

Bom, eu estou com um problema na hora de compilar, esta dando o erro 010, ja fiz de tudo mas nгo consigo arrumar,

o cуdigo que esta dando erro й:
Quote:

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;
}

As if que estб dando os erros mais nгo consigo arumar me ajudem
Reply
#2

manda essa funзao completa
Reply
#3

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;
}
Reply
#4

Mito_Alone й conta fake minha e que perdi a senha dessa *-*
eu Quero fazer isso http://i.imgur.com/25EdJ4F.jpg que peguei do GM LAC ai peguei esses tais Codigos
Quote:

// Guerra Terroristas
TextDrawHideForPlayer(i, BoxGuerra[i]);
TextDrawHideForPlayer(i, TextGuerra[i]);
if(IsPlayerInGuerra(i))
{
if(GuerraOn >= 1)
{
format(TRString,sizeof(TRString),"Pontuacao ~r~Guerra~n~~n~~g~Exercito~r~~n~Pontos: ~w~%d~n~~n~~y~Alqaeda~r~~n~Pontos: ~w~%d~n~~n~~w~F.A.R.C~r~~n~Pontos: ~w~%d",GuerraPontos[5],GuerraPontos[6],GuerraPontos[7]);
TextDrawSetString(TextGuerra[i], TRString);
if(PoderosoInfo[i][pPontos] <= 0)
{
TextDrawShowForPlayer(i, BoxGuerra[i]);
TextDrawShowForPlayer(i, TextGuerra[i]);
}
}
}
}
}
return 1;
}

Quote:

for(new i=0; i<MAX_PLAYERS; i++)
{
BoxGuerra[i] = TextDrawCreate(640.000000,105.000000,"C");
TextDrawUseBox(BoxGuerra[i],1);
TextDrawBoxColor(BoxGuerra[i],0x00000066);
TextDrawTextSize(BoxGuerra[i],464.000000,7.000000);
TextDrawAlignment(BoxGuerra[i],0);
TextDrawBackgroundColor(BoxGuerra[i],0x000000ff);
TextDrawFont(BoxGuerra[i],3);
TextDrawLetterSize(BoxGuerra[i],-0.000000,14.000000);
TextDrawColor(BoxGuerra[i],0xffffffff);
TextDrawSetOutline(BoxGuerra[i],1);
TextDrawSetProportional(BoxGuerra[i],1);
TextDrawSetShadow(BoxGuerra[i],1);
// TEXTO
TextGuerra[i] = TextDrawCreate(469.000000,106.000000,"Pontuaзгo ~r~Guerra~n~~n~~g~Exercito~r~~n~Pontos: ~w~5000~n~~n~~y~ASFARC~r~~n~Pontos: ~w~4863~n~~n~~w~Guerrilheiros Israelitas~r~~n~Pontos: ~w~4863");
TextDrawAlignment(TextGuerra[i],0);
TextDrawBackgroundColor(TextGuerra[i],0x000000ff);
TextDrawFont(TextGuerra[i],1);
TextDrawLetterSize(TextGuerra[i],0.279999,1.300000);
TextDrawColor(TextGuerra[i],0xffffffff);
TextDrawSetOutline(TextGuerra[i],1);
TextDrawSetProportional(TextGuerra[i],1);
TextDrawSetShadow(TextGuerra[i],1);

si puderem me ajudar agradeзo
Reply
#5

\ Me Ajudem / Pelo amor de Deus!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)