SA-MP Forums Archive
[Ajuda] erro ao compilar mapa - 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 ao compilar mapa (/showthread.php?tid=364460)



erro ao compilar mapa - Loko_ConeCrew - 30.07.2012

eu fui colcoar esse mapa aki no gm
https://sampforum.blast.hk/showthread.php?tid=363967
deu esses erro aki
Код:
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(101) : error 021: symbol already defined: "RemoveBuildingForPlayer"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(135) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(136) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(136) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(137) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(137) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(138) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(138) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(139) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(139) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(140) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(140) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(141) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(141) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(142) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(142) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(143) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(143) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(144) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(144) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(145) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(145) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(146) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(146) : error 010: invalid function or declaration
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(147) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\loko\Desktop\soufoda\gamemodes\BMG.pwn(147) : error 010: invalid function or declaration



Re: erro ao compilar mapa - .FuneraL. - 30.07.2012

#include <streamer> no topo do GM e a include streamer na pasta pawno/includes


Re : Re: erro ao compilar mapa - Loko_ConeCrew - 30.07.2012

pronto agr da esse erro aki
error 021: symbol already defined: "RemoveBuildingForPlayer"


Re: Re : Re: erro ao compilar mapa - @Riichard - 30.07.2012

Quote:
Originally Posted by Loko_ConeCrew
Посмотреть сообщение
pronto agr da esse erro aki
error 021: symbol already defined: "RemoveBuildingForPlayer"
Atualiza a include.

pawn Код:
#include <a_samp>



Re : Re: Re : Re: erro ao compilar mapa - Loko_ConeCrew - 30.07.2012

Quote:
Originally Posted by @Riichard
Посмотреть сообщение
Atualiza a include.

pawn Код:
#include <a_samp>
agora da esses
C:\Users\loko\Desktop\soufoda\pawno\include\a_samp .inc(125) : warning 235: public function lacks forward declaration (symbol "OnFilterScriptInit")
C:\Users\loko\Desktop\soufoda\pawno\include\a_samp .inc(14 -- 15) : error 029: invalid expression, assumed zero
C:\Users\loko\Desktop\soufoda\pawno\include\a_samp .inc(14 -- 17) : error 022: must be lvalue (non-constant)
C:\Users\loko\Desktop\soufoda\pawno\include\a_samp .inc(17) : error 029: invalid expression, assumed zero
C:\Users\loko\Desktop\soufoda\pawno\include\a_samp .inc(17) : fatal error 107: too many error messages on one line