Removing Text Draws
#2

something like this


pawn Код:
//use SetTimerEx  to pass the td id!

SetTimerEx("RemoveTextDraw", 2000, false "i",Arrowpickup);  //set for each TD
SetTimerEx("RemoveTextDraw", 2000, false "i",Arrowpickup2); //set for each TD





// and heres the public to call.
forward RemoveTextDraw(Text:tid);
public RemoveTextDraw(Text:tid)
{
    TextDrawDestroy(tid);
}
Reply


Messages In This Thread
Removing Text Draws - by vIBIENNYx - 23.05.2012, 14:50
Re: Removing Text Draws - by Jonny5 - 23.05.2012, 15:23
Re: Removing Text Draws - by vIBIENNYx - 23.05.2012, 22:12
Re: Removing Text Draws - by Jonny5 - 23.05.2012, 22:23
Re: Removing Text Draws - by vIBIENNYx - 23.05.2012, 23:35

Forum Jump:


Users browsing this thread: 2 Guest(s)