Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnardy authored Jun 2, 2021
1 parent 1584712 commit a6f05e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Timer:SetTimeout(3000, function()

-- Calls the Sandbox method to add my weapon to the SpawnMenu
Package:Call("Sandbox", "AddSpawnMenuItem", {"AwesomeWeapons", "weapons", "BFG", "Big Fucking Gun", "../../../AwesomeWeapons/Client/SK_BFG.jpg"})
return false
return false
end)

-- If you are making a tool, you can subscribe when your character picks up or drops the Tool
Expand Down Expand Up @@ -48,6 +48,6 @@ Timer:SetTimeout(3000, function()

-- Calls the Sandbox method to add my weapon to the SpawnMenu
Package:Call("Sandbox", "AddSpawnMenuItem", {"AwesomeWeapons", "weapons", "BFG", "awesome-weapons", "SpawnBFG"})
return false
return false
end)
```

0 comments on commit a6f05e9

Please sign in to comment.