[?]TextDraws not destroying.[RESOLVED]
#1

Код:
forward destroy(playerid);
under onplayerspawn
Код:
SetTimer("destroy", 5000, 0);
Код:
public destroy(playerid)
{
 TextDrawDestroy(Textdraw0);
 TextDrawDestroy(Textdraw1);
TextDrawDestroy(Textdraw2);
TextDrawDestroy(Textdraw4);
TextDrawDestroy(Textdraw5);
TextDrawDestroy(Textdraw6);
TextDrawDestroy(Textdraw8);
TextDrawDestroy(Textdraw9);
TextDrawDestroy(Textdraw10);
TextDrawDestroy(Textdraw11);
TextDrawDestroy(Textdraw12);
   return 1;
}
No errors. When i go ingame it doesnt destroy it
Reply


Messages In This Thread
[?]TextDraws not destroying.[RESOLVED] - by dafel2 - 10.04.2009, 14:09
Re: [?]TextDraws not destroying. - by Rks25 - 10.04.2009, 14:11
Re: [?]TextDraws not destroying. - by dafel2 - 10.04.2009, 14:19
Re: [?]TextDraws not destroying. - by Rks25 - 10.04.2009, 14:31
Re: [?]TextDraws not destroying. - by MPKaboose - 10.04.2009, 14:33
Re: [?]TextDraws not destroying. - by dafel2 - 10.04.2009, 14:38

Forum Jump:


Users browsing this thread: 1 Guest(s)