Posts: 372
Threads: 8
Joined: Jan 2011
Reputation:
0
I'm trying to make some police system for my server and I stopped at getting some other players speed.
So, is it possible to get some other player's speed by aiming at his vehicle?
Is yes, how??
Posts: 262
Threads: 21
Joined: Mar 2010
Reputation:
0
there are some filterscripts for this already,
try to search for it
and if you gonna make one yourself
remember distance=speed/time
Posts: 372
Threads: 8
Joined: Jan 2011
Reputation:
0
Hmm, okay. Since I can't find anything, I'll try to make it. But I have one more question.
How to detect if is player aiming? Is that like some sort of an animation or something like that(?), or that's not possible?
Posts: 262
Threads: 21
Joined: Mar 2010
Reputation:
0
its possible using "getPlayerKeys"
and using key aim
look in the wiki for more info