16.01.2011, 15:42
What about this? :
Replace every Create3DTextLabel and Delete3DTextLabel with CreatePlayer3DTextLabel and DeletePlayer3DTextLabel.You were creating only 1 Text avaiable for all players instead of 1 text avaiable for 1 player.
Edit: Let the code how it was when you posted this thread, and remove the Delete3DTextLabel from OnPlayerConnect.
pawn Code:
new PlayerText3D:Admin[MAX_PLAYERS];
Edit: Let the code how it was when you posted this thread, and remove the Delete3DTextLabel from OnPlayerConnect.