27.10.2009, 17:08
I have this command /ad, but when u use too many chars, the name cuts off. For example I do
/ah Selling [blablabla] and a lot of pancakes
It will show
Advertisement: Selling ... and a lot of pancakes, contact Hy (should be Hyper..)
This is what I have it the command and what I guess should be changed:
format(string, sizeof(string), "Advertisement: %s, contact %s(%i)" ,cmdtext[4],player,playerid);
SendClientMessageToAll(COLOR_ORANGE,string);
/ah Selling [blablabla] and a lot of pancakes
It will show
Advertisement: Selling ... and a lot of pancakes, contact Hy (should be Hyper..)
This is what I have it the command and what I guess should be changed:
format(string, sizeof(string), "Advertisement: %s, contact %s(%i)" ,cmdtext[4],player,playerid);
SendClientMessageToAll(COLOR_ORANGE,string);