pawn-natives icon indicating copy to clipboard operation
pawn-natives copied to clipboard

Macros and templates for quickly defining PAWN (SA:MP mostly) natives and also exporting them for other plguins to use.

Results 6 pawn-natives issues
Sort by recently updated
recently updated
newest added

hello i try to build this fine project but i get this err I can't find anywhere in the docs where to get this from either. ``` $ make Scanning...

There are no `ParamCast` template overloads for non-string arrays. Collections such as `std::vector` or `std::array` could be used to interface with those parameters. `std::array` can be used if the expected...

Right now for example if you specify `bool` as a return type for a native, it will set the least significant byte of a cell and the rest is unset....

I have no idea where to start with this one unfortunately... Environment described here: https://github.com/maddinat0r/docker-debian-samp/blob/master/Dockerfile Build config etc: https://github.com/Southclaws/pawn-uuid/blob/master/CMakeLists.txt ``` [ 12%] Building CXX object src/CMakeFiles/uuid.dir/__/lib/samp-plugin-sdk/amxplugin.cpp.o [ 25%] Building CXX...