Whats Wrong ?
#7

forexample you format this string:

Код:
format(string, sizeof(string), "Hello\n");
After that you format another string in the same variable:

Код:
format(string, sizeof(string), "Its me K0P");
Actually what it will do is replace "Its me K0P" with "Hello"

If you want to join 2 or more strings,use strcat(); function
Reply


Messages In This Thread
Whats Wrong ? - by ThatFag - 23.07.2016, 23:51
Re: Whats Wrong ? - by Luicy. - 23.07.2016, 23:58
Re: Whats Wrong ? - by ThatFag - 24.07.2016, 00:01
Re: Whats Wrong ? - by JustMe.77 - 24.07.2016, 01:27
Re: Whats Wrong ? - by Vince - 24.07.2016, 09:07
Re: Whats Wrong ? - by ThatFag - 24.07.2016, 10:00
Re: Whats Wrong ? - by K0P - 24.07.2016, 10:05
Re: Whats Wrong ? - by Konstantinos - 24.07.2016, 10:22
Re: Whats Wrong ? - by ThatFag - 24.07.2016, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)