ya me obstine de esto
#1

hola amigos saben que estoy fastidiado de que aparesca esa verga de aviso es ladilloso ver esto me pueden dar una idea de como quitarlo..


pawn Код:
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(310) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(354) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(355) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(356) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(357) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(358) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(359) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(360) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(361) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(362) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(363) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(364) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(365) : warning 213: tag mismatch
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(521) : warning 213: tag mismatch
Reply
#2

їSi dejбs las lineas?... Perб que voy a buscar la bola mбgica asн adivinamos.
Reply
#3

jeje sorry pero que quiere desir esto
pawn Код:
C:\Documents and Settings\Administrador\Escritorio\GM-DE-SAMP\PROYECTO DE TODO LO APRENDIDO\gamemodes\lvdm.pwn(310) : warning 213: tag mismatch
weno aka estan las lineas
pawn Код:
for(new playerid; playerid < MAX_PLAYERS; playerid++){
Information[playerid] = TextDrawCreate(320.000000, 434.000000, "lo que yo pondre");
TextDrawAlignment(Information[playerid], 2);
TextDrawBackgroundColor(Information[playerid], 255);
TextDrawFont(Information[playerid], 1);
TextDrawLetterSize(Information[playerid], 0.480000, 1.300000);
TextDrawColor(Information[playerid], -1);
TextDrawSetOutline(Information[playerid], 0);
TextDrawSetProportional(Information[playerid], 1);
TextDrawSetShadow(Information[playerid], 1);
TextDrawUseBox(Information[playerid], 1);
TextDrawBoxColor(Information[playerid], 255);
TextDrawTextSize(Information[playerid], -29.000000, 634.000000);
}
Reply
#4

Al crear el "Intormation", le pusiste el "Text:" de textdraw?. new/static Text:Informacion.
Reply
#5

Information tiene que ser un Text: array de MAX_PLAYER cells, como lo declaraste?
Reply
#6

asi vean
pawn Код:
new Text:Information[MAX_PLAYERS];
Reply
#7

їEstбs seguro que son esas las lнneas? Ya que el cуdigo tiene 12 lineas y son 14 errores. Ese error se produce cuando usas un tag diferente al requerido: Ej:

new vida;
GetPlayerHealth(playerid, vida);

Estarнamos declarando un entero y buscando un float, no cuadra. Revisб eso. Que cada variable tenga bien el tag.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)