Return the object back
#2

pawn Код:
if(strcmp("/open",cmdtext,true,5) == 0)
  {
   MoveStreamedObject(1,1840.1729,568.8357,1.3803, 1.5);
   return 1;
   }

if(strcmp("/close",cmdtext,true,6) == 0)
  {
   MoveStreamedObject(1,1840.1729,568.8357,25.3803, 1.5);
   return 1;
   }
Reply


Messages In This Thread
Return the object back - by worms0 - 08.11.2009, 09:43
Re: Return the object back - by Peter_Corneile - 08.11.2009, 10:07
Re: Return the object back - by Kurence - 08.11.2009, 10:09
Re: Return the object back - by worms0 - 08.11.2009, 11:47
Re: Return the object back - by MenaceX^ - 08.11.2009, 11:49
Re: Return the object back - by Kurence - 08.11.2009, 12:05

Forum Jump:


Users browsing this thread: 1 Guest(s)