Automatic speed radar - 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: Automatic speed radar (
/showthread.php?tid=341859)
Automatic speed radar -
Amator - 12.05.2012
Hello
I'd like to make a speed radar system, I only found one include about it and didn't arrived to make it work...
So I wanted to know first if you know something like this that has already been released or some help, just for the beginning, of making it.
Thanks to you.
Re: Automatic speed radar -
CoaPsyFactor - 12.05.2012
Just create array with coordinates and max speed for radars, or make it dynamic by writing every coord and speed in one file, then when you have the array make one timer with interval 500, and repeating True. The timer should call some public function that loop through all players that are connected, and check their speed and pos. Did you get the point?
Re : Automatic speed radar -
Amator - 12.05.2012
Ya I think thanks for your help