Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

katursis/samp-ptl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SA:MP Plugin Template Library

C++17 template library that allows you to create your own plugins for SA:MP server very easy and fast

Main features

  • Safe C++ AMX API with errors handling
  • Pool of scripts (gamemode at the end)
  • Easy executing the callbacks (publics) with optional caching
  • Easy registration of natives: auto-conversion parameters from cell type to common C++ types. You may also define your own conversions
  • Logging
  • Checking for a version match between the plugin and scripts

Examples

Simple example

Pawn.CMD

Pawn.Regex