Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
/ samp-balloon Public archive

Extremely simple balloon library. Create balloons that have start and end coordinates, players can ride them.

Notifications You must be signed in to change notification settings

Southclaws/samp-balloon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balloon.inc

Extremely simple balloon library. Create balloons that have start and end coordinates, players can ride them.

Installation

Simply install to your project:

sampctl package install Southclaws/samp-balloon

Include in your code and begin using the library:

#include <balloon>

Usage

CreateBalloon to create a balloon with a given start and end coordinates/rotation.

When a player jumps in and hits the button, the ballon simply flies to the other location. Works both ways.

The rest of the API is pretty standard and simple, just read the code.

Testing

To test, simply run the package:

sampctl package run

And connect to localhost:7777 to test.

About

Extremely simple balloon library. Create balloons that have start and end coordinates, players can ride them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages