18.06.2013, 18:57
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]
))