Vip tag Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Vip tag Help (
/showthread.php?tid=431012)
Vip tag Help -
emmaus09 - 16.04.2013
Hello guys i want to have vip tag but it is invinsible if i enter my server
Codes
#define WearVIPtag true
public OnPlayerSpawn(playerid)
{
#if WearVIPtag == true
if(IsPlayerVipType[playerid][Level] >= 1)
{
new Text3D:VIPtag = Create3DTextLabel("Server VIP", COLOR_RED, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(VIPtag, playerid, 0.0, 0.0, 0.7);
}
#endif
}
Re: Vip tag Help -
LeeXian99 - 16.04.2013
You mean to yourself? It's impossible, I guess.
Re: Vip tag Help -
Yashas - 16.04.2013
You can never see the name or labels of you.The client show names and texts/labels of other players to the player.Try make two players play and watch.The label will be there.
You code seems fine to me.Has to work.
Re: Vip tag Help -
Gamer_007 - 16.04.2013
You can see the 3D Label on other player name not on urself.