20.05.2012, 11:56
Howdy', well i just finish with the name Textdraw near the mini-map.
But there's a wierd problem, when i'm login in, all fine i see my name but when more players getting into my server i see their names too.
Here's the code -
It's on public OnPlayerConnect.
Thanks for support.
But there's a wierd problem, when i'm login in, all fine i see my name but when more players getting into my server i see their names too.
Here's the code -
PHP код:
new name[MAX_PLAYER_NAME]; // Player Name Textdraw
GetPlayerName(playerid,name,MAX_PLAYER_NAME);// Player Name Textdraw
PlayerN=TextDrawCreate(115,416,name);// Player Name Textdraw
TextDrawShowForPlayer(playerid, PlayerN);// Player Name Textdraw
TextDrawColor(PlayerN,0xFFFFFFAA);// Player Name Textdraw
TextDrawFont(PlayerN,3);// Player Name Textdraw
TextDrawSetShadow(PlayerN,1);// Player Name Textdraw
Thanks for support.