Tag Mismatch
#1

Hello,

I got a warning : Tag Mismatch on this line :

pawn Код:
if(strcmp(cmd, "creer", true) == 0)
        {
            new texte;
            new Float:x, Float:y, Float:z;
            GetPlayerPos(playerid, x, y, z);
            format(string, sizeof(string), "%s", result);
[COLOR="Red"]                   texte = Create3DTextLabel(string, 0x008080FF, x, y, z, 40.0, 0, 0);[/COLOR]
            return 1;
        }
Reply
#2

make sure you have
pawn Код:
new Text3D:texte;
and not
pawn Код:
new texte;
Reply
#3

Thanks a lot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)