sscanf bug?
#1

Not correctly ID extracted.
TAB Players:

SSCANF Code (in dialog response):
Код HTML:
new ID;
sscanf(inputtext,"u",ID);
printf("d: %s, %d", inputtext, ID);
.LOG:
Код HTML:
[10:57:45] d: Test (0), 0
[10:57:46] d: Test. (1), 0
INCORRECT!

CORRECT:
d: Test (0), 0 => ID: 0 with 0
d: Test. (1), 1 => ID: 1 with 1
Reply
#2

bump.
Reply
#3

Please Don't beg for help

and nice english Please more informations no one can understand this ._.
Reply
#4

Show more then three lines of code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)