Split talking text string...
#2

Код:
if(strlen(Text) > 128)
{
format(Text,128,"%s",Text);
SendClientMessage(playerid,color,Text);
strmid(Text,Text,128,256,256);
SendClientMessage(playerid,color,Text);
}
Untested
Reply


Messages In This Thread
Split talking text string... - by Mini` - 22.12.2011, 23:25
Re: Split talking text string... - by coole210 - 23.12.2011, 01:23
Re: Split talking text string... - by Mini` - 23.12.2011, 01:33

Forum Jump:


Users browsing this thread: 1 Guest(s)