Search found 3 matches
- Wed Aug 24, 2016 12:47 pm
- Forum: Webhosting
- Topic: Sourcebans Initial Install
- Replies: 1
- Views: 1127
Re: Sourcebans Initial Install
Problem solved. To any whom come across an error upon the first databate entry page step of sourcebans, make sure your MySQL password for the database does not contain a single or double quote. If you know for a fact all of your db information is exactly what it should be, make sure the pass doesnt ...
- Wed Aug 24, 2016 10:31 am
- Forum: Webhosting
- Topic: Lua Error
- Replies: 3
- Views: 1815
Re: Lua Error
You're missing an open parenthesis in the constructor on the first line as well as a comma after max = 2 like crashmultiz said
Change it from this:
TEAM_WORSHIPER = DarkRP.createJob ("Worshiper"), {
To This:
TEAM_WORSHIPER = DarkRP.createJob ("Worshiper"), ({
Change it from this:
TEAM_WORSHIPER = DarkRP.createJob ("Worshiper"), {
To This:
TEAM_WORSHIPER = DarkRP.createJob ("Worshiper"), ({
- Wed Aug 24, 2016 8:44 am
- Forum: Webhosting
- Topic: Sourcebans Initial Install
- Replies: 1
- Views: 1127
Sourcebans Initial Install
I am having trouble literally with the first step of the sourcebans/install installation, just past the accept license agreement. I know for a fact that i am using the correct information / login credentials from my Databases page because I use phpmyadmin to login with this same info to run queries ...