24.10.2012, 16:14
This is what is wrong:
It should be:
//Replace "128" with your reason size.
PHP код:
if(sscanf(params, "us", targetid, reason))
PHP код:
if(sscanf(params, "us[128]", targetid, reason))