SA-MP Forums Archive
[Ajuda]Problemas com cmd no jogo - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda]Problemas com cmd no jogo (/showthread.php?tid=150148)



[Ajuda]Problemas com cmd no jogo - (o)Trydon - 24.05.2010

Olha vou ser dirйto criei um cmd sуque nгo entendo a causa dele nгo pegar no jogo.
Код:
  if (strcmp("/irdm", cmdtext, true, 10) == 0)
  for(new i = 0; i < MAX_PLAYERS; i++)
  	{
    if(IsPlayerConnected(i))
    {
    if (DMDATA==1)return SendClientMessage(i,0xff6633AA,"~Death Match~ Nгo ha nenhum DM em andamento.");
      SalvarDadosJogador(i);
      SetPlayerPos(i, ADMINX,ADMINY,ADMINZ);
      new pName[MAX_PLAYER_NAME];
      GetPlayerName(i, pName, sizeof(pName));
      format(string, sizeof(string), "[DM] %s entrou Death Match", pName);
      SendClientMessageToAll(ROSA_PINK, string);
    	{
  	  {
	    if(JogadornoDM[i] != 1)
	    {
	      ResetPlayerWeapons(i);
	      TogglePlayerControllable(i, 1);
	      PlayerPlaySound(i, 1057, 0.0, 0.0, 0.0);
	      }
	     }
     	}
    	SetTimer("FinalizarDM", 240000, 0);
     }
    }
  return 1;
  }
......


Re: [Ajuda]Problemas com cmd no jogo - [NWD]Tweener_ - 24.05.2010

O que acontecк?


Re: [Ajuda]Problemas com cmd no jogo - (o)Trydon - 24.05.2010

Quote:
Originally Posted by [NWD
Black_Alien ]
O que acontecк?
nads й como se o cmd fosse invalido....Muito lol№


Re: [Ajuda]Problemas com cmd no jogo - [BEP]AcerPilot - 25.05.2010

Код:
if (strcmp("/irdm", cmdtext, true, 10) == 0)
{
  	for(new i = 0; i < MAX_PLAYERS; i++)
   	{
    		if(IsPlayerConnected(i))
    		{
      			if (DMDATA==1)return SendClientMessage(i,0xff6633AA,"~Death Match~ Nгo ha nenhum DM em andamento.");
      			SalvarDadosJogador(i);
      			SetPlayerPos(i, ADMINX,ADMINY,ADMINZ);
      			new pName[MAX_PLAYER_NAME];
      			GetPlayerName(i, pName, sizeof(pName));	
		       format(string, sizeof(string), "[DM] %s entrou Death Match", pName);
      			SendClientMessageToAll(ROSA_PINK, string);
      			return 1;
     		}
      		else 
      		{
	 		if(JogadornoDM[i] != 1)
	    		{
	      			ResetPlayerWeapons(i);
	      			TogglePlayerControllable(i, 1);
	      			PlayerPlaySound(i, 1057, 0.0, 0.0, 0.0);
             			return 1;
	     		}	
		}
   	} 
    	SetTimer("FinalizarDM", 240000, 0);
	return 1;
}
Fiz no bloco de notas, estб com um ident fora do normal, mas o comando esб funcional, eu acho