I Need Help !!!!!! 3DTextLabel
#1

I would like to create a text-based 3DTextLabel to show the image of each person, so I try to create a custom.
But the problem warning 213: tag mismatch would like to ask a question.

Код:
if(PlayerInfo[playerid][pGang] == 1)
	{
     	new Float:X, Float:Y, Float:Z;
    	GetPlayerPos(playerid, X, Y, Z);
    	GangM[playerid] = Create3DTextLabel("%s",PlayerInfo[playerid][pLabel],0x00FFFFFF,X, Y, Z+2.0,20.0,1); <<2860
     	Attach3DTextLabelToPlayer(GangM[playerid],playerid,0,0,1.2);
	}
Код:
D:\SAMP 0.3e\SAMP 0.3e\gamemodes\Limited-1.0.pwn(2860) : warning 213: tag mismatch
Help me with edge thanks.
Reply


Messages In This Thread
I Need Help !!!!!! 3DTextLabel - by aezakmi1o - 31.07.2013, 22:38
Re: I Need Help !!!!!! 3DTextLabel - by SuperViper - 01.08.2013, 03:22
Re: I Need Help !!!!!! 3DTextLabel - by Jstylezzz - 01.08.2013, 07:02
Re: I Need Help !!!!!! 3DTextLabel - by aezakmi1o - 01.08.2013, 13:16

Forum Jump:


Users browsing this thread: 1 Guest(s)