[Ajuda] tag mismatch - 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] tag mismatch (
/showthread.php?tid=494047)
tag mismatch -
minimessi10 - 11.02.2014
Nгo entendo isso, estб dando um warning na onde nгo era pra dar, o codigo estб correto nгo entendo :/
pawn Код:
C:\Users\----\Desktop\samp03z_svr_RC2_win32\gamemodes\gm.pwn(64) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
pawn Код:
check1 = CPS_AddCheckpoint(823.7768,3.3306,1004.1797,2.0,20.0);
Re: tag mismatch -
Dana_scully - 11.02.2014
pawn Код:
new check2; //no topo
check2 = CPS_AddCheckpoint(823.7768,3.3306,1004.1797,2.0,20);
@Edit crie outra diferente!
Re: tag mismatch -
minimessi10 - 11.02.2014
essa variavel jб estб declarada
Re: tag mismatch -
silenthill - 11.02.2014
pawn Код:
new check40; // sу criar com nome direfente
check40 = CPS_AddCheckpoint(823.7768, 3.3306, 1004.1797, 2.1, 50); //
@Edit ver ae
Re: tag mismatch -
minimessi10 - 11.02.2014
continuo com o warning
Re: tag mismatch -
minimessi10 - 11.02.2014
+REP pra quem ajuda
Re: tag mismatch -
Adejair - 11.02.2014
Poste o Codigo Inteiro Para Poder Ajudar
Re: tag mismatch -
minimessi10 - 12.02.2014
esse й o codigo inteiro.