SA-MP Forums Archive
Wanted level help!!! - 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: Wanted level help!!! (/showthread.php?tid=528348)



Wanted level help!!! - 9noober - 27.07.2014

How to make the wanted level be unlimited.
original is 6 wanted level,how to make more


Re: Wanted level help!!! - Stinged - 27.07.2014

You can't make it more than 6 stars with the normal SetPlayerWantedLevel function.
BUT, you can make a textdraw to add more stars. (Note: use [ or ] with font 2 to show a star)


Re: Wanted level help!!! - IceBilizard - 27.07.2014

You can check this

https://sampforum.blast.hk/showthread.php?tid=178319


Re: Wanted level help!!! - 9noober - 27.07.2014

but i dont want too many star.


Re: Wanted level help!!! - Stinged - 27.07.2014

Quote:
Originally Posted by 9noober
Посмотреть сообщение
but i dont want too many star.
Then do what I told you to do...


Re: Wanted level help!!! - 9noober - 27.07.2014

How to show the text draw number how many star you have


Re: Wanted level help!!! - Stinged - 27.07.2014

Quote:
Originally Posted by 9noober
Посмотреть сообщение
How to show the text draw number how many star you have
Save them into a global player variable and then use it.
Example:
pawn Код:
pStars[playerid] = 3;



Re: Wanted level help!!! - 9noober - 27.07.2014

don't understand.
can give me the scripts


Re: Wanted level help!!! - Beckett - 27.07.2014

Try to understand, we wont send you a full code, if you don't want TOO MANY stars then why you want more than 5?


Re: Wanted level help!!! - Juvanii - 27.07.2014

I really don't know why are you all still replying here, you guys just gave him some help and somebody told him to make textdraws, so i see this is SO enough for this thread. and @9noober this is not a section to request a code or should i say requesting an easy codes like this. Go and learn some basic scripting.