SA-MP Forums Archive
REMOVED(Please Delete) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: REMOVED(Please Delete) (/showthread.php?tid=103460)



REMOVED(Please Delete) - kman - 20.10.2009

REMOVED


Re: elevator - saiberfun - 20.10.2009

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.


Re: elevator - kman - 20.10.2009

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


Re: elevator - saiberfun - 20.10.2009

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


Re: elevator - kman - 20.10.2009

ill check it out to see because i just downloaded it


Re: elevator - Jake Canfield - 20.10.2009

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?


Re: elevator - kman - 20.10.2009

yes i think what do u mean cant ramp off


Re: elevator - Jake Canfield - 20.10.2009

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.


Re: elevator - kman - 20.10.2009

yea thats what im talking about