02.01.2012, 12:25
Quote:
5 topics in 2-3 years isn't too bad...
About your question: It should be pretty simple actually. All you need is an updating timer (or OnPlayerUpdate) to get the player's distance to the point, then take the percent of that distance, and update the textdraw each percent (or each 5th percent, 10th etc..) So let's say the distance is 100 yards (easiest example) You run 10 yards, and that spot for where are you now moves one "spot" to the right. You could use GetPlayerDistanceToPoint to make this work easily. pawn Code:
pawn Code:
pawn Code:
|