Name tag
#5

Quote:

new Text3D:VIPtag[MAX_PLAYERS]; //somewhere in the script

//under onplayerspawn
if(PlayerAcc[playerid][Vip] >= 1)/// replace this code with your
{
new Text3D:VIPtag = Create3DTextLabel("Donating player", COLOR_ORANGE, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(VIPtag, playerid, 0.0, 0.0, 0.7);
}

you mean like this?
Reply


Messages In This Thread
Name tag - by STONEGOLD - 06.07.2015, 19:56
Re: Name tag - by b3nz - 06.07.2015, 20:11
Re: Name tag - by STONEGOLD - 06.07.2015, 20:18
Re: Name tag - by Sime30 - 06.07.2015, 20:21
Re: Name tag - by suni - 06.07.2015, 22:12
Re: Name tag - by STONEGOLD - 06.07.2015, 22:19
Re: Name tag - by suni - 06.07.2015, 22:21
Re: Name tag - by STONEGOLD - 06.07.2015, 22:40
Re: Name tag - by suni - 06.07.2015, 22:53
Re: Name tag - by b3nz - 06.07.2015, 22:57

Forum Jump:


Users browsing this thread: 7 Guest(s)