REMOVED(Please Delete)
#2

Quote:
Originally Posted by kman
so ima trying to make an elevator out of a heli landing pad but i dont know the object id i search samp wiki couldnt find it unless its called heliport also is this right format in this case

Код:
public OnGameModeInit()
{
  new obj;
  obj = CreateObject(980,0,0,0,0,0,0);
  return 1;
}
 
public OnPlayerCommandText()
{
  if(strcmp(cmdtext, "/moveobject", true) == 0)
  {
    MoveObject(obj, 0, 0, 10, 2.00 );
    return 1;
  }
  return 0;
yes that cmd would make the object go up a lil at the 0point

and u got a pic of the object u need?
cuz i dunno what u want exactly.
Reply


Messages In This Thread
REMOVED(Please Delete) - by kman - 20.10.2009, 00:28
Re: elevator - by saiberfun - 20.10.2009, 00:35
Re: elevator - by kman - 20.10.2009, 00:42
Re: elevator - by saiberfun - 20.10.2009, 00:50
Re: elevator - by kman - 20.10.2009, 00:52
Re: elevator - by Jake Canfield - 20.10.2009, 00:55
Re: elevator - by kman - 20.10.2009, 00:59
Re: elevator - by Jake Canfield - 20.10.2009, 01:34
Re: elevator - by kman - 20.10.2009, 01:59

Forum Jump:


Users browsing this thread: 1 Guest(s)