REMOVED(Please Delete)
#1

REMOVED
Reply
#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
#3

hold on let me see but u know on tall building in ls the top of it it looks like a star
Reply
#4

Quote:
Originally Posted by kman
hold on let me see but u know on tall building in ls the top of it it looks like a star
don't have it in my head n on't have map ditor atm
but i think it were more than 1 objects
like the frame the platform and the outside fence i guess
Reply
#5

ill check it out to see because i just downloaded it
Reply
#6

Quote:
Originally Posted by kman
ill check it out to see because i just downloaded it
You are talking about the big building with all the points in the shape of the star and you cant ramp off of it?
Reply
#7

yes i think what do u mean cant ramp off
Reply
#8

Quote:
Originally Posted by kman
yes i think what do u mean cant ramp off
'
Like in the corners where the boundery intersects there are small little ramps here ill a upload a ss of the one i think you are talking about.
Reply
#9

yea thats what im talking about
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)