10.04.2014, 09:20
hello how do I put this mysql r5 to r7
I just need help do not get out: (
I see once how this piece I need to rest myself
mysql_query to mysql_function_query
I just need help do not get out: (
I see once how this piece I need to rest myself
mysql_query to mysql_function_query
Код:
format(string, sizeof(string), "SELECT * FROM server WHERE Server = '1'");
mysql_query(string);//Queries
mysql_store_result(); //Stores the result
if(mysql_num_rows() > 0)
{
new wdata[128];
while(mysql_retrieve_row())
{
mysql_get_field("Gamemode",wdata);
CURRENT_GAMEMODE = strval(wdata);
}

