18.07.2011, 12:44
I was too lazy to use a split function in this example, but because mysql_fetch_row_format has multiple results to return, it returns them in this format:
The sscanf splits that string in to a string and an integer so you can use iScore and szName. It splits it by the '|' (vertical pipe) character.
I just edited the code now because I missed something in the sscanf code.
Code:
Player_Name|4
I just edited the code now because I missed something in the sscanf code.