Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from inferno-collection/development
Browse files Browse the repository at this point in the history
Public Beta Version 1.3
  • Loading branch information
cm8263 authored Jul 17, 2020
2 parents d15f441 + fd22183 commit cf1c1ff
Show file tree
Hide file tree
Showing 8 changed files with 685 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
44 changes: 44 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Inferno Collection Ladders Version 1.3 Beta
#
# Copyright (c) 2019-2020, Christopher M, Inferno Collection. All rights reserved.
#
# This project is licensed under the following:
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, modify, and merge the software, under the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE SOFTWARE MAY NOT BE SOLD.
#

#
# This file is used by Travis CI to make sure all the code is this project is error free, and up conventional standards.
# This file does not do anything within FiveM, so feel free to delete it. Keeping it will not do any harm to the resource or your server.
#

language: python
sudo: false

env:
- LUA="lua=5.1"
- LUA="lua=5.2"
- LUA="lua=5.3"
- LUA="luajit=2.0"
- LUA="luajit=2.1"

before_install:
- pip install hererocks
- hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/lua_install/bin

install:
- luarocks install luacheck

script:
- luacheck -g -a --no-max-line-length --no-max-comment-line-length [inferno-collection]/inferno-ladders

after_success:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL
after_failure:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL
5 changes: 5 additions & 0 deletions LICENCE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, modify, and merge the software, under the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE SOFTWARE MAY NOT BE SOLD.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# Ladders
Adds working ladders to FiveM, ideal for Fire Department use.
![channels4_banner|690x114](https://i.ibb.co/CHMD8y6/channels4-banner.jpg)

# Inferno Collection: Ladders
[![Build Status](https://travis-ci.com/inferno-collection/Ladders.svg?branch=master)](https://travis-ci.com/inferno-collection/Ladders)

__Public Beta Version 1.3__

Adds working ladders to FiveM, ideal for Fire Department use. Ladders are stored in a configurable list of vehicles, with each vehicle being able to carry a configurable maximum amount of ladders. The resource includes a custom ladder model as well.

Presently, the following can be customized:
- Which vehicles ladders can be taken from, and how many ladders each vehicle has.

***
### Development Showcase Video
[![Watch the Development Showcase video](https://img.youtube.com/vi/aynfSpDV1mY/maxresdefault.jpg)](https://youtu.be/aynfSpDV1mY)
***

> Pictures
![Holding Ladder](https://i.ibb.co/tPsPgzV/image.png)

![Placing Ladder](https://i.ibb.co/MSjpr4n/image.png)

![Climbing Ladder](https://i.ibb.co/DR7Hb0C/image.png)

> Download
https://github.com/inferno-collection/Ladders/releases

> The Inferno Collection Team
Loading

0 comments on commit cf1c1ff

Please sign in to comment.