GATE HELP!
#7

Okay I've got the script working now, but I don't want it to be where you have to type a command to close it. I have the script for one of the gates here, how would I add a timer to it to where it closes after about 7 seconds? And also make it to where it goes back up to X Coordinate 94.
pawn Код:
}
    if (!strcmp("/agate1open", cmdtext))
    {
        if(IsPlayerInRangeOfPoint(playerid, 7.0, -2243.1083984375, 645.521484375, 50.687446594238))
        SendClientMessage(playerid, 0x999999AA, "Gate Opened.");
        {
      MoveObject(agate1, -2243.1083984375, 645.521484375, 46.687446594238, 1);
        }
        return 1;
Reply


Messages In This Thread
GATE HELP! - by TyThaBomb - 18.06.2011, 08:15
Re: GATE HELP! - by Lorenc_ - 18.06.2011, 08:25
Re: GATE HELP! - by Sascha - 18.06.2011, 08:55
Re: GATE HELP! - by TyThaBomb - 18.06.2011, 23:40
Re: GATE HELP! - by TyThaBomb - 18.06.2011, 23:44
Re: GATE HELP! - by The_J0ker - 18.06.2011, 23:50
Re: GATE HELP! - by TyThaBomb - 19.06.2011, 02:22
Re: GATE HELP! - by TyThaBomb - 19.06.2011, 02:36
Re: GATE HELP! - by TyThaBomb - 19.06.2011, 09:35
Re: GATE HELP! - by Wesley221 - 19.06.2011, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)