This plugin streams objects, pickups, checkpoints, race checkpoints, map icons, and 3D text labels 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.
Windows: Open the solution file (streamer.sln) in Microsoft Visual Studio 2010 or higher. Build the project.
Linux: Install the GNU Compiler Collection and GNU Make. Type "make" in the top directory to compile the source code.
The latest binaries for Windows and Linux can be found here.
More information can be found in the SA-MP forum thread as well as the README file in the binary package.