SA-MP Forums Archive
[FilterScript] Construction Site Elevators - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Construction Site Elevators (/showthread.php?tid=490803)

Pages: 1 2


Construction Site Elevators - Incognito - 28.01.2014

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:

pawn Код:
// Los Santos Construction Site
SetPlayerPos(playerid, 1881.856567, -1322.959106, 14.500373);

// Mega Construction Site
SetPlayerPos(playerid, 4.219020, 1529.761230, 12.750000);
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)


Re: Construction Site Elevators - OriginalRusty - 28.01.2014

Pretty cool dude.


Re: Construction Site Elevators - FreeWorld - 28.01.2014

Good


Re: Construction Site Elevators - RocketBoy - 28.01.2014

greate job ...nice bro


Re: Construction Site Elevators - DerickClark - 28.01.2014

Nice.


Re: Construction Site Elevators - Mark Shade - 28.01.2014

Nice work.


Re: Construction Site Elevators - Diogo123 - 28.01.2014

Nice bro


Re: Construction Site Elevators - iZN - 28.01.2014

It looks good.


Re: Construction Site Elevators - Kyle - 28.01.2014

I'd like to see more of your work!

Nice change from the plugin work!


Re: Construction Site Elevators - PT - 28.01.2014

Nice Job man.

+rep


Re: Construction Site Elevators - Deci - 28.01.2014

Nice.


Respuesta: Construction Site Elevators - LuisR - 28.01.2014

Nice release, but the elevator dont open for me i use the streamer 2.6.1 and the foreach updated, but no open the door when go to the front


Re: Construction Site Elevators - ikey07 - 28.01.2014

Thats pretty cool, nice to see you use building which is almost never used


Respuesta: Construction Site Elevators - OTACON - 28.01.2014

god, very good job!.


Re: Construction Site Elevators - TomIrish - 02.02.2014

Can anyone tell me how to make use of different letter to call the lift instead of "Y"? Because I have "Y" used for gate system.


Re: Construction Site Elevators - Abagail - 02.02.2014

@TomIrish, under OnPlayerKeyStateChange there should be something that says "KEY_YES", - change that to what every SA:MP Key Map you want... For example, "N" Would be "KEY_NO" I believe.


Re: Construction Site Elevators - TomIrish - 02.02.2014

Quote:
Originally Posted by Abagail
Посмотреть сообщение
@TomIrish, under OnPlayerKeyStateChange there should be something that says "KEY_YES", - change that to what every SA:MP Key Map you want... For example, "N" Would be "KEY_NO" I believe.
Changed to NO and it worked, thanks


Re: Construction Site Elevators - pWesley - 02.02.2014

Very nice

+ rep


Re: Construction Site Elevators - moroccoghoost - 03.02.2014

this would be useful in a Battlefield Gamemode server
Great job tho


Re: Construction Site Elevators - Omar55555 - 03.02.2014

awesome man !!