Garry's Mod

[SCRIPT] Antikillconsole

Submitted by DesertStriker, , Thread ID: 81874

Thread Closed
27-03-2018, 07:34 PM
This post was last modified: 27-03-2018, 07:34 PM by DesertStriker
#1
Create anticonkill.lua in lua>autorun


Code:
function NoSuicide( ply )
return false
end

hook.Add( "CanPlayerSuicide", "Suicide", NoSuicide )

Users browsing this thread: 2 Guest(s)