https://github.com/unknown-gd/no-more-family-sharing
Returning true here will prevent the script from doing anything
https://github.com/unknown-gd/no-more-family-sharing
garrysmod garrysmod-addon glua gmod gmod-addon gmod-lua gmodlua
Last synced: about 2 months ago
JSON representation
Returning true here will prevent the script from doing anything
- Host: GitHub
- URL: https://github.com/unknown-gd/no-more-family-sharing
- Owner: unknown-gd
- Created: 2024-11-28T11:47:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T11:50:42.000Z (5 months ago)
- Last Synced: 2024-11-28T12:33:03.686Z (5 months ago)
- Topics: garrysmod, garrysmod-addon, glua, gmod, gmod-addon, gmod-lua, gmodlua
- Language: Lua
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## No more family sharing
A small script just effectively disallowing the game from being distributed via family sharing.### Hooks
```lua
GM:AllowFamilySharing( steamid64, owner_steamid64 ) -- Returning true here will prevent the script from doing anything.