forked from Mythikos/gmod-flood-2.0
Update sv_player.lua
This commit is contained in:
parent
ae2c125d0b
commit
e8dc2301de
@ -180,6 +180,9 @@ function GM:PlayerShouldTaunt( ply, actid )
|
||||
end
|
||||
|
||||
function GM:CanPlayerSuicide(ply)
|
||||
if self:GetGameState() >= 2 then
|
||||
ply:ChatPrint("You cannot kill bind in fight state")
|
||||
end
|
||||
ply:Kill()
|
||||
return false --????
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user