Tag mismatch with Create3DTextLabel. HELP ME!
#1

I need create a TextLAbel and attach to vehicle but i have an error.



Код:
                    	new infovehiculo,string[256];
                        format(string, sizeof(string), "{F6FF00}VEHНCULO EN VENTA\n{FFFFFF}Precio: $%d\nID: %d", VehiculosInfo[i][vprecio], VehiculosInfo[i][vID]);
                        infovehiculo = Create3DTextLabel(string, 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1);
                        Attach3DTextLabelToVehicle(infovehiculo,VehiculosInfo[i][vID], 0.0, 0.0, 0.5);

line of error:

Код:
infovehiculo = Create3DTextLabel(string, 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1);
Reply


Messages In This Thread
Tag mismatch with Create3DTextLabel. HELP ME! - by Thewin - 01.03.2014, 18:40
Re: Tag mismatch with Create3DTextLabel. HELP ME! - by Konstantinos - 01.03.2014, 18:49
Re: Tag mismatch with Create3DTextLabel. HELP ME! - by DaniceMcHarley - 01.03.2014, 19:27

Forum Jump:


Users browsing this thread: 2 Guest(s)