Tag mismatch - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Tag mismatch (
/showthread.php?tid=447352)
Tag mismatch -
San1 - 29.06.2013
I get Tag Mismatch on this Line
pawn Код:
BizLabel(PlayerInfo[playerid][pBizKey] = Create3DTextLabel(string28, COLOR_BIZ, BizInfo[pBizKey][XCoord], BizInfo[pBizKey][YCoord], BizInfo[pBizKey][ZCoord], 10, 0, 0);
I added PlayerInfo how can i fix??
Re: Tag mismatch -
ScRipTeRi - 29.06.2013
hmmm try this but i am not 100% for this work
pawn Код:
BizLabel(PlayerInfo[playerid][pBizKey] = Create3DTextLabel(string28, COLOR_BIZ, BizInfo[pBizKey][XCoord], BizInfo[pBizKey][YCoord], BizInfo[pBizKey][ZCoord], 10, 0, 0);