20.01.2011, 16:17
(
Последний раз редактировалось Bu$ter; 24.06.2012 в 14:34.
)
Los Santos Automatic Speeding Cameras
I have played plenty on roleplay servers and found very irritating that most of people are driving like 200km/h around the city area and cops don't even notice it. This FS offers little more realism for cases like that. In this FS you can place "speeding camera's" for the position you want. After you have chosen you can choose camera's speed limit. If any vehicle reaches that limit they will be automatically fined, and noticed that they are speeding.Screens
Important Note: I used km/h speedometer (by Destrojer) instead of mp/h so don't get confused about speeds (you can see my speed is 160-180 on screenshots but those are KM/H speeds.) I can't promise that this will work for all speedo's. I probably release later speedo which is perfectly supporting this camera system, but as you can see speedometer I used when I tested this seems working well with this system
Installation
1) Download and compile .pwn file to amx (skip this when you download package which contains amx already)
2) Place files to your filterscripts folder
3) Write to the server.cfg, behind filterscripts: speedcam
4) Start the server. System starts automatically on server start
How to add/modify camera's
- Open pawno and speedcam.pwn and look forКод:
AddSpeedingCam
Код:
AddSpeedingCam(i,
Camera's X position
Camera's Y position
Camera's Z position
Radius ( Keep it at 20)
Your decided speeding limit (mp/h)
So your line should look like this
Код:
AddSpeedingCam(i, 1451.7249, -1726.3785, 16.0000, 20, 50);
OPTIONAL: You can add camera object near to the speeding camera system, for realism and good for RP servers. Look CreateObject for this.
Bugs:
Have not found any of them. If you find please post here.
Credits: Bu$ter
Special Thanks: Destrojer for his Speedometer
Download: (Link updated)
PWN + AMX