Fretta Skeleton Gamemodes
From GMod Wiki
These skeleton gamemodes are here to give you a headstart when creating your gamemode.
Grab the zip and extract the folder into your garrysmod/gamemodes/ folder. Then you're free to edit the files and build your own gamemode on top.
Deathmatch Base
This is a simple Fretta deathmatch gamemode.
- Defines gamemode settings.
- Creates a single team which use the 'Deathmatcher' player class.
gamemode\init.lua
- Implements the Frag limit checker.
gamemode\player_class\class_deathmatcher.lua
- Creates the 'Deathmatcher' player class.
- Gives a Pistol, Shotgun and SMG on spawn.
Download: Sketeton-Deathmatch.zip (2.17 KB)