[Ajuda] Portхes
#2

pawn Код:
//topo do gm
forward Portao1(playerid);

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys == KEY_CROUCH && IsPlayerInRangeOfPoint(playerid, 6.0, -1540.3406982422, 482.71173095703, 8.9530792236328))
    {
    MoveObject(Portao, -1540.3406982422, 482.71173095703, 8.9530792236328, 5.0);
    SetTimer("Portao1", 7000, false);
    }
    return 1;
}

public Portao1(playerid)
{
MoveObject(Portao, -1531.1553955078, 482.18063354492, 8.9530792236328, 5);
return 1;
}
Acredito que funcione

Se funcionar da rep
Reply


Messages In This Thread
[Ajuda] Portхes - by FallenHtz - 22.12.2011, 19:27
Re: [Ajuda] Portхes - by AW4Y - 22.12.2011, 19:33
Re: [Ajuda] Portхes - by FallenHtz - 22.12.2011, 19:35
Re: [Ajuda] Portхes - by Detonador - 22.12.2011, 19:36
Re: [Ajuda] Portхes - by FallenHtz - 22.12.2011, 19:39
Re: [Ajuda] Portхes - by AW4Y - 22.12.2011, 19:40
Re: [Ajuda] Portхes - by Hardware - 22.12.2011, 19:40
Re: [Ajuda] Portхes - by Detonador - 22.12.2011, 19:41
Re: [Ajuda] Portхes - by AW4Y - 22.12.2011, 19:42
Re: [Ajuda] Portхes - by Hardware - 22.12.2011, 19:43

Forum Jump:


Users browsing this thread: 4 Guest(s)