22.12.2013, 21:38
(
Последний раз редактировалось [DK]Dark_Knight; 22.12.2013 в 22:12.
)
Quote:
Yes, there is: http://www.solidfiles.com/d/dcb62ce7e5/
|
It works perfectly on my own computer, but when I uploaded the stuff (As per pics) It errors.
========================================
Also to all those people that are getting this error
Код:
[ERROR] CMySQLHandle::ConnectT - (error #2003) Can't connect to MySQL server on 'SERVERIP' (10061)
pawn Код:
MySQL = mysql_connect(HOSTNAME, USERNAME, DATABASE, PASSWORD, PORT, BOOL:AUTORECONNECT);
pawn Код:
MySQL = mysql_connect("localhost", "DvL", "Samp", "toohardforyou", 3306, true);