SA-MP Forums Archive
[Ajuda] warning 213: 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] warning 213: tag mismatch (/showthread.php?tid=407197)



warning 213: tag mismatch - Shoowny - 13.01.2013

Por Favor me Ajudem com Este Warning:

(16686) : warning 213: tag mismatch

Linha Do Cуdigo:
pawn Код:
SetPlayerPos(playerid,1483.4930,-1761.0923,13.5469,359.4333);
Quem me Ajudar Ganha Um REP+



Re: warning 213: tag mismatch - zp42O - 13.01.2013

Vc tem 4 coordenadas..

Apague a ъltima:

Код:
SetPlayerPos(playerid,1483.4930,-1761.0923,13.5469);



Re: warning 213: tag mismatch - Geo1996 - 13.01.2013

pawn Код:
SetPlayerPos(playerid,1483.4930,-1761.0923,13.5469);
e vc nгo pode da reputaзгo ainda!


Re: warning 213: tag mismatch - Shoowny - 13.01.2013

Quote:
Originally Posted by Geo1996
Посмотреть сообщение
pawn Код:
SetPlayerPos(playerid,1483.4930,-1761.0923,13.5469);
e vc nгo pode da reputaзгo ainda!
Funcionou Direitinho ! Obrigado ! S2


Re: warning 213: tag mismatch - Dwayne-Pheonix - 13.01.2013

O seu ultimo parametro й uma cordenada de angulo

pawn Код:
SetPlayerPos(playerid, 1483.4930, -1761.0923, 13.5469);
SetPlayerFacingAngle(playerid, 359.4333);



Respuesta: warning 213: tag mismatch - oOFotherOo - 13.01.2013

Aui deixб-lo funcionar para vocк colocar como 4 coordenadas.

pawn Код:
#define SetPlayerPosEx(%0, %1, %2, %3, %4)   SetPlayerPos(%0, %1, %2, %3), SetPlayerFacingAngle(%0, %4)
Como usar:

pawn Код:
SetPlayerPosEx(playerid,1483.4930,-1761.0923,13.5469,359.4333);
Uma saudaзгo.


Re: warning 213: tag mismatch - Shoowny - 13.01.2013

Obrigados a Todos Que Tentaram me Ajudar.

[PROBLEMA RESOLVIDO]