09.10.2012, 08:54
So, I'm making my own admin system and I've got to the part where /akill comes in. I want the deathlist to show weapon #40 icon (https://sampwiki.blast.hk/wiki/Weapons) so I added the following line in dcmd_akill:
The problem is that I also have SendDeathMessage in the gamemode script which makes it display this:
How can I fix it so only the first item in the list appears?
Код:
SendDeathMessage(-1, id, 40);
How can I fix it so only the first item in the list appears?