[Ajuda] Problema checkpoint Dinamico nгo some..
#1

Olб, eu estou com o seguinte problema, eu crio um checkpoint quando o player escolhe a profissгo mas quando ela entra no checkpoint ele nгo destrуi... o que pode ser?

code:
Код:
case 8:// isso no OnDialogResponse
{
       new string1[250];
       strcat(string1, "{FFFF00}|INFO| {FFFFFF}Vocк foi aceito na profissгo de Transportador\nVocк deve ir atй o local de trabalho para assinarem sua Carteira de Trabalho");
       ShowPlayerDialog(playerid, 132, DIALOG_STYLE_MSGBOX, "Agencia de Empregos", string1, "OK", "");
	TransportadorCheckpoint = SetPlayerRaceCheckpoint(playerid, 2, 2814.69556, 972.87659, 10.34809, 0, 0, 0, 3.10);
	EscolheuProfissao[playerid] = 1;
}

public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
	if(checkpointid == TransportadorCheckpoint)
	{
		DestroyDynamicRaceCP(playerid);
	}
	return true;
}

esse й o code em que estб o DynamicRaceCP...
Reply


Messages In This Thread
Problema checkpoint Dinamico nгo some.. - by ThiagoGamemodes - 24.07.2018, 23:52
Re: Problema checkpoint Dinamico nгo some.. - by ImNext - 24.07.2018, 23:57
Re: Problema checkpoint Dinamico nгo some.. - by Vithinn - 25.07.2018, 00:00
Re: Problema checkpoint Dinamico nгo some.. - by ThiagoGamemodes - 25.07.2018, 00:16
Re: Problema checkpoint Dinamico nгo some.. - by Vithinn - 25.07.2018, 01:01
Re: Problema checkpoint Dinamico nгo some.. - by ImNext - 25.07.2018, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)