11.08.2012, 19:13
Hello,
i have a question with sscanf... load data on mysql with sscanf:
i have found, this example:
the p<|> is the divisor... and i understand
but in this another example... no
this the code:
why e<p<|> ? .. who is the e<p ??
i have a question with sscanf... load data on mysql with sscanf:
i have found, this example:
pawn Код:
sscanf(resultline, "p<|>dd", PlayerInfo[playerid][level], PlayerInfo[playerid][adminlevel]);
but in this another example... no
this the code:
pawn Код:
sscanf(query, "e<p<|>s[24]s[17]iii>", ... ecc);