Skip to content

Simply provides a function to get the player's velocity (or their vehicle) in kilometres per hour.

License

Notifications You must be signed in to change notification settings

ScavengeSurvive/velocity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

velocity.inc

This package simply provides one function: GetPlayerTotalVelocity which returns the players velocity in kilometres per hour.

The exact formula for this has quite a lot of history and debate centered around it in the SA:MP community. There is a discussion on the topic here.

Despite the many different methods people have come up with over the years, this library currently just employs a very simple multiplier of the vector of the player's velocity.

Installation

Simply install to your project:

sampctl package install ScavengeSurvive/velocity

Include in your code and begin using the library:

#include <velocity>

Testing

To test, simply run the package:

sampctl package run

And connect to localhost:7777.

About

Simply provides a function to get the player's velocity (or their vehicle) in kilometres per hour.

Resources

License

Stars

Watchers

Forks

Packages

No packages published