Gates dont move at all
#3

pawn Код:
if(strcmp(cmdtext, "/mansionopen", true) == 0)
{
            new string[50];
            new movetime = MoveObject(gate1, 1700.77, 2752.20, 10.83, 2.00); // Right Gate
            new movetime2 = MoveObject(gate2, 2000.06, 2752.20, 10.83, 2.00);// Left gate
            format(string, sizeof(string), "Gate will open in %d milliseconds", movetime, movetime2);
            SendClientMessage(playerid, 0xFF000000, string);
        SendClientMessage(playerid, COLOR_WHITE, "Mansion opened!");
            return 1;
    }
Indentation messed up u used code not [pawn] tags. u put speed as zero.
Reply


Messages In This Thread
Gates dont move at all - by x-unit - 31.07.2010, 09:39
Re: Gates dont move at all - by willsuckformoney - 31.07.2010, 10:00
Re: Gates dont move at all - by iggy1 - 31.07.2010, 10:02
Re: Gates dont move at all - by Cameltoe - 31.07.2010, 10:06
Re: Gates dont move at all - by Joe_ - 31.07.2010, 10:13
Re: Gates dont move at all - by iggy1 - 31.07.2010, 10:14
Re: Gates dont move at all - by x-unit - 31.07.2010, 11:13
Re: Gates dont move at all - by Vince - 31.07.2010, 11:14
Re: Gates dont move at all - by x-unit - 31.07.2010, 11:22

Forum Jump:


Users browsing this thread: 1 Guest(s)