[Ajuda] Chat
#12

Quote:
Originally Posted by EditPawn
View Post
vai retornar a mensagem Use: /radio [Texto]
Pois se ele digitar o texto certo, entre 128 cйlulas como esta ali no parametro, ira retornar o que vem apуs..

Entao use assim:

pawn Code:
CMD:radio(playerid, params[])
{
     new Nome[24], Texto[128], String[100];
     if(sscanf(params, "s", Texto)) return SendClientMessage(playerid, -1, "Use: /radio [Texto]");
     GetPlayerName(playerid, Nome, 24);
     format(String, sizeof(String), "[CHAT GANG]: Jogador %s Diz: %s, Cambio", Nome, Texto);
     for(new i = 0; i < MAX_PLAYERS; i++)
     {
           if(EquipeGG[i] == EquipeGG[playerid])
           {
                  SendClientMessage(i, -1, String);
           }
      }
      return 1;
}
Deixe sу "s" e retornando a mensagem...
Se deixar apenas "S" o SSCANF irб retornar um Warning no Console. jб aconteceu isto comigo em outras vezes, Porque o "128" que hб ali, й sу o numero de characteres que tem a Variбvel.
Reply


Messages In This Thread
[Ajuda] Chat - by xPaulistaa - 16.06.2012, 22:14
Re: [Ajuda] Chat - by Don_Speed - 16.06.2012, 22:20
Re: [Ajuda] Chat - by Rick_FusioN - 16.06.2012, 22:23
Re: [Ajuda] Chat - by WagnerPM - 16.06.2012, 22:27
Re: [Ajuda] Chat - by xPaulistaa - 16.06.2012, 22:28
Re: [Ajuda] Chat - by WagnerPM - 16.06.2012, 22:32
Re: [Ajuda] Chat - by xPaulistaa - 17.06.2012, 00:29
Re: [Ajuda] Chat - by WagnerPM - 17.06.2012, 00:32
Re: [Ajuda] Chat - by xPaulistaa - 17.06.2012, 00:37
Re: [Ajuda] Chat - by .FuneraL. - 17.06.2012, 00:41
Re: [Ajuda] Chat - by EditPawn - 17.06.2012, 00:44
Re: [Ajuda] Chat - by .FuneraL. - 17.06.2012, 00:46
Re: [Ajuda] Chat - by xPaulistaa - 17.06.2012, 00:48
Re: [Ajuda] Chat - by EditPawn - 17.06.2012, 00:50
Re: [Ajuda] Chat - by Bruno Pereira - 17.06.2012, 01:41
Re: [Ajuda] Chat - by .FuneraL. - 17.06.2012, 01:44
Re: [Ajuda] Chat - by EditPawn - 17.06.2012, 01:47
Re: [Ajuda] Chat - by .FuneraL. - 17.06.2012, 01:51
Re: [Ajuda] Chat - by EditPawn - 17.06.2012, 01:56
Re: [Ajuda] Chat - by Bruno Pereira - 17.06.2012, 01:59
Re: [Ajuda] Chat - by EditPawn - 17.06.2012, 02:02
Re: [Ajuda] Chat - by Bruno Pereira - 17.06.2012, 02:04
Re: [Ajuda] Chat - by EditPawn - 17.06.2012, 02:10
Re: [Ajuda] Chat - by Bruno Pereira - 17.06.2012, 02:11
Re: [Ajuda] Chat - by EditPawn - 17.06.2012, 02:21
Re: [Ajuda] Chat - by Bruno Pereira - 17.06.2012, 02:22
Re: [Ajuda] Chat - by EditPawn - 17.06.2012, 02:23

Forum Jump:


Users browsing this thread: 1 Guest(s)