13.08.2010, 20:56
It will not take nothing more than few lines,
OnPlayerText
if(text > 256)
{
strmid(part1,text,0,256,255);
strmid(part2,text,257,512,255);
}
SendClientMessage(part1
SendClientMessage(part2
Im not tested this way, but it should work
OnPlayerText
if(text > 256)
{
strmid(part1,text,0,256,255);
strmid(part2,text,257,512,255);
}
SendClientMessage(part1
SendClientMessage(part2
Im not tested this way, but it should work