[HELP] Text 3D
#1

I create a 3D text label to player, but the label show to all players on server, either admin or not ! Why?

pawn Код:
if (PlayerInfo[playerid][pAdmin] >= 1)
{
       new staff:label = Create3DTextLabel("ADMIN BL", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
       Attach3DTextLabelToPlayer(staff, playerid, 0.0, 0.0, 0.7);
}
I put this script at:
pawn Код:
public OnPlayerConnect(playerid)
Reply


Messages In This Thread
[HELP] Text 3D - by monster010 - 10.05.2014, 17:55
Re: [HELP] Text 3D - by DaniceMcHarley - 10.05.2014, 17:57
Re: [HELP] Text 3D - by Konstantinos - 10.05.2014, 18:23

Forum Jump:


Users browsing this thread: 1 Guest(s)