Police car 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: Police car Radar (
/showthread.php?tid=398525)
Police car Radar -
Iulyan13 - 09.12.2012
Hello, I downloaded this script and I'd like to introduce something new.
https://sampforum.blast.hk/showthread.php?tid=280424
Command setting speed /radar <speed>
When a player passes faster with car has to appear her a star.
Sorry for my english, I know very little, and I used ****** translate
Re: Police car Radar -
HireMe - 09.12.2012
Place the something like the next code in the speed check section of the script
pawn Код:
if (Speed >= 100) //replace 100 for the speed you want to
{
SetPlayerWantedLevel(i, 1);
}