SA-MP Forums Archive
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: Русский/Russian (https://sampforum.blast.hk/forumdisplay.php?fid=32)
+---- Thread: warning 213: tag mismatch (/showthread.php?tid=385481)



warning 213: tag mismatch - proSeryoga - 16.10.2012

Добрый день.
Вся надежда только на вас, не где не могут помочь или просто сносят темы или не отвечают
Вот собственно ошибки
PHP код:
C:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(191) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(192) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(193) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(194) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(196) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(197) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(198) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(199) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(201) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(202) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(203) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(204) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(206) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(207) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(208) : warning 213tag mismatch
C
:\Documents and Settings\Администратор\Рабочий стол\TDM_SERVER\gamemodes\new.pwn(209) : warning 213tag mismatch 
а вот где они сами:

PHP код:
ctm[0] = Create3DTextLabel("TEAM_YAKUDZA"0xFF0000AA0.01.00.0200.00);
ctm[1] = Create3DTextLabel("TEAM_YAKUDZA"0xFF0000AA0.00.00.0200.00);
Attach3DTextLabelToVehicle(ctm[0], L_carteam[0], 0.00.01.0);
Attach3DTextLabelToVehicle(ctm[1], L_carteam[1], 0.00.01.0);
//
ctm[2] = Create3DTextLabel("TEAM_BIKERS"0x33AA33AA0.00.00.0200.0,  0);
ctm[3] = Create3DTextLabel("TEAM_BIKERS"0x33AA33AA0.00.00.0200.0,  0);
Attach3DTextLabelToVehicle(ctm[2], L_carteam[2], 0.00.01.0);
Attach3DTextLabelToVehicle(ctm[3], L_carteam[3], 0.00.01.0);
//
ctm[4] = Create3DTextLabel("TEAM_KILLER"0x000000AA0.00.00.0200.0,0);
ctm[5] = Create3DTextLabel("TEAM_KILLER"0x000000AA0.00.00.0200.00);
Attach3DTextLabelToVehicle(ctm[4], L_carteam[4], 0.00.01.0);
Attach3DTextLabelToVehicle(ctm[5], L_carteam[5], 0.00.01.0);
//
ctm[6] = Create3DTextLabel("TEAM_MAFIA"0x60A000AA0.00.00.0200.00);
ctm[7] = Create3DTextLabel("TEAM_MAFIA"0x60A000AA0.00.00.0200.00);
Attach3DTextLabelToVehicle(ctm[6], L_carteam[6], 0.00.01.0);
Attach3DTextLabelToVehicle(ctm[7], L_carteam[7], 0.00.01.0); 



Re: warning 213: tag mismatch - seeeca - 16.10.2012

Скорее всего при создании переменной забыл указать тэг Text3D: .


Re: warning 213: tag mismatch - proSeryoga - 16.10.2012

если про
new Text3d:ctm[8]; то есть он


Re: warning 213: tag mismatch - seeeca - 16.10.2012

Text3D а 3d.


Re: warning 213: tag mismatch - proSeryoga - 16.10.2012

ой я дурак ........
спасибо )