[AJUDA] Ajuda aqui
#2

Cara Tenta Utilizar assim:

Код:
new msg1[87];
new msg2[87];

if (strlen(result) < 87)
{
   format(msg1, sizeof(msg1), "[AV] %s ",  result);
   SendClientMessageToAll(COLOR_ORANGE,msg1);
}
else
{
  new string
  strmid(string, result, 0, 87);
  format(msg1, sizeof(msg1), "[AV] %s ",  string);
  strmid(string, result, 87, strlen(result));
  format(msg2, sizeof(msg2), "[AV] %s ",  string);
  SendClientMessageToAll(COLOR_ORANGE,msg1);
  SendClientMessageToAll(COLOR_ORANGE,msg2);
}
Reply


Messages In This Thread
[AJUDA] Ajuda aqui - by Ricop522 - 30.12.2010, 23:18
Re: [AJUDA] Ajuda aqui - by mafelis - 30.12.2010, 23:25
Re: [AJUDA] Ajuda aqui - by Ricop522 - 31.12.2010, 00:14

Forum Jump:


Users browsing this thread: 1 Guest(s)