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


Messages In This Thread
Tag Mismatch - by PakPak - 17.03.2013, 13:39
Re: Tag Mismatch - by Jstylezzz - 17.03.2013, 13:41
Re : Tag Mismatch - by PakPak - 17.03.2013, 13:46

Forum Jump:


Users browsing this thread: 1 Guest(s)