22.07.2017, 10:22
You've forgot to define string size. simple add the size inside [ and ] after s.
ex:
ex:
PHP код:
s[50]
PHP код:
if(sscanf(params, "uds[50]", targetid, amount, reason))