[help] Gate Closing
#10

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmd, "/opengate", true) == 0)
    {
        MoveObject(gate,-293.828,1507.450,76.070,1.5000);
        SetTimerEx("closegate", 7000, false, "i", playerid);
        return 1;
    }
}
Reply


Messages In This Thread
[help] Gate Closing - by dclaw - 16.01.2010, 09:57
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:02
Re: [help] Gate Closing - by pagie1111 - 16.01.2010, 10:03
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:04
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:08
Re: [help] Gate Closing - by Klutty - 16.01.2010, 10:10
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:12
Re: [help] Gate Closing - by CuervO - 16.01.2010, 10:35
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:54
Re: [help] Gate Closing - by CuervO - 17.01.2010, 05:14

Forum Jump:


Users browsing this thread: 4 Guest(s)