Vip tag Help
#1

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
}
Reply
#2

You mean to yourself? It's impossible, I guess.
Reply
#3

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.
Reply
#4

You can see the 3D Label on other player name not on urself.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)