11.02.2011, 14:48
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
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;
}