AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Display kill skull icon (https://forums.alliedmods.net/showthread.php?t=333668)

z4rk 07-28-2021 08:51

Display kill skull icon
 
Hi, I need a plugin which remove weapons icon from the top right corner, when someone kills an enemy. I will leave a photo here, I don't know to explain very well. Can somebody help me to find this plugin? I've seen this plugin somewhere in the past, but I can't find it anymore. I know in this photo is laser killing, but I need it to show icon like that for every kill. I would like to remove the weapons icon and replace them with a green icon. If that's not possible, I would like to change the color of the weapon icons to green.

https://i.imgur.com/U2UhroR.png

DJEarthQuake 07-28-2021 10:53

Re: Display kill skull icon
 
Quote:

Originally Posted by z4rk (Post 2753891)
Hi, I need a plugin which remove weapons icon from the top right corner, when someone kills an enemy. I will leave a photo here, I don't know to explain very well. Can somebody help me to find this plugin? I've seen this plugin somewhere in the past, but I can't find it anymore. I know in this photo is laser killing, but I need it to show icon like that for every kill. I would like to remove the weapons icon and replace them with a green icon. If that's not possible, I would like to change the color of the weapon icons to green.

https://i.imgur.com/U2UhroR.png

TESTED
Skulls.
Code:
#include amxmodx public plugin_init()register_message(get_user_msgid("DeathMsg"), "@skulls")&&register_plugin("Skulls", "1.1", "SPiNX"); @skulls()set_msg_arg_string(4, "teammate");

Seems up your alley.
Weapon Icon Display ( zenix )

z4rk 07-28-2021 11:13

Re: Display kill skull icon
 
Works perfectly. Thank you very much!

DJEarthQuake 07-28-2021 11:56

Re: Display kill skull icon
 
You are most welcome. What are you going to do with this? The weapon icon changing colors dependent on rounds. That's all I found when searching.

z4rk 07-28-2021 12:13

Re: Display kill skull icon
 
I'm thinking of reopening a CSDM server and I like to have some "different" things on the server. I also like the look.


All times are GMT -4. The time now is 02:20.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.