ich brauche ein script wo man KEIN /kill command benutzen kann also zmb. ich sag /kill dan kommt ne msg wie "You cant use the /kill command!"
ich hoffe das ihr mir diesen script in den kommentaren schreibt

Danke!

addhook("suicide","mysuicidehook")
function mysuicidehook(id)
msg2(id, "You cant use the /kill command!@C")
return 1
end