Create3DTextLabel problem - 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: Create3DTextLabel problem (
/showthread.php?tid=434362)
Create3DTextLabel problem -
MarTaTa - 02.05.2013
Hello everyone,
I was scripting something today, when suddenly I got the warning tag mismatch. Tried everything, but the warning is still there. If someone have any idea what's wrong with it, would be much appreciated.
Problem line
pawn Код:
format(string, sizeof(string), "%s\n\n %s\n Owner: %s", Type, bStatus, BusinessInfo[idx][bOwner]);
BusinessInfo[idx][bText] = Create3DTextLabel(string, COLOR_YELLOW, BusinessInfo[idx][bEntranceX], BusinessInfo[idx][bEntranceY], BusinessInfo[idx][bEntranceZ], 20.0, BusinessInfo[idx][bWorld], 0); // <- tag mismatch here
Re: Create3DTextLabel problem -
Ciandlah - 02.05.2013
Ill code you the fixed version through PM