[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


Messages In This Thread
[Ajuda]Problemas com cmd no jogo - by (o)Trydon - 24.05.2010, 22:57
Re: [Ajuda]Problemas com cmd no jogo - by [NWD]Tweener_ - 24.05.2010, 23:28
Re: [Ajuda]Problemas com cmd no jogo - by (o)Trydon - 24.05.2010, 23:52
Re: [Ajuda]Problemas com cmd no jogo - by [BEP]AcerPilot - 25.05.2010, 17:49

Forum Jump:


Users browsing this thread: 2 Guest(s)