As title says, i just wanna lock "kill" command in my server, better will be if it can be done with lua.
Can someone help me with that?
Thanks
General
Lock "kill" command
Lock "kill" command
1

suicide hook.addhook("suicide", "lockkill")
function lockkill(id)
	return 1
end
Alpha Beta: uh, you always help me a lot, thank you good guy 
1
