Textdraw move (TD_Move) suggestions needed for my plugin update.
#4

Make a function to move TextDraws instead?
When creating TextDraw you store their position and status in an array.

The function will be as follow
Код:
MoveTextDraw(Text:textdrawid, Float:xpos, Float:ypos)
And maybe also a timered movement for creating simpler effect
Код:
MoveTimedTextDraw(Text:textdrawid, movementype);
By movement type users can choose from some type of pre-listed movements
For example:
Код:
enum
{
UPDOWN,
LEFTRIGHT,
ROUND
}
I don't know these are just raw ideas... try. The more user friendly is, the better it is

Then a simple algorithm that calculates the number of processes needed for a fluid movement, you will need some testing but the final effect would be nice.
Good luck with that :P
Reply


Messages In This Thread
Textdraw move (TD_Move) suggestions needed for my plugin update. - by iPLEOMAX - 10.12.2011, 19:54
Re: Textdraw move (TD_Move) suggestions needed for my plugin update. - by Mrki_Drakula - 10.12.2011, 20:02
Re: Textdraw move (TD_Move) suggestions needed for my plugin update. - by Trac - 10.12.2011, 20:06
Re: Textdraw move (TD_Move) suggestions needed for my plugin update. - by Phanto90 - 10.12.2011, 20:30

Forum Jump:


Users browsing this thread: 2 Guest(s)