16.02.2012, 18:07
Hi guys,
I got a problem.Problem is Text Label codes, i used everyways..But, still SAME ERROR, SAME ERROR !
Whatever, i'll give the codes..I hope, somebody help me.
Error is:
There is one error here.
Error line is:
I waiting for help guys !
I got a problem.Problem is Text Label codes, i used everyways..But, still SAME ERROR, SAME ERROR !
Whatever, i'll give the codes..I hope, somebody help me.
Error is:
Код:
warning 213: tag mismatch
Error line is:
pawn Код:
new PlayerText3D:Tanisma1; // Global Variable.
new Float:X, Float:Y, Float:Z, str[50];
GetPlayerPos(playerid,X,Y,Z);
format(str,50,"{FFFFFF}Tanınmıyor[{F60000}%d{FFFFFF}]",playerid);
Tanisma1 = CreatePlayer3DTextLabel(playerid,str, -1, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(Tanisma1,playerid, 0.0, 0.0, 0.2); // Here, this line is error line.