[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=560228)
Tag Mismatch -.- -
Mackdaddy - 27.01.2015
Код:
C:\Users\Luiz\Documents\SAMP 0.3z Server\gamemodes\nossogm.pwn(339) : warning 213: tag mismatch
C:\Users\Luiz\Documents\SAMP 0.3z Server\gamemodes\nossogm.pwn(340) : warning 213: tag mismatch
C:\Users\Luiz\Documents\SAMP 0.3z Server\gamemodes\nossogm.pwn(341) : warning 213: tag mismatch
Linhas 339, 340, 341:
Код:
PInfo[playerid][PosX] = DOF2_GetFloat(file, "PosX");
PInfo[playerid][PosY] = DOF2_GetFloat(file, "PosY");
PInfo[playerid][PosZ] = DOF2_GetFloat(file, "PosZ");
Re: Tag Mismatch -.- -
PT - 27.01.2015
ao defenir na enum PosX, PosY e PosZ esqueceu de colocar Float: antes.
Re: Tag Mismatch -.- -
Mackdaddy - 27.01.2015
Muito obrigado.