[FilterScript] [FS] Wanted Level - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Wanted Level (
/showthread.php?tid=28864)
Re: [FS] Wanted Level -
ThePro - 27.04.2008
any pastebin link?
Re: [FS] Wanted Level -
blewert - 27.04.2008
Quote:
Originally Posted by fast_and_furius
any pastebin link?
|
http://pastebin.com/m469fc5fa
Re: [FS] Wanted Level -
ThePro - 27.04.2008
Need 2 Mirriors?(realy)
Re: [FS] Wanted Level -
Zh3r0 - 28.04.2008
Nice work dude.
Re: [FS] Wanted Level -
Franjdea - 28.04.2008
Thanks!
Re: [FS] Wanted Level -
Pujan2008 - 28.04.2008
Humble...RAWR
Re: [FS] Wanted Level -
ThePro - 28.04.2008
lol want the mirriors?
Re: [FS] Wanted Level -
Franjdea - 28.04.2008
For my server the wanted level bit works but TEAM_COPS get wanted when killing someone even if the person has wanted level and dont get money, also it gives 2 waanted starts per kill
Re: [FS] Wanted Level -
whooper - 10.05.2008
I also get a wanted level if im a cop.
Re: [FS] Wanted Level -
Jatoofer - 28.05.2009
Not working for me could u upload it in amx format please?
Re: [FS] Wanted Level -
Mister. M - 27.04.2011
SetPlayerWantedLevel(playerid, AMOUNTOFSTARS);
if(GetPlayerWantedLevel(playerid) > 0){
// wanted
}else{
// Not wanted (nothing)
}
Its very easy to make though, but its a nice peace of work.
https://sampwiki.blast.hk/wiki/SetPlayerWantedLevel
https://sampwiki.blast.hk/wiki/GetPlayerWantedLevel
Good job.