[Ayuda] Abrir portуn por comando.
#4

OFF: Dios, no sй de donde sacan esa tontera de 'PlayerToPoint', es la misma basura que el del nativo de SA-MP.

ON: Intenta esto:

pawn Код:
//====
portonhospital = CreateObject(980, -295.73, 1049.93, 21.35,   0.00, 0.00, 359.98);

//===
zcmd(abrirporton, playerid, params[])
{
    if(Team_SAMD(playerid))
    {
        if(IsPlayerInRangeOfPoint(playerid, 40.0, 1141.40002441, -1293.69995117, 20.50000000))
        {
            MoveObject(portonhospital, -295.73, 1049.93, 25.99, 5.0);
            SetTimer("GateClose4", 7000, 0);
        }
        else SendClientMessageEx(playerid, COLOR_GREY,"  No hay seсal!");
    }
    return 1;
}

//===
function GateClose4()
{
      MoveObject(portonhospital, -295.73, 1049.93, 21.35, 3.0);
      return 1;
}
Reply


Messages In This Thread
[Ayuda] Abrir portуn por comando. - by FelipeMancilla - 29.11.2013, 13:30
Respuesta: [Ayuda] Abrir portуn por comando. - by Swedky - 29.11.2013, 13:44
Re: Respuesta: [Ayuda] Abrir portуn por comando. - by FelipeMancilla - 29.11.2013, 14:17
Respuesta: [Ayuda] Abrir portуn por comando. - by Swedky - 29.11.2013, 14:54
Re: Respuesta: [Ayuda] Abrir portуn por comando. - by FelipeMancilla - 29.11.2013, 15:31
Respuesta: [Ayuda] Abrir portуn por comando. - by DesingMyCry - 29.11.2013, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)