Blockland Forums > Modification Help
Kill Icon String on Death
Swollow:
--- Quote from: jes00 on December 27, 2011, 12:14:23 PM ---What do you mean "getting" it? Do you mean getting the icon itself or getting the icon from the message when someone dies?
--- End quote ---
getting the icon from the message while using hide kills at the same time
Greek2me:
If you look at the code that I posted earlier, that will get the death message.
Swollow:
--- Quote from: Greek2me on December 27, 2011, 12:37:41 PM ---If you look at the code that I posted earlier, that will get the death message.
--- End quote ---
it doesn't work when hide kills is enabled
Xalos:
--- Quote from: Nexus on December 26, 2011, 09:54:49 PM ---is !== a thing or do you mean !=
I wouldn't be surprised if this is some basic syntax everyone else knows and I somehow don't
--- End quote ---
Don't worry, A !== B is not a thing. What that's literally saying is [A] [not] [equals] [B] (A ! == B), which makes no sense.
A != B on the other hand means [A] [does not equal] [B], which does.
Swollow:
bump I still need help :|