16.09.2018, 17:55
No, I have all that, I'm talking the sql side. I'm not sure which MYSQL Function to use anymore since
while(mysql_fetch_row_format(query,"|"))
{
mysql_fetch_field_row(savingstring, "id"); Player[playerid][AccountID] = strval(savingstring);
}
ect anymore.
It's been a long time since I've used the sql plugin and it's very different
while(mysql_fetch_row_format(query,"|"))
{
mysql_fetch_field_row(savingstring, "id"); Player[playerid][AccountID] = strval(savingstring);
}
ect anymore.
It's been a long time since I've used the sql plugin and it's very different