Skip to content

philip1337/samp-plugin-streamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SA-MP Streamer Plugin with SampGDK Support

This plugin streams objects, pickups, checkpoints, race checkpoints, map icons, 3D text labels, and actors at user-defined server ticks. Basic area detection is also included. Because it is written entirely in C++, much of the overhead from PAWN is avoided. This streamer, as a result, is quite a bit faster than any other implementation currently available in PAWN.

This project is a fork of

Official documentation

Documentation can be found on the wiki. There is no documentation for the SampGDK implementation. See Streamer.hpp for more informations. Basicly you need to call the functions in your main plugin handler.

Download

The latest binaries for Windows and Linux can be found on the releases page.

Build

Deps:

Requirements

Synchronize dependencies from DEPS File.

gclient.py sync -v -f

You can also download it manually and place it into the external directory.

mkdir build
cd build
cmake ..\samp-plugin-streamer
make

About

Modified Streamer Plugin for SA-MP (San Andreas Multiplayer)

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 78.6%
  • CMake 18.5%
  • Pawn 2.7%
  • Other 0.2%