[Ajuda] Limitar um comando
#5

aquele nгo vai fucionar esse vai:

Код:
static bool:Logado[MAX_PLAYERS];

public OnPlayerConnect(playerid){
	Logado[playerid] = false;
}

if(strcmp(cmdtext,"/tocarterror",true)==0)
{

	if(Logado[playerid] == true) return SendClientMessage(playerid, -1, "Vocк ja usou esse Comando!");

	new player[128];
	new tmp[128];
	GivePlayerWeapon(playerid,16,999);
	GetPlayerName(playerid,player,sizeof(player));
	format(tmp,sizeof(tmp),"ATENЗГO: O Player %s (%d) Ficou Doidгo Corram!",player,playerid);
	SendClientMessageToAll(VERMELHO,tmp);
	Logado[playerid] = true;
	return 1;
}
Reply


Messages In This Thread
Limitar um comando - by NascimentoRJ - 03.11.2015, 02:57
Re: Limitar um comando - by Artista - 03.11.2015, 03:07
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 03:24
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 03:40
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 03:42
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 03:54
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 04:02
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 04:04
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 04:05
Re: Limitar um comando - by Galhardo - 03.11.2015, 12:32

Forum Jump:


Users browsing this thread: 1 Guest(s)