-
Notifications
You must be signed in to change notification settings - Fork 8
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
tVip doesn't auto create MySQL table #24
Comments
use the version provided here on github and compile the .sp yourself. Then you will see what part of the database setup you failed. |
I compiled it and still gives me this error on startup.
|
It should autocreate the table in MySQL but it just doesn't, instead it shows the error |
it should print another error before. SetFailState("Error connecting to database: "%s"", error); |
Thew biggest problem here is that I don't know how to code plugins for CS:GO so I can't do it by myself. |
But as I already said, it kust looks like it cant create the MySQL database table but the plugin itself works fine. |
execute the mysql statement manually on your database to get the correct error |
I found the code I needed to execute on the database but now removing the vip's manually doesnt work |
I had problem with this too, all you gotta do is run this on your database to create the table.
|
thanks wag1 |
Hi, after installing the plugin ( and setting up the database CORRECTLY ) and restarting the server multiple times the plugin says after every sm_addvip this.
`> sm_addvip "STEAM_1:0:583422896" 1 "Testikos" 0 a
The text was updated successfully, but these errors were encountered: