Problem with a name Textdraw
#1

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 -
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(playeridPlayerN);// Player Name Textdraw
    
TextDrawColor(PlayerN,0xFFFFFFAA);// Player Name Textdraw
    
TextDrawFont(PlayerN,3);// Player Name Textdraw
    
TextDrawSetShadow(PlayerN,1);// Player Name Textdraw 
It's on public OnPlayerConnect.
Thanks for support.
Reply


Messages In This Thread
Problem with a name Textdraw - by Firo - 20.05.2012, 11:56
Re: Problem with a name Textdraw - by Faisal_khan - 20.05.2012, 13:34
Re: Problem with a name Textdraw - by IRio97 - 20.05.2012, 13:58
Re: Problem with a name Textdraw - by [FMJ]PowerSurge - 20.05.2012, 14:10
Re: Problem with a name Textdraw - by Firo - 20.05.2012, 14:16
Re: Problem with a name Textdraw - by [FMJ]PowerSurge - 20.05.2012, 14:25
Re: Problem with a name Textdraw - by Firo - 20.05.2012, 14:35
Re: Problem with a name Textdraw - by [ABK]Antonio - 20.05.2012, 14:38
Re: Problem with a name Textdraw - by Firo - 20.05.2012, 14:41
Re: Problem with a name Textdraw - by [ABK]Antonio - 20.05.2012, 14:42

Forum Jump:


Users browsing this thread: 2 Guest(s)