Problem with Clickable Textdraw
#9

Quote:
Originally Posted by Sanady
Посмотреть сообщение
I did what you guys says to me but nothing still not working Anyone can help me fast?? Need help fast!
Better use this :
pawn Код:
#define PRESSED(%0) \
    (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
pawn Код:
if (PRESSED( KEY_FIRE )) {
 // Your code
}

Quote:
Originally Posted by Sanady
Посмотреть сообщение
Код:
TextDrawSetSelectable(handle, 1);
I putted it into GamemodeInit...I am doing this first time about clickable textdraw.So I don`t know how to use them...But it`s still not working...
Does the mouse appear when pressing KEY_FIRE?

If not, then it's simply a problem in your TextDraw sizes.
Reply


Messages In This Thread
Problem with Clickable Textdraw - by Sanady - 15.08.2012, 10:36
Re: Problem with Clickable Textdraw - by Sanady - 15.08.2012, 11:00
Re: Problem with Clickable Textdraw - by AntonioStyles - 15.08.2012, 11:14
Re: Problem with Clickable Textdraw - by Vince - 15.08.2012, 11:14
Re: Problem with Clickable Textdraw - by SaYrOn - 15.08.2012, 11:16
Re: Problem with Clickable Textdraw - by Sanady - 15.08.2012, 11:23
Re : Problem with Clickable Textdraw - by Eony - 15.08.2012, 11:27
Re: Re : Problem with Clickable Textdraw - by Sanady - 15.08.2012, 11:28
Re : Re: Problem with Clickable Textdraw - by Eony - 15.08.2012, 11:31
Re: Re : Re: Problem with Clickable Textdraw - by Sanady - 15.08.2012, 11:35
Re: Problem with Clickable Textdraw - by SaYrOn - 15.08.2012, 11:37
Re : Problem with Clickable Textdraw - by Eony - 15.08.2012, 11:37
Re: Re : Problem with Clickable Textdraw - by Sanady - 15.08.2012, 11:40
Re: Problem with Clickable Textdraw - by Sanady - 15.08.2012, 11:49
Re: Problem with Clickable Textdraw - by caki - 09.02.2013, 16:27
Respuesta: Problem with Clickable Textdraw - by Spreadhaz - 24.10.2014, 05:02

Forum Jump:


Users browsing this thread: 1 Guest(s)