Attach3DTextLabelToPlayer
#1

Код:
dcmd_123(playerid,params[]) 
{
		#pragma unused params
		new Float:X, Float:Y, Float:Z;
		GetPlayerPos(playerid, X, Y, Z);
		playertextid = CreatePlayer3DTextLabel(playerid,"To jest test",0x008080FF,X,Y,Z,40.0);
		Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, -0.4);//Line 546
	return 1;
}
Error:
Quote:

(546) : warning 213: tag mismatch

How to fix this ?
Reply


Messages In This Thread
Attach3DTextLabelToPlayer - by Maniek - 03.09.2009, 16:24
Re: Attach3DTextLabelToPlayer - by kc - 03.09.2009, 16:37
Re: Attach3DTextLabelToPlayer - by [nl]daplayer - 03.09.2009, 16:38
Re: Attach3DTextLabelToPlayer - by kc - 03.09.2009, 16:41
Re: Attach3DTextLabelToPlayer - by Maniek - 03.09.2009, 17:16
Re: Attach3DTextLabelToPlayer - by Misiek - 03.09.2009, 17:32
Re: Attach3DTextLabelToPlayer - by Maniek - 03.09.2009, 17:42
Re: Attach3DTextLabelToPlayer - by playafaller - 03.09.2009, 18:03
Re: Attach3DTextLabelToPlayer - by Tr1viUm - 03.09.2009, 19:27
Re: Attach3DTextLabelToPlayer - by playafaller - 03.09.2009, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)