Skip to content

Grenade Item Generator

Define explosive or utility throwable items for your server.


Overview

Use this tool to generate the Lua structure for your custom grenade. Once generated, the code should be placed in a new file within your schema's items directory.

Recommended Placement:

garrysmod/gamemodes/[schema folder]/schema/items/[item_id].lua

Unique identifier for this item (no spaces, lowercase)
3D model path for the grenade item
The weapon entity class that is given when equipped
Inventory slot width
Inventory slot height

Generated Code