04.08.2010, 21:28
It would appear that those SQL defines at the top are doing nothing, since the connect query looks like this
It should be
Make sure you've created a database on your MySQL server called "samp".
pawn Код:
mysql_connect("192.168.42.1", "Exodus", "Exodus_one", "prawnfuckingcrackers");
pawn Код:
mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);