SA-MP Forums Archive
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=423122)



Tag Mismatch? - Da_Noob - 16.03.2013

So, I'm getting a tagmismatch for this thing, but I don't know why.

pawn Код:
BizLabel[bizid] = CreateDynamic3DTextLabel(string, COLOR_BLUE, x, y, z, 10, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 30);
(Yes I used Text3D:BizLabel[MAX_BIZ] when I created it.)

Format I used:

Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
Can somebody see what's missing here?
Thanks in advance!