Guys what is wrong with this Elevator?
#1

pawn Код:
CMD:elevup(playerid,params[])
{
    if(gTeam[playerid] == Team_Stars)
    {
        MoveObject(elev[0],280.46, 1822.38, 6,  5, 90.00, 0.00, 90.00);
        MoveObject(elev[1],291.34, 1822.41, 6, 5,  90.00, 0.00, 270.00);
        SetTimer("up",2000,true);
    }
    return 1;
}
when type /elevup it go down lol but how can i make it go up this is the objects
pawn Код:
elev[0] = CreateObject(986, 280.46, 1822.38, 17.16,   90.00, 0.00, 90.00);
    elev[1] = CreateObject(986, 291.34, 1822.41, 17.16,   90.00, 0.00, 270.00);
Reply


Messages In This Thread
Guys what is wrong with this Elevator? - by Gangster-rocks - 26.07.2012, 19:29
Re: Guys what is wrong with this Elevator? - by Marlon_Lorran - 26.07.2012, 19:40
Re: Guys what is wrong with this Elevator? - by Gangster-rocks - 26.07.2012, 19:58
Re: Guys what is wrong with this Elevator? - by Ranama - 26.07.2012, 20:14
Re: Guys what is wrong with this Elevator? - by fury14 - 26.07.2012, 21:21
Re: Guys what is wrong with this Elevator? - by Gangster-rocks - 27.07.2012, 13:23

Forum Jump:


Users browsing this thread: 1 Guest(s)