08.02.2018, 14:32
Quote:
you have a "str" as reason, so remove the reason[50]; and place str in formats (instead of reasons)
for example: format(str, sizeof(str), "{EFB509}(INFO) You have muted %s for %s", name, str); EDIT: noticed too late* u're using str as a main text, so just change if(sscanf(params, "us[128]", target, str)) this str into a reason if(sscanf(params, "us[128]", target, reason)) |