About string size cell numbers.
#10

What was a problem long ago was the old

Code:
new string[256];
Code:
SendClientMessage(playerid, 1, string);
Same as the name example above... Where playername is only 32+1 or something, SendClientMessage can only send 144 characters, so the 256 is a waste of space, unless you do some breaking up of long-lines function.
Reply


Messages In This Thread
About string size cell numbers. - by wallen - 10.03.2018, 10:03
Re: About string size cell numbers. - by rfr - 10.03.2018, 10:06
Re: About string size cell numbers. - by wallen - 10.03.2018, 10:16
Re: About string size cell numbers. - by RogueDrifter - 10.03.2018, 10:16
Re: About string size cell numbers. - by wallen - 10.03.2018, 10:22
Re: About string size cell numbers. - by Meller - 10.03.2018, 12:26
Re: About string size cell numbers. - by wallen - 10.03.2018, 13:54
Re: About string size cell numbers. - by Spmn - 10.03.2018, 19:32
Re: About string size cell numbers. - by VeryTallMidget - 10.03.2018, 20:15
Re: About string size cell numbers. - by Sew_Sumi - 10.03.2018, 22:35
Re: About string size cell numbers. - by SyS - 11.03.2018, 00:34
Re: About string size cell numbers. - by AmigaBlizzard - 05.05.2018, 22:46

Forum Jump:


Users browsing this thread: 1 Guest(s)