I need a help
#1

hello!
I made a moving object like a gate.
i want to make it move without any commands.
Is it possible? here it is the command

pawn Код:
if (strcmp("/op", cmdtext, true, 10) == 0)
    {
       
        MoveObject(Minigame, 1845.92114258,-1898.49877930,36.24028015,3);
        return 1;
    }
    if (strcmp("/cl", cmdtext, true, 10) == 0)
    {
        MoveObject(Minigame, 1877.67846680,-1875.85620117,36.24028015,3);
        return 1;
    }
Reply


Messages In This Thread
I need a help - by Ironboy - 11.02.2011, 14:48
Re: I need a help - by Stigg - 11.02.2011, 14:56
Re: I need a help - by Ironboy - 11.02.2011, 15:15
Re: I need a help - by Mean - 11.02.2011, 16:07
Re: I need a help - by Ironboy - 11.02.2011, 19:56

Forum Jump:


Users browsing this thread: 2 Guest(s)