Textdraw Update ?
#5

pawn Код:
//onplayerspawn put this
SetTimer("Killdraw",10000,1); //it "updates" the textdraw every 10 seconds

forward Killdraw(playerid);
public Killdraw(playerid)
{
    TextDrawDestroy()//destroy the textdraw
    Text:TextDrawCreate()//create it again
}
@MP2 yes that's also possible, my bad, i can make a code of that aswell if he wants it that way..

If you want it the way MP2 said, then add this:

pawn Код:
Killdraw(killerid);
under onplayerdeath
Reply


Messages In This Thread
Textdraw Update ? - by [D]ry[D]esert - 26.05.2012, 19:41
Re: Textdraw Update ? - by Jstylezzz - 26.05.2012, 19:43
Re: Textdraw Update ? - by [D]ry[D]esert - 26.05.2012, 19:44
Re: Textdraw Update ? - by MP2 - 26.05.2012, 19:49
Re: Textdraw Update ? - by Jstylezzz - 26.05.2012, 19:52
Re: Textdraw Update ? - by KingHual - 26.05.2012, 19:54
Respuesta: Re: Textdraw Update ? - by OPremium - 26.05.2012, 19:58
Re: Respuesta: Re: Textdraw Update ? - by [D]ry[D]esert - 27.05.2012, 09:11
Re: Respuesta: Re: Textdraw Update ? - by KingHual - 27.05.2012, 10:05
Re: Respuesta: Re: Textdraw Update ? - by [D]ry[D]esert - 27.05.2012, 16:55

Forum Jump:


Users browsing this thread: 4 Guest(s)