15.10.2011, 10:28
pawn Code:
if(mysql_retrieve_row())
{
mysql_query("SELECT * FROM `GlobalInfo` WHERE `ConfigKey` = 'GasStationFuel'");
mysql_store_result();
mysql_get_field("ConfigValue",Store);
GlobalInfo[GasStationFuel] = strval(Store);
}