22.05.2011, 19:34
You do not need a stock but when you get the Query string from the db and then split it with sscanf.
so instead of mysql_fetch_field_row(...) use sscanf(stats, "p<|>ddd", pInfo[playerid][Money], pInfo[playerid][Score], pInfo[playerid][Level]);
so instead of mysql_fetch_field_row(...) use sscanf(stats, "p<|>ddd", pInfo[playerid][Money], pInfo[playerid][Score], pInfo[playerid][Level]);