Files
VnUtest/garrysmod/gamemodes/militaryrp/schema/items/attachments/sh_optic_rds.lua
2026-03-31 10:27:04 +03:00

11 lines
421 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.
ITEM.base = "base_attachments"
ITEM.name = "Прицел красная точка"
ITEM.description = "Коллиматорный прицел с красной точкой для быстрого прицеливания"
ITEM.model = "models/wystan/attachments/doctorrds.mdl"
ITEM.price = 400
ITEM.category = "Обвесы"
ITEM.attachmentType = "scope"
ITEM.tacRPAttachmentID = "optic_rds"
ITEM.tacRPSlot = "optic"