Necesito ayuda
#6

Tienes que hacerlo como yo te dije:
pawn Код:
new c1[MAX_PLAYERS];
new c2[MAX_PLAYERS];

public OnPlayerEnterCheckpoint(playerid)
{
    if(c1[playerid])
    {
        DisablePlayerCheckpoint(playerid);
        c2[playerid] = SetPlayerCheckpoint(playerid, 1952.4869,-1782.9430,13.3828,1.0);
        MoveObject(puerta1,1951.6599121094, -1797.134, 14.057502746582, 5);
        SetPlayerCheckpoint(playerid,1952.4869,-1782.9430,13.3828, 1.0);
    }
    else if(c2[playerid])
    {
        DisablePlayerCheckpoint(playerid);
        MoveObject(puerta1,1951.6599121094, -1788.134, 14.057502746582, 5);
        c1[playerid] = SetPlayerCheckpoint(playerid,1952.4869,-1782.9430,13.3828, 1.0);
        SetPlayerCheckpoint(playerid,1952.4869,-1782.9430,13.3828, 1.0);
    }
    return 1;
}
Reply


Messages In This Thread
Necesito ayuda - by EduGTA - 07.06.2011, 23:05
Re: Necesito ayuda - by Mr.GeEk - 07.06.2011, 23:38
Re: Necesito ayuda - by EduGTA - 08.06.2011, 01:25
Re: Necesito ayuda - by arturo clark - 08.06.2011, 01:55
Re: Necesito ayuda - by EduGTA - 08.06.2011, 03:07
Re: Necesito ayuda - by arturo clark - 08.06.2011, 03:16
Respuesta: Re: Necesito ayuda - by Daniel-92 - 08.06.2011, 04:15
Re: Respuesta: Re: Necesito ayuda - by EduGTA - 08.06.2011, 20:45
Respuesta: Necesito ayuda - by Lunnatiicz - 08.06.2011, 21:13
Respuesta: Re: Respuesta: Re: Necesito ayuda - by Daniel-92 - 09.06.2011, 00:07

Forum Jump:


Users browsing this thread: 1 Guest(s)