SA-MP Forums Archive
[Ajuda] Colocar mapas dentro 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] Colocar mapas dentro GM (/showthread.php?tid=574670)



Colocar mapas dentro GM - DiogoV - 19.05.2015

Alguem me ajuda, eu queria colocar um mapa DROp no meu GM mas sempre da este error :

C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(2) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(2) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(3) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(3) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(4) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(4) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(5) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(5) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(6) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(6) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(7) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(7) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn( : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn( : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(9) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(9) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(10) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(10) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(11) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(11) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(12) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(12) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(13) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(13) : error 010: invalid function or declaration
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(14) : error 021: symbol already defined: "CreateObject"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\filterscripts\drop.pwn(14) : error 010: invalid function or declaration

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


26 Errors.


Re: Colocar mapas dentro GM - LockedLucas - 19.05.2015

pawn Код:
error 010  invalid function or declaration
se nгo me engano e um erro de chaves use o tabulador pra consertar.

tabulador ~~ > http://tabulador.medianewsonline.com/

й esse erro do CreateObject tem alguma coisa de errado, use o exemplo da wiki e conserte-os.

https://sampwiki.blast.hk/wiki/CreateObject

Obs: se vocк colocasse o cуdigo ficaria mais fбcil ajudar.


Re: Colocar mapas dentro GM - #Luca[S]. - 19.05.2015

Os erros de CreateObject, estб faltando a include a_objects em seu script.
PHP код:
#include <a_objects> 



Re: Colocar mapas dentro GM - Jimmmy - 19.05.2015

Код:
OnGameModeInit



Re: Colocar mapas dentro GM - DiogoV - 19.05.2015

Ok, mas eu coloco os objetos onde? Dentro do Gamemode?


Re: Colocar mapas dentro GM - LockedLucas - 19.05.2015

o CreateObject e na public
pawn Код:
public OnGameModeInit()



Re: Colocar mapas dentro GM - Jimmmy - 19.05.2015

Quote:
Originally Posted by DiogoV
Посмотреть сообщение
Ok, mas eu coloco os objetos onde? Dentro do Gamemode?
Eu coloquei acima ...

Quote:

OnGameModeInit




Re: Colocar mapas dentro GM - DiogoV - 19.05.2015

Tб dando outro erro agora:

C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(345) : error 017: undefined symbol "AddFlitsPaal"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(346) : error 017: undefined symbol "AddFlitsPaal"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(347) : error 017: undefined symbol "AddFlitsPaal"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(34 : error 017: undefined symbol "AddFlitsPaal"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1746) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1747) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(174 : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1749) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1750) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1751) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1752) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1753) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1754) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1755) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1756) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1757) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(175 : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1759) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1760) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1761) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1762) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1763) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1764) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1765) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(1766) : error 017: undefined symbol "CPS_AddCheckpoint"
C:\Documents and Settings\Diogo Vicente\Meus documentos\Transferкncias\BWE 0.3x\gamemodes\BWE.pwn(176 : error 017: undefined symbol "CPS_AddCheckpoint"

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


26 Errors.


Re: Colocar mapas dentro GM - DiogoV - 19.05.2015

Ajudem pfv ;-,


Re: Colocar mapas dentro GM - LockedLucas - 19.05.2015

Esses erros
pawn Код:
error 017: undefined symbol "CPS_AddCheckpoint" error 017: undefined symbol "AddFlitsPaal"
quer dizer que vocк nгo definiu eles.

undefined symbol = sнmbolo indefinido