Textdraws get bugged.
#2

Try doing this:


pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if ((newkeys & KEY_FIRE))  //
{
   // Remove TextDraw Code Here

  }
   return 1;
}
This makes it so when you press the LMB button is closes it

If that doesnt work try using

pawn Код:
PlayerTextDrawDestroy(playerid, );
It destroys the textdraw and not hides it.
Reply


Messages In This Thread
Textdraws get bugged. - by AndySedeyn - 17.06.2014, 14:18
Re: Textdraws get bugged. - by [Cali]ChrOnic_T - 17.06.2014, 17:22

Forum Jump:


Users browsing this thread: 1 Guest(s)