Elevator Problem
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(strcmp(cmdtext,"/go",true)==0)
  {
    MoveObject(lift,2446.0090332031, -1658.8232421875, 23.034029006958,10);
    return 1;
  }
  //other commands
  return 0;
}
And check the "lift"s coordinates. If you accidentally just copied the starting positions coordinates, it wont move.
Reply


Messages In This Thread
Elevator Problem - by ColdXX - 13.04.2010, 12:49
Re: Elevator Problem - by Jay420 - 13.04.2010, 15:28

Forum Jump:


Users browsing this thread: 1 Guest(s)