29.09.2012, 17:53
I think there's a mistake on your code.
Sscanf has some fixed specifiers.
And specifier "d" is used for integer.
How come this be right if you're using "d" for id.
Here id refers to player2.
Specifier "u" must be used for id.
Sscanf has some fixed specifiers.
And specifier "d" is used for integer.
How come this be right if you're using "d" for id.
Here id refers to player2.
Specifier "u" must be used for id.