[Ajuda] Como nao ficar procurado no Evento x1 ?
#3

O comando do x1 й esse:

Код:
if(strcmp(cmd, "/trazertodosx1", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
		{
		    if(PlayerInfo[playerid][pAdmin] >= 2)
			{
			    if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != 1342 && PlayerInfo[playerid][pAdmin] != 1341)
				{
					SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)");
					return 1;
				}
	   			GetPlayerPos(playerid, trazerx, trazery, trazerz);
				for(new i=0; i<MAX_PLAYERS; i++)
				{
				    if(IsPlayerConnected(i))
				    {
                    	TrazerTodosX1[i] = 1;
                    	SendClientMessage(i ,COLOR_LIGHTBLUE, "Admin estб chamando todos para um evento de X1!");
                    	SendClientMessage(i ,COLOR_LIGHTBLUE, "Digite 'Sim' para ir e 'Nao' para continuar onde estб.");
                    	OnTrazerX1 = 1;
                    }
				}
				if(TrazerTodosX1[playerid] == 1)
				{
                    SetPlayerPos(playerid,-2326.8809,-1636.9822,483.7031);
				    SendClientMessage(playerid ,COLOR_LIGHTRED, "Vocк ativou o /trazertodosx1!");
				   	TrazerTodosX1[playerid] = 0;
				   	return 1;
				}
    			if(OnTrazerX1 == 1)
				{
				    SendClientMessage(playerid ,COLOR_GREY, "Ja estгo usando /trazertodos,use  /destruirtrazer para criar outro!");
					return 1;
				}
			    return 1;
			}
		    return 1;
		}
		return 1;
	}
Reply


Messages In This Thread
Como nao ficar procurado no Evento x1 ? - by LeoHunter - 16.08.2013, 23:10
Re: Como nao ficar procurado no Evento x1 ? - by Juniiro3 - 16.08.2013, 23:11
Re: Como nao ficar procurado no Evento x1 ? - by LeoHunter - 16.08.2013, 23:16
Re: Como nao ficar procurado no Evento x1 ? - by LeoHunter - 16.08.2013, 23:44
Re: Como nao ficar procurado no Evento x1 ? - by SkullFire - 16.08.2013, 23:48
Re: Como nao ficar procurado no Evento x1 ? - by LeoHunter - 16.08.2013, 23:52
Re: Como nao ficar procurado no Evento x1 ? - by LeoHunter - 17.08.2013, 03:13
Re: Como nao ficar procurado no Evento x1 ? - by CaioMiglioli - 17.08.2013, 06:46
Re: Como nao ficar procurado no Evento x1 ? - by LeoHunter - 17.08.2013, 17:02

Forum Jump:


Users browsing this thread: 2 Guest(s)