02.10.2017, 19:10
Is it possible to define the mysql connection outside the gamemode script and just call it on the script!
Код:
mysql_connection = mysql_connect(MYSQL_IP, MYSQL_USER, MYSQL_DB, MYSQL_PASSWORD);