2 questions
#7

About the moving object again

Look this screenshot when i want to move it up.: http://i40.tinypic.com/30xc1fs.jpg

Код:
if( !strcmp(cmdtext,"/mou",true ))
  {
  MoveObject(helipad,382.001038,2500.741211,52.551369);
  SendClientMessage(playerid,COLOR_RED, "The object has been moved up! ");
  return 1;
  }

  if( !strcmp(cmdtext,"/mod",true ))
  {
  MoveObject(helipad,372.814697,2547.501709,14.510818);
  SendClientMessage(playerid, COLOR_RED, "The object has been moved down! ");
  return 1;
  }
Reply


Messages In This Thread
2 questions - by Futurezx - 30.05.2009, 19:15
Re: 2 questions - by shitbird - 30.05.2009, 19:18
Re: 2 questions - by Futurezx - 30.05.2009, 19:19
Re: 2 questions - by shitbird - 30.05.2009, 19:56
Re: 2 questions - by Futurezx - 30.05.2009, 20:06
Re: 2 questions - by shitbird - 30.05.2009, 20:07
Re: 2 questions - by Futurezx - 30.05.2009, 20:17
Re: 2 questions - by shitbird - 30.05.2009, 20:23
Re: 2 questions - by Futurezx - 30.05.2009, 20:25
Re: 2 questions - by shitbird - 30.05.2009, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)