[Ajuda] Probemas e mais problemas.. - 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] Probemas e mais problemas.. (
/showthread.php?tid=620676)
Probemas e mais problemas.. -
Amoeba - 01.11.2016
Tava tentando compilar um fs que vi na net, porйm sem sucesso, alguem pode me dar uma ajuda? Sou novo na area desculpa ae ://
PHP код:
C:\Documents and Settings\Jonas\Desktop\samp037_svr_R2-1-1_win32\pawno\include\izcmd.inc(49) : error 004: function "OnPlayerCommandReceived" is not implemented
C:\Documents and Settings\Jonas\Desktop\samp037_svr_R2-1-1_win32\pawno\include\izcmd.inc(106) : error 004: function "OnPlayerCommandPerformed" is not implemented
C:\Documents and Settings\Jonas\Desktop\samp037_svr_R2-1-1_win32\pawno\include\izcmd.inc(114) : error 004: function "OnPlayerCommandPerformed" is not implemented
C:\Documents and Settings\Jonas\Desktop\yads.pwn(1081) : error 084: state conflict: one of the states is already assigned to another implementation (symbol "ScriptInit_OnFilterScriptInit")
C:\Documents and Settings\Jonas\Desktop\yads.pwn(1120) : error 021: symbol already defined: "OnPlayerCommandText"
Re: Probemas e mais problemas.. -
ClaudioF - 01.11.2016
Baixe a include
izcmd atualizada, crie as definiзхes que faltam e delete uma das callbacks
"OnPlayerCommandText" de preferencia a que nгo estiver sendo usada й claro kk'
Re: Probemas e mais problemas.. -
MineiriinHo - 01.11.2016
Verifique se ao invйs de OnFilterScriptInit e OnFilterScriptExit estб OnGameModeInit e OnGameModeExit.
Caso sim, substitua por OnFilterScriptInit e OnFilterScriptExit.
Este erro estб dando, porque as funзхes OnPlayerCommandReceived e OnPlayerCommandPerformed nгo estгo definidas.
E, a funзгo OnPlayerCommandText estб duplicada.
Tente remover uma das funзхes OnPlayerCommandText.
Caso o erro permanecer, me passe o filterscript que eu o corrigir.