Posts: 565
Threads: 32
Joined: Jul 2012
Reputation:
0
Search for ,samp distance traveled, on ******.
Posts: 280
Threads: 47
Joined: Oct 2010
Reputation:
0
the site cant be found... :/
Posts: 280
Threads: 47
Joined: Oct 2010
Reputation:
0
cmon guys i need answer fast ... :/
Posts: 507
Threads: 94
Joined: May 2012
Reputation:
0
I think you can store them into an variable.Never tested but I think it would work that way.
Posts: 304
Threads: 18
Joined: May 2011
Reputation:
0
have a function like this:
(onplayespawn) save the players pos with getplayerpos,(save them to a variable)
use getplayerdistancetopoint to check how long he have traveled since last point, and att that value to a variable,
and include GetPlayerPos in the function to so you update the pos it will count, then you re do that to kilometers, like we say one IG yard = 1m you just do variable/1000 and you get the kilometers the player have traveled
Hope it helped :S