Files
VnUtest/garrysmod/gamemodes/militaryrp/plugins/sitanywhere/sh_plugin.lua
2026-03-31 10:27:04 +03:00

10 lines
395 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
PLUGIN.name = "Sit Anywhere"
PLUGIN.author = "Xerasin / Ported by RefoselTeamWork"
PLUGIN.description = "Позволяет игрокам садиться везде с помощью клавиши использования."
ix.util.Include("sh_helpers.lua")
ix.util.Include("sv_plugin.lua", "server")
ix.util.Include("sv_unstuck.lua", "server")
ix.util.Include("cl_plugin.lua", "client")