Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lonelyowlgames/character-script
https://github.com/lonelyowlgames/character-script
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lonelyowlgames/character-script
- Owner: LonelyOwlGames
- Created: 2023-12-03T02:48:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-03T02:49:21.000Z (11 months ago)
- Last Synced: 2023-12-03T03:23:24.041Z (11 months ago)
- Language: Lua
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Character Creation System for DarkRP
This script is a basic functioning character system for Garry's Mod DarkRP. It allows up to a maximum of three separate characters per steamid. Each player has their own unique job, pocket, and wallet associated with their character. All this data is persistent through disconnects, which allows players to pickup where they left off. This script utilizes SQLite for a lightweight and quick method for insert and updating player data tables on the server. Below are some of the features implemented in this script.
* Enforces roleplay names, without special characters/symbols.
* Bad word filter for player names.
* Pockets are saved per character.
* ULX Support for commands.
* Ban/Unban characters from being played. ('Offline)
* Kick player from current job.
* Delete characters ('Offline)
* Persistent playermodels for donators***
![](https://i.imgur.com/QoNE7Nz.jpg?1)
![](https://i.imgur.com/U3fIfku.png?1)
![](https://i.imgur.com/k9vS0uT.png?1)