Textdraw doesn't appear
#6

TextDrawShowForAll will only show to players who are currently in the server. So when your server starts then it's not visible to anyone because nobody was in the server when it was called.

I suggest simply using TextDrawShowForPlayer, which in the include you're using is TDCDShowForPlayer, for example:

pawn Код:
public OnPlayerConnect(playerid)
{
    TDCDShowForPlayer(playerid);
    return 1;
}
I hope that helps!
Reply


Messages In This Thread
Textdraw doesn't appear - by freshOrange - 04.07.2011, 09:34
Re: Textdraw doesn't appear - by JaTochNietDan - 04.07.2011, 09:41
Re: Textdraw doesn't appear - by freshOrange - 04.07.2011, 10:01
Re: Textdraw doesn't appear - by Mean - 04.07.2011, 10:09
Re: Textdraw doesn't appear - by freshOrange - 04.07.2011, 10:17
Re: Textdraw doesn't appear - by JaTochNietDan - 04.07.2011, 10:28
Re: Textdraw doesn't appear - by freshOrange - 04.07.2011, 10:29
Re: Textdraw doesn't appear - by JaTochNietDan - 04.07.2011, 10:33
Re: Textdraw doesn't appear - by freshOrange - 04.07.2011, 10:35

Forum Jump:


Users browsing this thread: 4 Guest(s)