SA-MP Forums Archive
[AJUDA] 26 erros do nada? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] 26 erros do nada? (/showthread.php?tid=247581)



[AJUDA] 26 erros do nada? - Dr_Pawno - 10.04.2011

Код:
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(1651) : error 004: function "GameModeExitFunc" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(1748) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(1777) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(1813) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(1814) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(1841) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2142) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2167) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2273) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2284) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2296) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2300) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2312) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2316) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2320) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2324) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2328) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2332) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2336) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2340) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2352) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2356) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2360) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2364) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2368) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Pawn Scripting\Desktop\GTARP\gamemodes\gamemodeRP.pwn(2380) : error 004: function "PlayerToPoint" is not implemented

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Oque esses 26 erros significam?

OBS: Todas estas funcoes estгo definidas.


Re: [AJUDA] 26 erros do nada? - Dr_Pawno - 10.04.2011

Nгo й isso. Estгo todas no servidor. Tudo sertin so que elas estгo dando erro. Leia melhor.

Код:
OBS: Todas estas funcoes estгo definidas.



Re: [AJUDA] 26 erros do nada? - LuxurioN™ - 10.04.2011

Quote:
Originally Posted by Dr_Pawno
Посмотреть сообщение
Nгo й isso. Estгo todas no servidor. Tudo sertin so que elas estгo dando erro. Leia melhor.

Код:
OBS: Todas estas funcoes estгo definidas.
Provavelmente vocк se esqueceu de fechar alguma funзгo ( } { ). Apesar destes erros nгo serem comuns neste caso. Porйm, como vocк jб disse que todas as funзхes estгo definidas, creio que seja a maior causa possнvel.


Re: [AJUDA] 26 erros do nada? - Dr_Pawno - 10.04.2011

Mais nгo tem como eu sabem em qual linha esta? Porque se eu errei foi so uma...


Re: [AJUDA] 26 erros do nada? - Macintosh - 10.04.2011

Este tipo de erro acontece na maioria das vezes que tenta modificar o cуdigo e deixa sobrando ou faltando alguma {/}.
Verifique o ъltimo cуdigo que vocк mexeu e conte as chaves ou poste ele aqui para nуs resolvermos.
Att. Shick


Re: [AJUDA] 26 erros do nada? - rjjj - 10.04.2011

Quote:
Originally Posted by Dr_Pawno
Посмотреть сообщение
Mais nгo tem como eu sabem em qual linha esta? Porque se eu errei foi so uma...
Tem 2 jeitos

O primeiro й pegar um backup do seu GM ou lembrar em qual parte do GM vocк por ъltimo, ir lб, e ir deletando parte por parte atй conseguir compilar .


O outro jeito й usando este programa: https://sampforum.blast.hk/showthread.php?tid=171429


Espero ter ajudado .


Re: [AJUDA] 26 erros do nada? - Dr_Pawno - 10.04.2011

Eu sei que esta faltando um {. O problema й que nгo esta no ultimo lugar que editei. Acho que apertei Ctrl + F e por acaso errei na hora de digitar. EU SO QUERO SABER EM QUE LINHA ESTAAAAAAAAAA............
pawn Код:
new raiva = 1;
if(raiva)
{
     new VOCE = playerid;
     SendClientMessage(VOCE, COLOR_KILL, "RESPONDE LOGO OU{FF0000} MORRRE!");
     return SetPlayerHealth(VOCE, -999);
}



Re: [AJUDA] 26 erros do nada? - Macintosh - 10.04.2011

Pega o Backup do GM como o Rjjj disse :] ou da CTRL + Z se nгo fechou o GM e.e


Re: [AJUDA] 26 erros do nada? - Dr_Pawno - 10.04.2011

Jб fexei =X. Mesmo assim nгo adiantaria pois tinha modificado umas 1000 linhas u.u


Re: [AJUDA] 26 erros do nada? - zSuYaNw - 10.04.2011

simples, Olhe o ultimo cуdigo que vocк mecheu ou crio ou copiou.

Poste-o aquie;


__________________
pawn Код:
new raiva = 1;
if(raiva != -1) return  SendClientMessage(playerid, 0xFF0000AA, "#niguйmйobrigadoaresponde!"), SetPlayerHealth(playerid, -999);