AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie:Reloaded (https://forums.alliedmods.net/forumdisplay.php?f=132)
-   -   Deathnotice icon on infection (https://forums.alliedmods.net/showthread.php?t=299401)

entervoid 07-13-2017 15:03

Deathnotice icon on infection
 
Hi,

Is it possible to change the deathnotice icon to something else than "knife" or "zombie_claws_of_death" when a player has been infected? I tried it once, but the result was, that the icon doesn't even appeared at all. I looked up the infect.inc and changed it there.

PHP Code:

            if (g_Game == Game_CSGO)
            {
                
SetEventString(event"weapon""knife"); //knife icon (csgo)
            
}
            else
            {
                
SetEventString(event"weapon""zombie_claws_of_death"); // custom icon (cs:s)?
            


If it is possible, do I have to change the infect.inc only, or something else?
And what do I have to write in to show a skull than a knife icon.
(i.e: Player A SKULL Player B)

Z:R Plugin: Zombie:Reloaded Franug edition

Bad Cold Man 07-14-2017 14:25

Re: Deathnotice icon on infection
 
Quote:

Originally Posted by entervoid (Post 2535101)
Hi,

Is it possible to change the deathnotice icon to something else than "knife" or "zombie_claws_of_death" when a player has been infected? I tried it once, but the result was, that the icon doesn't even appeared at all. I looked up the infect.inc and changed it there.

PHP Code:

            if (g_Game == Game_CSGO)
            {
                
SetEventString(event"weapon""knife"); //knife icon (csgo)
            
}
            else
            {
                
SetEventString(event"weapon""zombie_claws_of_death"); // custom icon (cs:s)?
            


If it is possible, do I have to change the infect.inc only, or something else?
And what do I have to write in to show a skull than a knife icon.
(i.e: Player A SKULL Player B)

Z:R Plugin: Zombie:Reloaded Franug edition

:shock:

entervoid 07-23-2017 12:22

Re: Deathnotice icon on infection
 
I'm actually searching for this icon:

http://abload.de/img/deathnotice5hpq6.png

Anyone, who knows what name this icon has?
It has to be a weapon, right?

8guawong 07-24-2017 03:45

Re: Deathnotice icon on infection
 
https://forums.alliedmods.net/showth...hlight=grenade

entervoid 07-24-2017 14:17

Re: Deathnotice icon on infection
 
Thank you!

It worked.

EDIT: Anyone who wants to change the weaponicon on infect to the "skull" one: Name of that weapon is suicide. Of course you have to recompile the zombiereloaded.sp again to see the results

amauri_long 07-27-2023 01:10

Re: Deathnotice icon on infection
 
Quote:

Originally Posted by entervoid (Post 2537466)
Thank you!

It worked.

EDIT: Anyone who wants to change the weaponicon on infect to the "skull" one: Name of that weapon is suicide. Of course you have to recompile the zombiereloaded.sp again to see the results

https://forums.alliedmods.net/showth...65#post2200765


All times are GMT -4. The time now is 10:27.

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