Problem with 3dtext
#1

Hy there.

I have a problem trying to implement a 3dtext.
Im geting this warnings:

pawn Код:
E:\Utilitare\Programe Instalate\samp03csvr_R2-2_win32\filterscripts\carownership.pwn(433) : warning 213: tag mismatch
E:\Utilitare\Programe Instalate\samp03csvr_R2-2_win32\filterscripts\carownership.pwn(434) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.
and the code is:

pawn Код:
public OnFilterScriptInit()
{
    printf("Filterscript [FS]CarOwnership.amx Initiated\n");
    LoadCar();
    for(new h = carsonserver; h < sizeof(CarInfo); h++)
    {
        AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
        new string[128];
        new textt;
        format(string, sizeof(string), "%s's Vehicle", CarInfo[h][cOwner]);
        textt = Create3DTextLabel(string,COLOR_GRAD4,CarInfo[h][cLocationx],CarInfo[h] //fist warning is here[cLocationy],CarInfo[h][cLocationz],30.0,0);
        Attach3DTextLabelToVehicle(textt, h, CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h] // second is here[cLocationz]);
        LoadComponents(h);
    }
    return 1;
}
what can i do.
im trying to make a 3dtext for cars to show the owners name attached to the vehicle.

any ideeas?
Reply


Messages In This Thread
Problem with 3dtext - by Im_BanK - 20.05.2011, 19:47
Re: Problem with 3dtext - by Ash. - 20.05.2011, 19:50
Re: Problem with 3dtext - by Im_BanK - 20.05.2011, 21:49
Re: Problem with 3dtext - by Im_BanK - 21.05.2011, 09:21
Re: Problem with 3dtext - by Toreno - 21.05.2011, 09:34
Re: Problem with 3dtext - by Sascha - 21.05.2011, 09:38
Re: Problem with 3dtext - by Im_BanK - 21.05.2011, 09:39
Re: Problem with 3dtext - by Sascha - 21.05.2011, 09:45
Re: Problem with 3dtext - by Im_BanK - 21.05.2011, 10:08
Re: Problem with 3dtext - by Sascha - 21.05.2011, 10:16

Forum Jump:


Users browsing this thread: 1 Guest(s)