Posts: 22
Threads: 1
Joined: Jan 2011
Reputation:
0
Sorry guys. This is a new version of MYSQL for me. The last one that I used was like R34. I'm trying to set up a function to save, and one to load player stats. How would I go about doing that since I can't do it like I used to, lol.
Posts: 22
Threads: 1
Joined: Jan 2011
Reputation:
0
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
Posts: 22
Threads: 1
Joined: Jan 2011
Reputation:
0
All I'm looking for is what mysql function I'd use to get the information from the database, and to store it to a variable