SA-MP Forums Archive
[SOLVED]Tag mismach? - 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: [SOLVED]Tag mismach? (/showthread.php?tid=364751)



[SOLVED]Tag mismach? - iWhite - 31.07.2012

Код:
			Labels[KMAlabel][v] = Create3DTextLabel("Wrecked!",0xFF0000FF,x,y,z,3,0,0);
			Attach3DTextLabelToVehicle(Labels[KMAlabel][v], v, 0, 0, 0);
Shows tag mismach...

"Labels" enum:

enum lab
{
KMAlabel[MAX_VEHICLES]
}
new Labels[lab];


Re: Tag mismach? - iWhite - 31.07.2012

Solved... Forgot to use "Text3D:" on variable...