29.03.2015, 12:51
Make sure the mysql server is online and also from what I see, the information from the gamemode need to be changed. As you installed WAMP few hours ago, you use "root" as user and no password so you have to change to:
for now but would be good to use a password and another user for more security, there're few tutorials over the internet about how you can do that. In case you change those information, don't forget to modify them to the script as well.
pawn Код:
#define SQL_HOSTNAME "127.0.0.1"
#define SQL_USERNAME "root"
#define SQL_DATABASE "scrp"
#define SQL_PASSWORD ""