Author Topic: Ramp spawning  (Read 5098 times)

Juppi

  • Developer
  • Jr. Member
  • *****
  • Posts: 86
  • Karma: +3/-1
    • View Profile
    • Kuslahden alaste GTA:MP clan
Ramp spawning
« 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

SwiP

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Ramp spawning
« Reply #1 on: February 11, 2011, 12:57:20 pm »
Link doesn't work!

Juppi

  • Developer
  • Jr. Member
  • *****
  • Posts: 86
  • Karma: +3/-1
    • View Profile
    • Kuslahden alaste GTA:MP clan
Re: Ramp spawning
« Reply #2 on: February 12, 2011, 12:05:43 am »
Sorry about that, link fixed :)

kerm68

  • Newbie
  • *
  • Posts: 25
  • Karma: +4/-1
    • View Profile
Re: Ramp spawning
« Reply #3 on: February 27, 2011, 06:38:50 pm »
Awesome! ;D

Hatser

  • Newbie
  • *
  • Posts: 33
  • Karma: +0/-2
  • Create it by yourself. You're not dumm.
    • View Profile
Re: Ramp spawning
« Reply #4 on: June 09, 2012, 09:08:13 pm »
cant download it  :'(

Juppi

  • Developer
  • Jr. Member
  • *****
  • Posts: 86
  • Karma: +3/-1
    • View Profile
    • Kuslahden alaste GTA:MP clan
Re: Ramp spawning
« Reply #5 on: June 12, 2012, 08:22:15 pm »
Try now :)

oaktree501

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Ramp spawning
« Reply #6 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.

Theremin

  • Full Member
  • ***
  • Posts: 154
  • Karma: +48/-18
  • Worst Server Owner
    • View Profile
    • Visit my YouTube channel
Re: Ramp spawning
« Reply #7 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

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

 

© Liberty Unleashed Team.