Skip to content

Commit

Permalink
Merge branch 'master' of github.com:timmybo5/simple-weapon-base
Browse files Browse the repository at this point in the history
  • Loading branch information
timmybo5 committed Jun 7, 2021
2 parents 52c50c3 + 5c98e92 commit 6781e67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A community managed simple to use weapon base for S&Box

## Goal
During the lifetime of garrysmod many weapon bases consisting of poor quality were created. The goal is to offer an easy to use yet very configurable weapon base maintained by the community for the community.
During the lifetime of garrysmod many weapon bases consisting of poor quality were created, and it would be a shame to see the same in S&box. The goal is to offer an easy to use yet very configurable weapon base maintained by the community for the community.

## Features

Expand Down Expand Up @@ -53,8 +53,9 @@ If you want to test out the base just drag and drop simple-weapon-base-master in

## Usage
Using the base into your own gamemode can be done by:
1. Implementing the PlayerBase class into your player class `partial class MyPlayer : PlayerBase`
2. If you want the HUD you'll need to initialize it in your game constructor
1. Implementing the PlayerBase class into your player class `partial class MyPlayer : PlayerBase`
and calling the PlayerBase constructor on your player constructor `public MyPlayer() : base() {}`
3. If you want the HUD you'll need to initialize it in your game constructor
```
public Game()
{
Expand Down

0 comments on commit 6781e67

Please # to comment.