Forum
CS2D Servers Blocking * killed a creature from dedi. serverBlocking * killed a creature from dedi. server
3 replies 1
Surplus has written
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.
Vectarrio has written
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.
1