Franc1sco

http://steamcommunity.com/id/franug

Jun 4th, 2015
35,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.97 KB | None | 0 0
  1. "Databases"
  2. {
  3.     // Buy the private !ws !knife versions from http://steamcommunity.com/id/franug (original author)
  4.     // The versions published in internet are very old and have not support.
  5.     //
  6.     // Be careful with scammers that try to resell false private plugins without support. Buy plugins always from the original author.
  7.     //
  8.     // The current private version include ban prevention, more features, more skins and a lot more.
  9.     // More info here: https://github.com/Franc1sco/Franug-PRIVATE-PLUGINS
  10.     //
  11.  
  12.     "driver_default"        "mysql"
  13.    
  14.  
  15.    
  16.     "default"
  17.     {
  18.         "driver"            "default"
  19.         "host"              "localhost"
  20.         "database"          "sourcemod"
  21.         "user"              "root"
  22.         "pass"              ""
  23.     }
  24.    
  25.     "storage-local"
  26.     {
  27.         "driver"            "sqlite"
  28.         "database"          "sourcemod-local"
  29.     }
  30.  
  31.     "clientprefs"
  32.     {
  33.         "driver"            "sqlite"
  34.         "host"              "localhost"
  35.         "database"          "clientprefs-sqlite"
  36.         "user"              "root"
  37.         "pass"              ""
  38.     }
  39.    
  40.     "weaponpaints"
  41.     {
  42.         "driver" "sqlite"
  43.         "database" "weaponpaints"
  44.     }
  45.    
  46. }
Add Comment
Please, Sign In to add comment