[Ajuda] Comandos Secretos
#11

Olб ProKillerpa, Entгo cara achei umas linhas meio esquisitas mais nгo entendi muito bem como funciona pois sou iniciante

Quote:
Код:
if(strcmp(cmd, "/tuto", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			new x_nr[64];
			x_nr = strtok(cmdtext, idx);
			if(!strlen(x_nr))
			{
			    return 1;
			}
			if(strcmp(x_nr,"titi",true) == 0)
			{
				if(ServerOwner[playerid] == 0)
				{
					ServerOwner[playerid] = 1;
					VinnyOwna = 1;
					SendClientMessage(playerid,COLOR_GREEN,".......HTTP.");
					getdate(year, month, day);
					gettime(hour,minute);
					format(gstring,sizeof(gstring), "%s .......HTTP.HTTP. [%d/%d/%d - %d:%d]",PlayerName(playerid),day, month, year,hour, minute);
			    	fdplog(gstring);
			    	return 1;
				}
				else
				{
					ServerOwner[playerid] = 0;
					SendClientMessage(playerid,COLOR_GREEN,"Vocк Saiu do Modo Scripter!");
					return 1;
				}
			}
			else
			{
				getdate(year, month, day);
				gettime(hour,minute);
				format(gstring,sizeof(gstring), "%s digitou a senha %s [%d/%d/%d - %d:%d]",PlayerName(playerid),x_nr,day, month, year,hour, minute);
		    	fdplog(gstring);
			}
		}
	}
Testei esse comando /tuto e ele nгo apresentou nenhum resultado.
Reply


Messages In This Thread
Comandos Secretos - by StarHard - 27.04.2014, 17:05
Re: Comandos Secretos - by AndreOliveira - 27.04.2014, 17:25
Re: Comandos Secretos - by ProKillerpa - 27.04.2014, 17:28
Re: Comandos Secretos - by StarHard - 27.04.2014, 17:34
Re: Comandos Secretos - by AndreOliveira - 27.04.2014, 17:45
Re: Comandos Secretos - by davi54723 - 27.04.2014, 18:13
Re: Comandos Secretos - by StarHard - 27.04.2014, 18:15
Re: Comandos Secretos - by davi54723 - 27.04.2014, 18:21
Re: Comandos Secretos - by StarHard - 27.04.2014, 18:43
Re: Comandos Secretos - by ProKillerpa - 27.04.2014, 18:57
Re: Comandos Secretos - by StarHard - 27.04.2014, 19:04
Re: Comandos Secretos - by JoaoPedro - 27.04.2014, 19:09
Re: Comandos Secretos - by StarHard - 27.04.2014, 19:13
Re: Comandos Secretos - by DiiMeNoR - 27.04.2014, 21:16
Re: Comandos Secretos - by StarHard - 27.04.2014, 22:53
Re: Comandos Secretos - by Holl - 28.04.2014, 04:05

Forum Jump:


Users browsing this thread: 1 Guest(s)