[Ajuda]Problemas com cmd no jogo
#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


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: 1 Guest(s)