[Ajuda] Comando secreto
#4

Tenta esse aqui
Код:
	if(strcmp(cmdtext, "/seucomandosecreto", true) == 0)
	{
		if(PlayerInfo[playerid][pAdmin] > 1342)
		{
			if(admtrampando[playerid] == 1)
			{
				admtrampando[playerid] = 0;
				SendClientMessage(playerid,COLOR_GREEN,"Vocк desativou modo adm secreto ^^");
			}
			else
			{
				admtrampando[playerid] = 1;
				SendClientMessage(playerid,COLOR_GREEN,"Vocк ativou modo adm secreto ^^");
			}
		}
		return 1;
	}
espero que funcione
Reply


Messages In This Thread
Comando secreto - by Zepetto67 - 22.08.2013, 04:40
Re: Comando secreto - by Mteck - 22.08.2013, 05:38
Re: Comando secreto - by Lуs - 22.08.2013, 07:01
Re: Comando secreto - by WeslleyScript - 22.08.2013, 09:57
Re: Comando secreto - by ipsLuan - 22.08.2013, 12:58
Re: Comando secreto - by Marcinho - 22.08.2013, 13:23

Forum Jump:


Users browsing this thread: 1 Guest(s)