04.02.2016, 06:04
Put
Under OnGameModeInIt
Edit mysql with your connection variable, and the Table_Name with the table inside of your database.
PHP код:
mysql_tquery(mysql, "SELECT * FROM `Table_Name`", "Load_houses", "");
Edit mysql with your connection variable, and the Table_Name with the table inside of your database.