-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HL SPawner database #5
Comments
|
This plugin does not support SQLite, you’re going to need to use a mySQL server |
|
Can you give your example of database.cfg for mysql? :) |
|
Did you happen to check the readme |
|
I did but I am not sure about the database part since when i use Sqilite, the plugin work but I don't know how to save the spawn point using mysql |
|
If you don’t have a MySQL server you can’t use this plugin |
So this is my hlspawner in database
Basically the first time I spawn the gun, it work. However, when i restart the server, the gun wasn't there anymore. Any solution?
"hl_weaponspawner"
{
"driver" "sqlite"
"host" "localhost"
"database" "sourcemod"
"user" ""
"pass" ""
//"timeout" "0"
//"port" "0"
}
The text was updated successfully, but these errors were encountered: