31.05.2010, 09:52
BTW Add this too :P
Code:
stock SendClientMessageToAllA(color,text[]) { if(strlen(text) <= 68) SendClientMessageToAll(color,text); else { new texts[61]; strmid(texts,text,68,129); strins(text, "-", 68, 1); strdel(text, 69, 129); SendClientMessageToAll(color,text); SendClientMessageToAll(color,texts); } }