SSCANF is not splitting string to Variables
#3

Quote:
Originally Posted by QuaTTrO
Посмотреть сообщение
You need to use "p<|>" in the sscanf function before "s[25]s[25]dd". It should look like this:
pawn Код:
if(sscanf(resultline, "p<|>s[25]s[25]dd",
                    PlayerInfo[extraid][pClanName],
                    PlayerInfo[extraid][pClanPlayerName],
                    PlayerInfo[extraid][pClanPlayerRank],
                    PlayerInfo[extraid][pIsInClan]
                    ))
Thanks,fixed.
Reply


Messages In This Thread
SSCANF is not splitting string to Variables - by Admigo - 18.06.2013, 18:53
Re: SSCANF is not splitting string to Variables - by QuaTTrO - 18.06.2013, 18:57
Re: SSCANF is not splitting string to Variables - by Admigo - 18.06.2013, 19:11

Forum Jump:


Users browsing this thread: 1 Guest(s)