help with afk
#2

Inside the /back command, where you have:

Код:
format(string, sizeof(string), "%s", name);
Change that single line to:
Код:
strmid(string, name, 5, strlen(name), strlen(string));
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.
Reply


Messages In This Thread
help with afk - by tommy5933 - 04.12.2009, 22:28
Re: help with afk - by Zamaroht - 04.12.2009, 22:33
Re: help with afk - by tommy5933 - 04.12.2009, 22:41
Re: help with afk - by Zamaroht - 04.12.2009, 22:43
Re: help with afk - by p00p - 04.12.2009, 22:45
Re: help with afk - by tommy5933 - 04.12.2009, 22:48

Forum Jump:


Users browsing this thread: 1 Guest(s)