[Ajuda] Checkpoint Com problema.
#1

Bom, quando eu entro em um certo checkpoint ele aparece uma dialog para escolher o local, eu escolho tudo certinho, porйm quando eu chego no checkpoint no qual eu escolhi ele abre novamento os dialog, veja a seguir como estб,
Код:
public OnPlayerEnterCheckpoint(playerid)
{
	if(CheckCarregarTransportador)
	{
		ShowPlayerDialog(playerid, MenuTransportador, DIALOG_STYLE_LIST, "Tipos de Serviзo", "{AFAFAF}Tranporte de Sucata\n{AFAFAF}Transporte de Mуveis\n{AFAFAF}Transporte de Mercadorias para Empresas\n{AFAFAF}Transporte de Materiais para Construзгo", "Ok", "Cancelar");
		DisablePlayerCheckpoint(playerid);
	}
	else if(TranspCheckpointSucata)
	{
		DestroyObject(objecttranspsucata);
		DisablePlayerCheckpoint(playerid);
	}
	else {
		DisablePlayerCheckpoint(playerid);
	}
    return  true;
}


ainda estou desvendando cada funзгo por isso nгo sei se estб codado corretamente, obrigado a todos pela ajuda desde jб.
Reply


Messages In This Thread
Checkpoint Com problema. - by ThiagoGamemodes - 31.07.2018, 16:04
Re: Checkpoint Com problema. - by bruxo00 - 31.07.2018, 16:35
Re: Checkpoint Com problema. - by ThiagoGamemodes - 31.07.2018, 16:41
Re: Checkpoint Com problema. - by ThiagoGamemodes - 31.07.2018, 16:47
Re: Checkpoint Com problema. - by bruxo00 - 31.07.2018, 16:48
Re: Checkpoint Com problema. - by ThiagoGamemodes - 31.07.2018, 16:55
Re: Checkpoint Com problema. - by SmokeKiLL - 31.07.2018, 17:00
Re: Checkpoint Com problema. - by ThiagoGamemodes - 31.07.2018, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)