16.03.2013, 18:07
So, I'm getting a tagmismatch for this thing, but I don't know why.
(Yes I used Text3D:BizLabel[MAX_BIZ] when I created it.)
Format I used:
Can somebody see what's missing here?
Thanks in advance!
pawn Код:
BizLabel[bizid] = CreateDynamic3DTextLabel(string, COLOR_BLUE, x, y, z, 10, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 30);
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);
Thanks in advance!