VIP Tag not showing up.
#9

Quote:
Originally Posted by rangerxxll
Посмотреть сообщение
Getting a tag mismatch for these lines.
pawn Код:
VipTag[playerid] = Create3DTextLabel("VIP", COLOR_VIOLET, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(VipTag[playerid], playerid, 0.0, 0.0, 0.7);
This line
pawn Код:
VipTag[playerid] = Create3DTextLabel("VIP", COLOR_VIOLET, 30.0, 40.0, 50.0, 40.0, 0);
should be

pawn Код:
VipTag[playerid] = Create3DTextLabel("VIP", COLOR_VIOLET, 30.0, 40.0, 50.0, 40.0, 0 , 0); //or 1
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Reply


Messages In This Thread
VIP Tag not showing up. - by rangerxxll - 12.03.2013, 01:58
Re: VIP Tag not showing up. - by SwisherSweet - 12.03.2013, 02:01
Re: VIP Tag not showing up. - by rangerxxll - 12.03.2013, 02:02
Re: VIP Tag not showing up. - by [CG]Milito - 12.03.2013, 02:25
Re: VIP Tag not showing up. - by Jefff - 12.03.2013, 02:25
Re: VIP Tag not showing up. - by greentarch - 12.03.2013, 02:27
Re: VIP Tag not showing up. - by rangerxxll - 12.03.2013, 02:34
Re: VIP Tag not showing up. - by Jefff - 12.03.2013, 02:44
Re: VIP Tag not showing up. - by Jewell - 12.03.2013, 03:16

Forum Jump:


Users browsing this thread: 3 Guest(s)