SA-MP Forums Archive
[Ajuda] Erro no GM - 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] Erro no GM (/showthread.php?tid=481506)



Erro no GM - MacacuVuador - 16.12.2013

Eu tava mexendo no meu gm, ai do nada quando fui copilar deu esse erro aki

PHP код:
C:\Documents and Settings\Luis Paulo\Desktop\[BSHBrasil Straim Hard [RPG]\pawno\include\nplayer.inc(112) : error 017undefined symbol "StopAudioStreamForPlayer"
C:\Documents and Settings\Luis Paulo\Desktop\[BSHBrasil Straim Hard [RPG]\pawno\include\nplayer.inc(119) : error 017undefined symbol "PlayAudioStreamForPlayer"
../include/dten_global.inc(346) : error 004: function "GetClosestDelegacia" is not implemented
../include/dten_global.inc(354) : error 004: function "GetClosestDelegacia" is not implemented
../include/dten_global.inc(362) : error 004: function "GetClosestDelegacia" is not implemented
../include/dten_global.inc(370) : error 004: function "GetClosestDelegacia" is not implemented
../include/dten_tunning.inc(74) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(75) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(121) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(122) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(168) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(169) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(215) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(216) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(262) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(263) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(309) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(310) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(385) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(416) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(417) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(448) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(479) : error 017undefined symbol "AttachDynamicObjectToVehicle"
../include/dten_tunning.inc(510) : error 017undefined symbol "AttachDynamicObjectToVehicle"
C:\Documents and Settings\Luis Paulo\Desktop\[BSHBrasil Straim Hard [RPG]\gamemodes\Dten03x.pwn(1916) : error 017undefined symbol "UpdateBar"
C:\Documents and Settings\Luis Paulo\Desktop\[BSHBrasil Straim Hard [RPG]\gamemodes\Dten03x.pwn(2072) : warning 217loose indentation
C
:\Documents and Settings\Luis Paulo\Desktop\[BSHBrasil Straim Hard [RPG]\gamemodes\Dten03x.pwn(2258) : error 017undefined symbol "LoadAudioStream"
Compilation aborted.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
26 Errors

Eu tenho um Backup do gm que tava la parado pra quando bugace meu gm eu pegava ele, Mais fui compila e deu o msm erro, Alguem ajuda ae..


Re: Erro no GM - Dieguinho - 16.12.2013

Esse e seu GM da Dten nй

esse erro e compicado man 26 erro

igual apareceu ai e erro de Chave { ou }

tentar dar um Ctrl + z



Re: Erro no GM - focaximubh - 16.12.2013

Primeiramente, atualize seu GameMode baixe a nova versгo em: www.sa-mp.com apуs isso vocк deverб rever a include pois o erros estгo nela, pelomenos maior parte deles...

Para ajudar coloque

#pragma unused AttachDynamicObjectToVehicle
no topo da include, para vocк depois poder avaliar oque estб causando o erro, pois vocк estб utilizando um sнmbolo que nгo foi definido

"undefined symbol" (inglкs bбsico);
"Sнmbolo Infinido"

quanto ao erro dessa funзгo:

GetClosestDelegacia

й que vocк nгo adicionou ou o return ou deixou de usar os brackets '-'

Faзa uma avaliaзгo nas suas ъltimas ediзхes em seu gm


Re: Erro no GM - MacacuVuador - 16.12.2013

Eu tava compilando de boa, Tava apenas dando ums erro de digitaзao meu, Ai do nada deu esses erros, tentei compilar no meu outro gm que era backup desse deu os mesmo erros, e o Backup nao tinha nenhum erro


Re: Erro no GM - MacacuVuador - 16.12.2013

Atualizei o gm e tals, Ai fui compilar deu esses erro de Load

PHP код:
../include/dten_global.inc(346) : error 004: function "GetClosestDelegacia" is not implemented
../include/dten_global.inc(354) : error 004: function "GetClosestDelegacia" is not implemented
../include/dten_global.inc(362) : error 004: function "GetClosestDelegacia" is not implemented
../include/dten_global.inc(370) : error 004: function "GetClosestDelegacia" is not implemented
C
:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(1916) : error 017undefined symbol "UpdateBar"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2072) : warning 217loose indentation
C
:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2258) : error 017undefined symbol "LoadAudioStream"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2261) : error 017undefined symbol "LoadTextDraws"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2262) : error 017undefined symbol "LoadCheckpointsFix"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2263) : error 017undefined symbol "LoadGangZonesFix"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2264) : error 017undefined symbol "LoadMapIconsFix"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2265) : error 017undefined symbol "Load3DTextsFix"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2266) : error 017undefined symbol "LoadPickupsFix"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2267) : error 017undefined symbol "LoadObjectsFix"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2268) : error 017undefined symbol "LoadVehiclesFix"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2269) : error 017undefined symbol "LoadFilesIniItens"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2271) : error 017undefined symbol "LoadDynamicObjectsFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2272) : error 017undefined symbol "LoadDynamicObjectsFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2273) : error 017undefined symbol "LoadDynamicObjectsFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2274) : error 017undefined symbol "LoadDynamicObjectsFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2275) : error 017undefined symbol "LoadDynamicObjectsFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2276) : error 017undefined symbol "LoadDynamicObjectsFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2278) : error 017undefined symbol "LoadStaticVehiclesFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2279) : error 017undefined symbol "LoadStaticVehiclesFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2281) : error 017undefined symbol "LoadStaticVehiclesFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2284) : error 017undefined symbol "LoadStaticVehiclesFromFile"
C:\Documents and Settings\Luis Paulo\Desktop\samp03x_svr_R2_win32\gamemodes\Dten03x.pwn(2287) : error 017undefined symbol "LoadStaticVehiclesFromFile"
Compilation aborted.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
26 Errors

e Agora fala q o erro ta no gm Nao na include

e aqui ta minha include Dten_Global se voce quiser dar uma olhada