Attach3DTextLabelToPlayer Problem ?
#1

SOLVED
pawn Код:
//at the top
new Text3D:Test[MAX_PLAYERS];

//then on playerSpawn
Test[playerid] = Create3DTextLabel("Test",0x008080FF,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(Test[playerid], playerid, 0.0, 0.0, 0.7);

//and OnPlayerDisconnect
Delete3DTextLabel(Test[playerid]);
And the problem is that the 3DText doesnt show any suggestions ??
Reply
#2

You can't see your own label, only others can.
Reply
#3

Well That Makes Sense Lol Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)