04.12.2009, 22:33
Inside the /back command, where you have:
Change that single line to:
Change that 5 over there to specify from which character the name will be splitted from. If 5 isn't working as expected, try 4 or 6.
Код:
format(string, sizeof(string), "%s", name);
Код:
strmid(string, name, 5, strlen(name), strlen(string));