SplitText doesnt work + Object doesnt attach
#7

pawn Код:
if(strlen(chat2) > 80)//If the chat longer that 80
{
   strmid(string1,Original,75,160);//Copy from word 75 to 160 from Original chat
   strdel(Original,81,160);//Cut Original chat from word 81 to word 160
   CostumFormat(output1,"%s-",string);
   CostumFormat(output2,"-%s",string1);
   SendClientMessage(i,color3,output1);
   SendClientMessage(i,color3,output2);
   }
else SendClientMessage(i,color3,Original);
https://sampwiki.blast.hk/wiki/Strdel
https://sampwiki.blast.hk/wiki/Strmid
Reply


Messages In This Thread
SplitText doesnt work + Object doesnt attach - by KfirRP - 02.08.2011, 13:10
Re: SplitText doesnt work + Object doesnt attach - by KfirRP - 02.08.2011, 16:18
Re: SplitText doesnt work + Object doesnt attach - by =WoR=Varth - 03.08.2011, 03:23
Re: SplitText doesnt work + Object doesnt attach - by KfirRP - 03.08.2011, 06:27
Re: SplitText doesnt work + Object doesnt attach - by KfirRP - 03.08.2011, 10:00
Re: SplitText doesnt work + Object doesnt attach - by KfirRP - 03.08.2011, 19:26
Re: SplitText doesnt work + Object doesnt attach - by =WoR=Varth - 04.08.2011, 01:42

Forum Jump:


Users browsing this thread: 1 Guest(s)