[Ajuda] pq esta limitado?
#1

Estou criando um comando de anuncio, "ang", porem quando o player envia a msg esta sendo limitado os caracteres, ja tentei deixar [1000] e nao adiantou...
o que й que esta faltando?
pawn Код:
CMD:ang(playerid, params[])
{
   new text[256], string[500], playername[MAX_PLAYER_NAME];
   if(GetPlayerMoney(playerid) > 500)
   {
   if(sscanf(params, "s", text)) return SendClientMessage(playerid, Azul, "Use /ang: [TEXTO]");
   GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
   format(string, sizeof(string), "%s Anunciou: {238E68}%s", playername, text);
   SendClientMessageToAll(Verde, string);
   GivePlayerMoney(playerid, -500);
   return 1;
   }
   else
   {
   SendClientMessage(playerid, Laranja, "Vocк nгo tem dinheiro й necessario [$500]");
   }
return 1;
}
Reply


Messages In This Thread
pq esta limitado? - by johntrybescripter - 24.01.2017, 21:45
Re: pq esta limitado? - by LockedLucas - 24.01.2017, 21:48
Re: pq esta limitado? - by johntrybescripter - 24.01.2017, 21:51
Re: pq esta limitado? - by TheBob - 24.01.2017, 22:34
Re: pq esta limitado? - by ipsLuan - 24.01.2017, 22:56
Re: pq esta limitado? - by RodrigoMSR - 24.01.2017, 23:21
Re: pq esta limitado? - by ipsLuan - 24.01.2017, 23:45
Re: pq esta limitado? - by RodrigoMSR - 24.01.2017, 23:54
Respuesta: Re: pq esta limitado? - by SammyJ - 25.01.2017, 00:09
Re: pq esta limitado? - by TheBob - 25.01.2017, 02:12

Forum Jump:


Users browsing this thread: 1 Guest(s)