[Ajuda]Problemas com cmd no jogo
#1

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;
  }
......
Reply
#2

O que acontecк?
Reply
#3

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

Код:
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)