Red name players droping gears !

09/19/2014 00:58 Ism3lawy#1
Hello every one .

anybody have any idea about how to make red name players drop gears
i am using redux source

thanks all .
09/19/2014 01:53 CptSky#2
You probably have a method which is called when a player is killed. In this method, you can just add some code that if you have more than 30 PK points, you unequip some items and drop them ? Honestly, it's in most public sources already. Just check for the logic and adapt it.
09/19/2014 02:21 Ism3lawy#3
Quote:
Originally Posted by CptSky View Post
You probably a method which is called when a player is killed. In this method, you can just add some code that if you have more than 30 PK points, you unequip some items and drop them ? Honestly, it's in most public sources already. Just check for the logic and adapt it.
the best @ all