Sscanf problem
#2

Change
Код:
if(!sscanf(params, "uiS[50](N/A)", Player, Level, params))
to
Код:
if(!sscanf(params, "uiS(N/A)[128]", Player, Level, params))
Reply


Messages In This Thread
Sscanf problem - by Wesley221 - 24.09.2011, 17:37
Re: Sscanf problem - by IstuntmanI - 24.09.2011, 18:03
Re: Sscanf problem - by Wesley221 - 24.09.2011, 18:13
Re: Sscanf problem - by Scenario - 24.09.2011, 18:20
Re: Sscanf problem - by Wesley221 - 24.09.2011, 18:22

Forum Jump:


Users browsing this thread: 1 Guest(s)