SA-MP Forums Archive
Arrows in a TD - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Arrows in a TD (/showthread.php?tid=311075)



Arrows in a TD - Scenario - 15.01.2012

Could someone explain to me how people can create arrows in a TD? They look something like this:




Re: Arrows in a TD - Lorenc_ - 15.01.2012

~u~ = up
~d~ = down
~>~ = right
~<~ = left


Re: Arrows in a TD - Kar - 15.01.2012

Quote:
Originally Posted by RealCop228
View Post
Could someone explain to me how people can create arrows in a TD? They look something like this:

Sprites. if you want to match that image

or if you want the ones like in beach party or the lowrider mission, use Lorenc_'s


Re: Arrows in a TD - Scenario - 15.01.2012

Quote:
Originally Posted by Lorenc_
View Post
~u~ = up
~d~ = down
~>~ = right
~<~ = left
I completely forgot about all of those... thanks!


Re: Arrows in a TD - Scenario - 15.01.2012

Does anybody know if it's possible to change the arrow's color? If so, how?

Doing ~y~~<~ doesn't work


Re: Arrows in a TD - thimo - 15.01.2012

I think its not possible changing color of that thing... If it is try using space between the ~


Re: Arrows in a TD - Lorenc_ - 15.01.2012

Quote:
Originally Posted by RealCop228
View Post
Does anybody know if it's possible to change the arrow's color? If so, how?

Doing ~y~~<~ doesn't work
Nope, you can't. Use a sprite instead, you can browse for what you need with my sprite browser released some time ago


Re: Arrows in a TD - Scenario - 15.01.2012

Quote:
Originally Posted by Lorenc_
View Post
Nope, you can't. Use a sprite instead, you can browse for what you need with my sprite browser released some time ago
Okay, got it! I'm thinking about using: pcbtns:left

What do I do next though?


Re: Arrows in a TD - Kar - 15.01.2012

Quote:
Originally Posted by RealCop228
View Post
Okay, got it! I'm thinking about using: pcbtns:left

What do I do next though?
TextDrawColor


Re: Arrows in a TD - Scenario - 15.01.2012

Quote:
Originally Posted by Kar
View Post
TextDrawColor
I use TextDrawColor to show the sprite(s)?