Space in player message.
#2

Even if I doubt that spaces don't work, you can add something like this:
pawn Код:
new space[2] = " ";
format(string, sizeof(string), "%s", space); // will store only a space in the string.
format(string, sizeof(string), "%s%s", space, space); // will store 2 spaces in the string.
Reply


Messages In This Thread
Space in player message. - by xX4m4zingXx - 15.01.2015, 17:24
Re: Space in player message. - by HazardouS - 15.01.2015, 17:34
Re: Space in player message. - by Schneider - 15.01.2015, 17:45
Re: Space in player message. - by xX4m4zingXx - 15.01.2015, 18:12
Re: Space in player message. - by Schneider - 15.01.2015, 18:13
Re: Space in player message. - by xX4m4zingXx - 15.01.2015, 19:59

Forum Jump:


Users browsing this thread: 3 Guest(s)