SendClientMessage string length bug?
#9

I know the line limit is 128 characters. Okay, here's what actually happens:
pawn Код:
SendClientMessage(playerid,Grey,"A man of unsound mind fell from the top of a billboard in Blackfield Intersection and suffering from a concussion and a few broken limbs. Take him to the");//doesn't print
SendClientMessage(playerid,Grey,"A man of unsound mind fell from the top of a billboard in Blackfield Intersection and suffering from a concussion and a few broken limbs. Take him to");//doesn't print
SendClientMessage(playerid,Grey,"A man of unsound mind fell from the top of a billboard in Blackfield Intersection and suffering from a concussion and a few broken limbs. Take him");//doesn't print
SendClientMessage(playerid,Grey,"A man of unsound mind fell from the top of a billboard in Blackfield Intersection and suffering from a concussion and a few broken limbs. Take");//prints
SendClientMessage(playerid,Grey,"A man of unsound mind fell from the top of a billboard in Blackfield Intersection and suffering from a concussion and a few broken limbs.");//prints
SendClientMessage(playerid,Grey,"A man of unsound mind fell from the top of a billboard in Blackfield Intersection and suffering from a concussion and a few broken");//prints
SendClientMessage(playerid,Grey,"A man of unsound mind fell from the top of a billboard in Blackfield Intersection and suffering from a concussion and a few");//prints
SendClientMessage(playerid,Grey,"A man of unsound mind fell from the top of a billboard in Blackfield Intersection and suffering from a concussion and a");//prints
What could possibly be the problem?
Reply


Messages In This Thread
SendClientMessage string length bug? - by Tee - 08.07.2012, 04:54
Re: SendClientMessage string length bug? - by SnG.Scot_MisCuDI - 08.07.2012, 04:58
Re: SendClientMessage string length bug? - by Tee - 08.07.2012, 05:22
Re: SendClientMessage string length bug? - by [KHK]Khalid - 08.07.2012, 05:25
Re: SendClientMessage string length bug? - by Blacklite - 08.07.2012, 05:41
Re: SendClientMessage string length bug? - by ReneG - 08.07.2012, 05:44
Re: SendClientMessage string length bug? - by Tee - 08.07.2012, 06:09
Re: SendClientMessage string length bug? - by Tee - 08.07.2012, 12:58
Re: SendClientMessage string length bug? - by Tee - 08.07.2012, 13:37
Re: SendClientMessage string length bug? - by iggy1 - 08.07.2012, 13:49

Forum Jump:


Users browsing this thread: 2 Guest(s)