02.11.2007, 21:06
Well i didn't use the edit post, because you won't read this anymore so i posted a new post.
Here is the correct script. And you also have 2 brackets too much. I didn't deleted them, but i have commented them.
http://www.pastebin.ca/759165
About the other question do this:
Here is the correct script. And you also have 2 brackets too much. I didn't deleted them, but i have commented them.
http://www.pastebin.ca/759165
About the other question do this:
Code:
Question 1: I get fined twice, how to avoid it? Answer: Well there isn't really a way to avoid it how you want it,but there are 3 ways; 1. Just change the updateseconds, so you all players can get 1 second after someone get fined not get fined. 2. Change the speed to a very high value, so you will pass the flitspaal faster than your updateseconds. 3. Change your radius. If you have a small radius you drive faster through it. If you have a large radius, you get fined lots of time. Question 2: How to change the fee? Answer: Just play with the numbers under new fee = 17/10;. The fee is calculated like this: (YOURSPEED - MAXSPEED)*(17/10). So if you driving 20 mph and the maxspeed is 10, your fee is (20-10)*(17/10)=17. If you lower the 17 of 17/10 then your fee will be lower, if you make it higher then the fee will be higher.