Ищу Систему авторозыска

  • 457
  • 4
  • 90
Контакты для связи отсутствуют.



SQL:
hook.Add( "PlayerShouldTakeDamage", "gay", function( ply, attacker )

    if attacker:Team() ~= TEAM_МИЛИЦИЯ and ply:Team() == TEAM_МИЛИЦИЯ then

        attacker:wanted(nil, 'напал', 10)

    end

    return true

end )
 
Сверху Снизу