07.02.2018, 14:34
Hello. My command:
I enter "/test commandtest.2 5", and I get this:
What is the problem? Why does it lose an element of a string?
Код:
CMD:test(playerid, params[]) { sscanf(params, "s[16]d", params[0], params[1]); SendClientMessage(playerid, -1, params[0]); return true; }
What is the problem? Why does it lose an element of a string?