[Pedido] Um Comando Executando o outro.
#1

Gente eu tinha uma linha que Quando eu dava /pref no meio do Codigo da Prefeitura tinha uma Linha que fazia dar /rv altomaticamente.
So que eu esqueci como e essa linha. Tipo
Код:
	if(strcmp("/pref", cmd, true) == 0)
	{
		SetPlayerInterior(playerid, 0);
		SetPlayerPos(playerid, 1481.2938, -1769.7637, 18.7958);

		format(string, sizeof(string), "O(A) jogador(a) %s foi para a Prefeitura (») Quer ir? Use: /pref", GetPlayerNameEx(playerid));
                LINHA QUE FAZ EXECUTAR O OUTRO COMANDO
		SendClientMessageToAll(0x33AA33A, string);
		return 1;
	}
Eu esqueci como e a linha. Alguem pode me passar?
Reply
#2

pawn Код:
OnPlayerCommandText(playerid,"/comandoaqui");
Reply
#3

aewwwwwww Vlw Vlw Vlw Rep +1 Vlw Vlw Vlwwww
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)