SA-MP Forums Archive
Ayuda con errores. - 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: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Ayuda con errores. (/showthread.php?tid=124137)



Ayuda con errores. - dani23843 - 29.01.2010

Hola necesito que me ayuden a solusionar los siguientes errores de mi GM ..

C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(141 : error 017: undefined symbol "MAX_PICKUPS"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4334) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4335) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4336) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4337) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(433 : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4339) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4340) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4341) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4342) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4343) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4344) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4345) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4346) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4347) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(434 : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4665) : error 017: undefined symbol "ShowPlayerDialog"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(4677) : error 017: undefined symbol "ShowPlayerDialog"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(8696) : error 017: undefined symbol "ShowPlayerDialog"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(8726) : error 017: undefined symbol "ShowPlayerDialog"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(8732) : error 017: undefined symbol "ShowPlayerDialog"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(8741) : error 017: undefined symbol "ShowPlayerDialog"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(8745) : error 017: undefined symbol "ShowPlayerDialog"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(8749) : error 017: undefined symbol "ShowPlayerDialog"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(8800) : error 017: undefined symbol "SPECIAL_ACTION_DRINK_BEER"
C:\DOCUME~1\chores\ESCRIT~1\SANAND~1\GAMEMO~1\RU-RP2.pwn(8804) : error 017: undefined symbol "SPECIAL_ACTION_SMOKE_CIGGY"

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


26 Errors.

Esos errores que dicen sinbolos indefinidos noce que como arreglarlos porfavor ayuddaaaa


Re: Ayuda con errores. - TheChaoz - 29.01.2010

mira empeza definiendo MAX_PICKUPS, SPECIAL_ACTION_DRINK_BEER, SPECIAL_ACTION_SMOKE_CIGGY.
para definir algo hace asi:
pawn Код:
#define MYDEFINE



Re: Ayuda con errores. - Zoutdaxv - 29.01.2010

Es que estбs compilando con el pawno que viene en el server 0.2x, tienes que compilar con el que viene 0.3a


Re: Ayuda con errores. - xenowort - 29.01.2010

pero igual no tiene definido


Re: Ayuda con errores. - Chiri - 29.01.2010

Es por los includes


Re: Ayuda con errores. - dani23843 - 29.01.2010

No men lo ago con el que vino en la 0.3a .....



Re: Ayuda con errores. - Miguel - 29.01.2010

pawn Код:
#include <a_samp>
Tienes eso al comienzo de tu script?


Re: Ayuda con errores. - dani23843 - 29.01.2010

Si men claro que si XD ....


Re: Ayuda con errores. - Miguel - 29.01.2010

Como aparecieron esos errores, que fue lo que moficastes antes de que salieran?


Re: Ayuda con errores. - dani23843 - 29.01.2010

Nada men esque le puse una parte al game mode y tonces me salen los errores de sinbolos indefinidos :S ..