18.01.2013, 09:44
cache_get_row(0, 14, temp), PlayerInfo[playerid][pWarns] = strval(temp),
how do i get row of a string?
how do i get row of a string?
new query = mysql_query("SELECT * FROM TABLE");
mysql_store_result();
while(rows = mysql_fetch_rows($query))
{
// what yo wanna do with the return data
}