Forum




Blocking * killed a creature from dedi. server
3 replies




I'm running a server with Players VS. NPC's script and the dedicated server window is spammed with (playername) has killed a creature. Is it possible to block it?
This shouldn't show up if it isn't in a lua script. Usually it's "Creature [playername]".
so, just delete it.

I've added that line, it's in objectkill function, that's print(pid.." killed a creature") or smth like that.
so, just delete it.
so, just delete it.
1
print(player(pid,"name").." killed Creature")
Thanks for the help.



