Extended wanted-level stars -
Slice - 21.09.2010
sup,
I just had a look at
my old wanted-level star fs from 2 years back and decided it to make a new one.
This new update brings stars on several rows, "inactive stars", and a simple way to configure it all.
Simply use SetPlayerWantedLevel and this script will automatically notice changes then display them.
Check it out:
Here's a pic with the max wanted level (255) and respective script limits:
clicky.
Download:
wantedlevel.pwn (5.2 kb).
Pastebin:
here.
Re: Extended wanted-level stars -
woot - 21.09.2010
Sweet idea!
Re: Extended wanted-level stars -
WillyP - 21.09.2010
lol, awesome!
Re: Extended wanted-level stars -
Gh0sT_ - 21.09.2010
pastebin please
Re: Extended wanted-level stars -
Slice - 21.09.2010
Quote:
Originally Posted by Gh0sT_
pastebin please
|
Added.
Re: Extended wanted-level stars -
Skaizo - 21.09.2010
nice work
Re: Extended wanted-level stars -
Hiddos - 21.09.2010
Hehe, nice idea. Thought of something like this some time ago, good to see you weren't as lazy as me :P.
Keep up the good work!
Re: Extended wanted-level stars -
Basicz - 21.09.2010
Awesome!

I love it!
Re: Extended wanted-level stars -
Cameltoe - 21.09.2010
Great work!
Re: Extended wanted-level stars -
Zeeee - 22.09.2010
Wow.. this is cool. I wish i could have scripted this.. Do all the stars show on the screen? if not.. then you should add a cmd that is /showwanted (or something shorter) and a pop up dialogue box shows your total stars.
Re: Extended wanted-level stars -
royal_king - 22.09.2010
Nice cool awesome idea mate!!
Re: Extended wanted-level stars -
Slice - 22.09.2010
Nice to see yall like it.
Quote:
Originally Posted by Zeeee
Wow.. this is cool. I wish i could have scripted this.. Do all the stars show on the screen? if not.. then you should add a cmd that is /showwanted (or something shorter) and a pop up dialogue box shows your total stars.
|
Fiddle around with NUM_INACTIVE_STARS. When I have time later, I'll add an option to always show inactive stars.
Re: Extended wanted-level stars -
edit - 23.09.2010
Nice work!
Re: Extended wanted-level stars -
Stigg - 23.09.2010
Keep up the good work.
Peace.
Re: Extended wanted-level stars -
Slice - 25.09.2010
oops

sorry yall, I forgot to put "return 1;" in the end of OnPlayerUpdate. add that and recompile! (stuff in the mainpost updated).
Re: Extended wanted-level stars -
Camacorn - 25.09.2010
Wow, awesome work man.
Re: Extended wanted-level stars -
chaosnz - 25.09.2010
nice script, except it caused some major lag in my server, players were "teleporting" from place to place instead of physically moving.
Other than that. Damn good idea.
Re: Extended wanted-level stars -
Slice - 25.09.2010
Quote:
Originally Posted by chaosnz
nice script, except it caused some major lag in my server, players were "teleporting" from place to place instead of physically moving.
Other than that. Damn good idea.
|
That problem was caused by my forgetting to put "return 1;" in OnPlayerUpdate. Get the latest version and it should work just fine.
Re: Extended wanted-level stars -
[4k]Wang - 25.09.2010
Thats actully immense nice work man.
Re: Extended wanted-level stars -
Shubham - 28.09.2010
Great work, nicely done.