05.10.2016, 18:05
Not correctly ID extracted.
TAB Players:![](https://s10.postimg.org/6mhp1fw61/Untitled.png)
SSCANF Code (in dialog response):
.LOG:
INCORRECT!
CORRECT:
d: Test (0), 0 => ID: 0 with 0
d: Test. (1), 1 => ID: 1 with 1
TAB Players:
![](https://s10.postimg.org/6mhp1fw61/Untitled.png)
SSCANF Code (in dialog response):
Код HTML:
new ID; sscanf(inputtext,"u",ID); printf("d: %s, %d", inputtext, ID);
Код HTML:
[10:57:45] d: Test (0), 0 [10:57:46] d: Test. (1), 0
CORRECT:
d: Test (0), 0 => ID: 0 with 0
d: Test. (1), 1 => ID: 1 with 1