Problemas con checkpoint
#1

Hola tengo un pequeсo problema con los Checkpoint, estoy creando entradas y salidas por Checkpoint, cambie el VirtualWorld de 2 entradas pero entro a una y salgo normal pero entro a la segunda y no me deja salir.

Quote:

public OnPlayerEnterDynamicCP(playerid, checkpointid)
{

if(checkpointid == EntradaBur1) //Entro a este y entro normal
{
SetPlayerPos(playerid,363.9867, -74.2822, 1001.3649);
SetPlayerVirtualWorld(playerid,1);
SetPlayerInterior(playerid, 10);
SetPlayerFacingAngle(playerid,298.67);
}
if(checkpointid == EntradaBur2) //entro a este y no me deja salir.
{
SetPlayerPos(playerid,363.5083, -74.2589, 1001.3611);
SetPlayerVirtualWorld(playerid,2);
SetPlayerInterior(playerid, 10);
SetPlayerFacingAngle(playerid,0);
}

En este es el que no me deja salir
Quote:

if(checkpointid == SalidaBur2)//esta es la salida del segundo, pero no me deja salir, el checkpoint no anda
{
if(GetPlayerVirtualWorld(playerid) == 2)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,-2356.9663, 1008.3011, 50.7566);
SetPlayerVirtualWorld(playerid,0);
SetPlayerFacingAngle(playerid,332.1;
}
}

Reply
#2

Revivo necesito Ayuda
Reply
#3

Y que pasa si quitas la condiciуn if(GetPlayerVirtualWorld(playerid) == 2) ?
Reply
#4

si la quito aparezco en el primer checkpoint
Reply
#5

verifica los SetPlayerPos.
Reply
#6

cierren tema ya solucione.
Reply
#7

tema cerrado.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)