tag mismatch ?
#8

Hmm, I think you can just tag the whole function instead.
pawn Код:
stock Text3D:LabelText(playerid)
{
    /*============================Gold VIP==================================*/
    if(AccountInfo[playerid][AdminLevel] == 5 && AccountInfo[playerid][VIPlevel] == 3)
    {
        return Create3DTextLabel(""RED"Owner & "Gold"Gold "PURPLE"VIP *",0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    }
}
pawn Код:
new Text3D:gMyLabel = LabelText(playerid);
Unsure if it works.
Reply


Messages In This Thread
tag mismatch ? - by [D]ry[D]esert - 22.05.2012, 16:39
Re: tag mismatch ? - by iggy1 - 22.05.2012, 16:43
Re: tag mismatch ? - by Faisal_khan - 22.05.2012, 16:49
Re: tag mismatch ? - by [D]ry[D]esert - 22.05.2012, 16:52
Re: tag mismatch ? - by iggy1 - 22.05.2012, 16:54
Re: tag mismatch ? - by [D]ry[D]esert - 23.05.2012, 06:46
Re: tag mismatch ? - by iggy1 - 23.05.2012, 07:21
Re: tag mismatch ? - by Vince - 23.05.2012, 07:39

Forum Jump:


Users browsing this thread: 1 Guest(s)