Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "Databases"
- {
- // Buy the private !ws !knife versions from http://steamcommunity.com/id/franug (original author)
- // The versions published in internet are very old and have not support.
- //
- // Be careful with scammers that try to resell false private plugins without support. Buy plugins always from the original author.
- //
- // The current private version include ban prevention, more features, more skins and a lot more.
- // More info here: https://github.com/Franc1sco/Franug-PRIVATE-PLUGINS
- //
- "driver_default" "mysql"
- "default"
- {
- "driver" "default"
- "host" "localhost"
- "database" "sourcemod"
- "user" "root"
- "pass" ""
- }
- "storage-local"
- {
- "driver" "sqlite"
- "database" "sourcemod-local"
- }
- "clientprefs"
- {
- "driver" "sqlite"
- "host" "localhost"
- "database" "clientprefs-sqlite"
- "user" "root"
- "pass" ""
- }
- "weaponpaints"
- {
- "driver" "sqlite"
- "database" "weaponpaints"
- }
- }
Add Comment
Please, Sign In to add comment