28.01.2014, 03:12
(
Последний раз редактировалось Incognito; 18.05.2014 в 18:34.
)
Construction Site Elevators
I originally made this several years ago just for fun. Recently, I edited it to take advantage of some SA-MP's newer features. I have no real use for it, though, so I decided to share it here.
I call them "construction site" elevators since the default ones are inside of the unused construction site near the Glen Park office building in Los Santos. However, they can be placed anywhere by editing a few simple arrays in the filterscript. There are two types of elevators: enclosed elevators and large platform elevators. By default, two enclosed elevators are inside of the construction site in Los Santos, and a platform elevator is inside of a "mega" construction site near Area 69. Screenshots are below. Click on the thumbnails to view larger versions.
I also made a short video:
[ame]http://www.youtube.com/watch?v=fhM_moUW5CE[/ame]
These lines can be used to teleport to the construction sites:
This script requires the foreach include by ****** and my streamer plugin. The provided AMX file is compiled with v2.6.1 of the streamer plugin.
Pastebin
MediaFire (AMX and PWN)
Solidfiles (AMX and PWN)
I originally made this several years ago just for fun. Recently, I edited it to take advantage of some SA-MP's newer features. I have no real use for it, though, so I decided to share it here.
I call them "construction site" elevators since the default ones are inside of the unused construction site near the Glen Park office building in Los Santos. However, they can be placed anywhere by editing a few simple arrays in the filterscript. There are two types of elevators: enclosed elevators and large platform elevators. By default, two enclosed elevators are inside of the construction site in Los Santos, and a platform elevator is inside of a "mega" construction site near Area 69. Screenshots are below. Click on the thumbnails to view larger versions.
I also made a short video:
[ame]http://www.youtube.com/watch?v=fhM_moUW5CE[/ame]
These lines can be used to teleport to the construction sites:
pawn Код:
// Los Santos Construction Site
SetPlayerPos(playerid, 1881.856567, -1322.959106, 14.500373);
// Mega Construction Site
SetPlayerPos(playerid, 4.219020, 1529.761230, 12.750000);
Pastebin
MediaFire (AMX and PWN)
Solidfiles (AMX and PWN)