View Single Post
Author Message
entervoid
Junior Member
Join Date: Jul 2017
Old 07-13-2017 , 15:03   Deathnotice icon on infection
Reply With Quote #1

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

Last edited by entervoid; 07-13-2017 at 15:03.
entervoid is offline