25.12.2012, 13:29
I'm getting it printed through the console. I'm thinking it's the S integer in the sscanf string.
"S[24]" - That's getting the players name of the car.
I've tried changing it to [MAX_PLAYER_NAME] - That then gives me a different warning of all three:
"S[24]" - That's getting the players name of the car.
I've tried changing it to [MAX_PLAYER_NAME] - That then gives me a different warning of all three:
Code:
sscanf warning: Invalid data length. sscanf warning: Invalid character in data length. sscanf warning: String buffer overflow.