Skip to content

Commit

Permalink
Major changes to xspeedo.pwn. Minor changes to foreach.inc. Added LIC…
Browse files Browse the repository at this point in the history
…ENCE.md. Modified README.md and .gitignore.
  • Loading branch information
BigETI committed Oct 10, 2017
1 parent 303e501 commit 3d6fc26
Show file tree
Hide file tree
Showing 7 changed files with 1,377 additions and 1,312 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@
*.exe
*.out
*.app

# Visual studio code
.vscode/

# Tool set
tools/

# Compiled PAWN
*.amx
675 changes: 675 additions & 0 deletions LICENCE.md

Large diffs are not rendered by default.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

47 changes: 28 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,47 @@
# Xeon SpeedoMeter

## Introduction:
This is another simple filterscript for SA:MP server (GTA SA: Modification).
This filterscript is a speedmeter with arrows (analog speedo).
## Description
This is a simple filterscript for SA:MP, which is a GTA San Andreas modification.
This filterscript is a speedometer with digital displays and an analogue needle.

## Requipements:

All you needs is a_samp and edistance includes.
## Requirements
All you needs are the SA:MP includes, [foreach](https://github.com/karimcambridge/SAMP-foreach) and a PAWN compiler.

a_samp is already included by default (server package)
edistance edited version (https://raw.githubusercontent.com/XeonMaster/Xeon-SpeedoMeter/master/pawno/include/edistance.inc)
The SA:MP includes are already included by default (server package).
You can get foreach from https://github.com/karimcambridge/SAMP-foreach or a carbon copy from this repository.

## How its works?

When a player get in a vehicle the textdraw showup (speedo) and after the player get out of the car the textdraw disappear, Gear detection and KM Counter is automaticly done! you don't need anything!
## How does it work?
The speedometer is shown when a player is inside a vehicle. Gear detection and a kilometer counter are included inside the speedometer aswell.


## Video
[![Video](http://img.youtube.com/vi/_I5l2s974xM/0.jpg)](http://www.youtube.com/watch?v=_I5l2s974xM "SAMP Xeon SpeedoMeter")

https://youtu.be/_I5l2s974xM

## Screenshots
![Screenshot](https://cdn.discordapp.com/attachments/349950142348001281/359414415424094208/sa-mp-086.png)

![Screenshot](https://cdn.discordapp.com/attachments/349950142348001281/359414355856457728/sa-mp-087.png)


## Credits
- SA:MP Team for the SA:MP includes
- Y_Less and Kar for foreach
- michael@belgium for an older version of the GetPlayerSpeed function
- Abyss Morgan
- BigETI for rewriting most of the filterscript

https://cdn.discordapp.com/attachments/349950142348001281/359414415424094208/sa-mp-086.png
https://cdn.discordapp.com/attachments/349950142348001281/359414355856457728/sa-mp-087.png

## Credits:
## How to report a bug
Report any bugs you find in this filterscript at https://github.com/XeonMaster/Xeon-SpeedoMeter/issues

SA:MP Team
Kar
Michael
Abyss Morgan

## Contribute to this project
You can contribute to this project by creating a fork, making changes and creating a pull request.

## Finish

Have fun by using it.
## Conclusion
Have fun using this filterscript.
Xeon™
Loading

0 comments on commit 3d6fc26

Please sign in to comment.