11.05.2016, 18:26
pls help me
how to convert this from R3-2 to R7
how to convert this from R3-2 to R7
PHP Code:
OnGamemodeInit()
{
mysql_query("SELECT `id` FROM `goldpot_data` ORDER BY `id` DESC LIMIT 1");
mysql_store_result();
mysql_fetch_row(line);
mysql_free_result();
printf("%s", line);
goldpot[max_goldpot_id] = strval(line);
return 1;
}