02.12.2010, 14:56
Hi all,
Ive just been trying to fix a bug in one of my vehicle systems, and this tag mismatch cropped up on the following line:
Im using Incognitos Streamer (Why its CreateDynamic3DTextLabel) - I just cannot seem to see the 'mismatch' - I have even added ALL the optional parameters (at their default setting, apart from my attached vehicle) - Can anyone see the error?
Thanks
Ash
Ive just been trying to fix a bug in one of my vehicle systems, and this tag mismatch cropped up on the following line:
pawn Код:
VehicleText[vid] = CreateDynamic3DTextLabel(string, COLOUR, dini_Float(file, "x"), dini_Float(file, "y"), dini_Float(file, "z"), 10.0, -1, ControlledVehicles[vid], 0, -1, -1, -1, 100.0);
Thanks
Ash