[FilterScript] Register And Login System With Clickable Textdraws(MySQL R41+)
#21

Quote:
Originally Posted by TomCarter
Посмотреть сообщение
When I try to run this, I get: http://imgur.com/reBnKs9
https://www.smartftp.com/support/kb/...ing-f2702.html

Next time use ******, read the cause and download the correct official Windows C++ thingy.
Reply
#22

"File Not Found"
bro use Mediafire Or PasteBin
change the link another time
Reply
#23

new link or pastebin ?
Reply
#24

Bro, i have a problem. I've added all in its respective folder but when I join to the server nothing happens.

MySQL.amx and .pwn <- I added them to filterscripts obviously, when I compiled it showed an error which was missing a_mysql.inc (main folder/pawno/include) and mysql.dll (plugins folder) and I downloaded and installed them.

After that I join to the server to check it out and nothing happens, what am I doing wrong? I'm using switch gamemode https://sampforum.blast.hk/showthread.php?tid=5236 there was missing a register and login script so I tried to add this one but it doesn't work.
Reply
#25

Bump
Reply
#26

Quote:
Originally Posted by leon44
Посмотреть сообщение
Bro, i have a problem. I've added all in its respective folder but when I join to the server nothing happens.

MySQL.amx and .pwn <- I added them to filterscripts obviously, when I compiled it showed an error which was missing a_mysql.inc (main folder/pawno/include) and mysql.dll (plugins folder) and I downloaded and installed them.

After that I join to the server to check it out and nothing happens, what am I doing wrong? I'm using switch gamemode https://sampforum.blast.hk/showthread.php?tid=5236 there was missing a register and login script so I tried to add this one but it doesn't work.
Bump!

You need a mysql host to store the database and put the correct credentials in fs.
Reply
#27

Quote:
Originally Posted by Debjit
Посмотреть сообщение
Bump!

You need a mysql host to store the database and put the correct credentials in fs.
How can I do that mate?
Reply
#28

Quote:
Originally Posted by leon44
Посмотреть сообщение
How can I do that mate?
Put your credentials here at line 138

Quote:
Originally Posted by x3378
Посмотреть сообщение
To set up the mysql database that you will use(line 13
pawn Код:
handle = mysql_connect("host", "user", "password", "database");
Reply
#29

Quote:
Originally Posted by Debjit
Посмотреть сообщение
Put your credentials here at line 138
How can I know which are my credentials? I don't know how to use very well MySQL, thus I don't know what I'm supposed to do in that line, give an example or something please.
Reply
#30

Nice.
Reply
#31

Okay I finally got to understand what Debjit was saying but It's not working yet, I set it up with my credencials as he said, in this case:

Код:
handle = mysql_connect("127.0.0.1", "root", "", "adrenalineracingdb");
Here a pic of phpMyAdmin + the Wampserver online while tried to run samp-server.exe: https://prnt.sc/gr1nr3

Is missing something there or did I something wrong?
Reply
#32

I didnt saw the codes whether the tables are created from the gamemode or not but you need to insert tables into the database and also create the rows.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)