TextDrawShowForPlayer
#5

Quote:
Originally Posted by [NoVr
LaZ ]
Faci o functie care sa ascunda textdraw-ul,
pawn Код:
forward HideTD( text: Text );
public HideTD( text: Text )
{
  TextDrawHideForAll( text: JoinLeaveMessage );
}
Cand un jucator se conecteaza chemi functia HideTD cu ajutorul unui Timer.

pawn Код:
SetTimerEx( "HideTD", 3000, false, "d", text_:JoinLeaveMessage );
Obs.:
- 1000ms = o secunda, am setat ca textdraw-ul sa se ascunda dupa 3 secunde.
- 'JoinLeaveMessage' il schimbi cu numele textdraw-ului pe care l-ai dat in OnGamemodeInit( ).
Woay, laz multumesc enorm, asta cautam de mult timp...
Reply


Messages In This Thread
TextDrawShowForPlayer - by icebird - 30.03.2010, 16:21
TextDrawShowForPlayer - by [NoV]LaZ - 30.03.2010, 16:28
Re: TextDrawShowForPlayer - by icebird - 30.03.2010, 16:44
TextDrawShowForPlayer - by [NoV]LaZ - 30.03.2010, 16:55
Re: TextDrawShowForPlayer - by Zh3r0 - 30.03.2010, 17:28
Re: TextDrawShowForPlayer - by icebird - 31.03.2010, 09:34
Re: TextDrawShowForPlayer - by fanatycoland - 03.09.2012, 00:23
Re: TextDrawShowForPlayer - by Flashhiee - 03.09.2012, 07:38

Forum Jump:


Users browsing this thread: 1 Guest(s)