27.10.2017, 11:58
looks like you didn't understand.
I posted this as a reply in Discord Plugin seeking for help but didn't get enough helpful replies, 1 said "remove `const` from *const message[]*" and i did, but that gave me another error which is this:
Now let's ignore this one for now ^
and focus on
which is coming from
I posted this as a reply in Discord Plugin seeking for help but didn't get enough helpful replies, 1 said "remove `const` from *const message[]*" and i did, but that gave me another error which is this:
Code:
error 025: function heading differs from prototype
and focus on
Code:
error 035: argument type mismatch (argument 1)
PHP Code:
if(sscanf(message, "s[128]", test))

