[AJUDA] Erro No Ysi_objects -
Maluuu - 22.10.2010
Bom pessoal, fui tentar editar um Game Mod, sу que depois de editar ele estб dando um erro, em copilar aparece assim:
Editado! Agora o erro й outro
Код:
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(395) : error 017: undefined symbol "MAX_PLAYERS"
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(520) : error 017: undefined symbol "MAX_PLAYERS"
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(1170) : warning 213: tag mismatch
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(1173) : warning 213: tag mismatch
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(1176) : error 017: undefined symbol "float"
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(1176) : warning 215: expression has no effect
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(1176) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(1176) : error 029: invalid expression, assumed zero
C:\Documents and Settings\WXP\Desktop\Thug Life 2.6\pawno\include\YSI/Visual/YSI_objects.own(1176) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
Re: [AJUDA] Erro No Y_Objects -
ASDF - 22.10.2010
ta dando esse erro pq vc nao tem a include Y_objects,vc podi baixa na net e coloca na pasta pawno/includes ai tenta compila dnv
Re: [AJUDA] Erro No Y_Objects -
Macintosh - 22.10.2010
http://www.mediafire.com/?fzzm4m4z4ot
Re: [AJUDA] Erro No Y_Objects -
Rodolfo_Halls - 07.12.2010
tabem possuo esse erro tentei baixar o include mas с deu gostaria de uma jauda aproveitando o topico aberto. agrdeзo muiiito caso consigam resolver
Re: [AJUDA] Erro No Y_Objects - rjjj - 07.12.2010
Pegue na minha assinatura o Gamemode Giga Role Play Server Brasil e compile seu GM com o pawno que vem junto com ele.
Jб compilei o Thug 2.6 e outros Gamemodes usando esse pawno e nunca me deu esse tipo de erro.
Espero ter ajudado
Re: [AJUDA] Erro No Y_Objects -
Rodolfo_Halls - 07.12.2010
baixei o pawn recomendado porem continuou serб que й poruqe estou usando vista X64?
seguintes erros.
C:\Users\Hendrewf\Desktop\Pawno\include\YSI/Visual/YSI_objects.own(3193) : warning 219: local variable "set" shadows a variable at a preceding level
C:\Users\Hendrewf\Desktop\[BgT]LosSantosVenturas.pwn(106) : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS")
C:\Users\Hendrewf\Desktop\[BgT]LosSantosVenturas.pwn(905) : warning 235: public function lacks forward declaration (symbol "MoneyGrubScoreUpdate")
C:\Users\Hendrewf\Desktop\[BgT]LosSantosVenturas.pwn(1065) : error 017: undefined symbol "dUserSetINT"
C:\Users\Hendrewf\Desktop\[BgT]LosSantosVenturas.pwn(1065) : error 029: invalid expression, assumed zero
C:\Users\Hendrewf\Desktop\[BgT]LosSantosVenturas.pwn(1610) : warning 202: number of arguments does not match definition
C:\Users\Hendrewf\Desktop\[BgT]LosSantosVenturas.pwn(3353) : error 017: undefined symbol "SetDisabledWeapons"
C:\Users\Hendrewf\Desktop\[BgT]LosSantosVenturas.pwn(6097) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Users\Hendrewf\Desktop\[BgT]LosSantosVenturas.pwn(6100) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Re: [AJUDA] Erro No Y_Objects -
Diogo123 - 09.11.2011
cara eu nem sei muita coisa mas vamos la
No topo so seu Gm defina a include : #include <Y_Objects> " coloca no topo "
no sue publiconplayerdisconnect vc coloca : Object_OnPlayerDisconnect(playerid, reason); se o player sai os objetos desaparece so para ele ( eu acho ne )
OnGameModeInit()
{
Object_Object();
Lembrando e so por o object_object(); e definir o CreateObject para CreateDynamicObject
se e uajudei ta uma repu ai flws
Respuesta: [AJUDA] Erro No Y_Objects -
juninhotram - 27.08.2013
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(39

: error 017: undefined symbol "MAX_PLAYERS"
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(524) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(1257) : warning 213: tag mismatch
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(1260) : warning 213: tag mismatch
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(1263) : error 017: undefined symbol "float"
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(1263) : warning 215: expression has no effect
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(1263) : error 001: expected token: ";", but found ")"
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(1263) : error 029: invalid expression, assumed zero
C:\Users\juninho\Downloads\include\YSI/Visual/YSI_objects.own(1263) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
Re: [AJUDA] Erro No Y_Objects -
bruxo00 - 27.08.2013
Isso aн й um problema na include em si, eu acho.