Textdraw issues
#6

Quote:
Originally Posted by MWF2
Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
Try creating the textdraw on OnGameModeInit then showing it on checkpoint hiding it on everything else.

otherwise you are creating a textdraw every time any player enters any checkpoint.
If i do that, it shows as i connect
If it does then hide it upon connect

pawn Код:
public OnPlayerConnect(playerid)
{
  TextDrawHideForPlayer(playerid, Text:Textdraw0);
  return 1;
}
Reply


Messages In This Thread
Textdraw issues - by MWF2 - 21.05.2010, 21:36
Re: Textdraw issues - by [HiC]TheKiller - 21.05.2010, 22:21
Re: Textdraw issues - by MWF2 - 21.05.2010, 22:37
Re: Textdraw issues - by MWF2 - 21.05.2010, 23:09
Re: Textdraw issues - by MWF2 - 21.05.2010, 23:48
Re: Textdraw issues - by NewTorran - 22.05.2010, 10:48
Re: Textdraw issues - by MWF2 - 22.05.2010, 15:55
Re: Textdraw issues - by MWF2 - 24.05.2010, 19:34
Re: Textdraw issues - by MWF2 - 25.05.2010, 22:19
Re: Textdraw issues - by MWF2 - 27.05.2010, 01:17

Forum Jump:


Users browsing this thread: 3 Guest(s)