[lua]
function GM:PlayerBindPress( ply, bind, down )
if string.find(bind, "kill") then
return true
end
end
[/lua]
This doesn't seem to work. Any ideas?
[LUA]
function GM:CanPlayerSuicide(ply)
return false
end
[/LUA]
[QUOTE=Bo98;41025284][LUA]
function GM:CanPlayerSuicide(ply)
return false
end
[/LUA][/QUOTE]
I love you.
Sorry, you need to Log In to post a reply to this thread.