1. I noticed you forgot to import in PHPMYADMIN the .sql file.
2. Open the gamemode with PAWNO and search for this:
change it to:
Quote:
#define SERVER_NAME "[0.3.7] your server name here"
|
compile it and done.
3. If you want to change web url open again pawno and search for this:
Quote:
#define SERVER_URL "www.scroleplay.net"
|
change it to:
Quote:
#define SERVER_URL "www.yourserverwebsitehere.com"
|
compile it and done once again.
1.1: About MYSQL show us the configuration you did.
Examples:
-Local Host- (XAMPP)
Quote:
#define SQL_HOSTNAME "127.0.0.1"
#define SQL_USERNAME "root"
#define SQL_DATABASE "scrp"
#define SQL_PASSWORD ""
|
-Hosted Server (VPS,Hosting Sites)-
Quote:
#define SQL_HOSTNAME "localhost"
#define SQL_USERNAME "root"
#define SQL_DATABASE "scrp"
#define SQL_PASSWORD "passwordhere"
|
Quote:
Originally Posted by joedyjoe
The name isn't changing when I try to change it, what's the problem?
|
Make sure you load on server.cfg the (edited script) instead of the original script. (if you edit a script example:
SC-RP.amx,
SC-RP.pwn instead of original script:
roleplay.amx,
roleplay.pwn).