Liberty Unleashed

Scripting => Script Releases => Topic started by: Juppi on October 24, 2010, 11:43:31 am

Title: Ramp spawning
Post by: Juppi on October 24, 2010, 11:43:31 am
Ramp spawning

Description
This script binds keys to spawn ramps in front of your vehicle and/or to give your vehicle a speed boost.

Features
- 'O' spawns a ramp in front of your vehicle
- 'P' spawns a ramp in front of your vehicle and gives your vehicle a speed boost
- 'I' only gives your vehicle a speed boost

Installation
Move the contents of the .zip file to your server folder. After that, add the following line to your content.xml:
Quote
<script folder="ramps" />


Update history
- Initial release

Download
Latest version: Ramp spawning script (http://project-apollo.co.uk/files/lu/scripts/ramps.zip)
Title: Re: Ramp spawning
Post by: SwiP on February 11, 2011, 12:57:20 pm
Link doesn't work!
Title: Re: Ramp spawning
Post by: Juppi on February 12, 2011, 12:05:43 am
Sorry about that, link fixed :)
Title: Re: Ramp spawning
Post by: kerm68 on February 27, 2011, 06:38:50 pm
Awesome! ;D
Title: Re: Ramp spawning
Post by: Hatser on June 09, 2012, 09:08:13 pm
cant download it  :'(
Title: Re: Ramp spawning
Post by: Juppi on June 12, 2012, 08:22:15 pm
Try now :)
Title: Re: Ramp spawning
Post by: oaktree501 on August 15, 2014, 04:50:20 am
can someone help me I can get the script in but I cant get it to run on my server someone please help.
Title: Re: Ramp spawning
Post by: Theremin on November 10, 2016, 02:07:56 pm
can someone help me I can get the script in but I cant get it to run on my server someone please help.

*Huge Bump*

For all the ones who have problems with this script (and with every other old script that calls server functions from the client) remember that since 0.15 version for security reasons you must register server functions before calling them from client scripts, else they won't work.

More info here: http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Scripts/RegisterRemoteFunc (http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Scripts/RegisterRemoteFunc)

To "fix" this script add the following in your server scripts:
Code: [Select]
RegisterRemoteFunc("SpawnRamp");
RegisterRemoteFunc("VehicleBoost");