samp-stdlib icon indicating copy to clipboard operation
samp-stdlib copied to clipboard

The San Andreas Multiplayer Pawn Standard Library Package - designed for the sampctl package management system.

Results 7 samp-stdlib issues
Sort by recently updated
recently updated
newest added

Mostly making parameter names all `camelCase` consistently.

https://github.com/pawn-lang/samp-stdlib/blob/fca148961efb3f78da210d00aa8920f886e58c9e/a_samp.inc#L3192

In a recent issue, #28, it was pointed out that the 0.3.DL version of the library has not received the same treatment as the main version. This is because the...

Add commonly used INVALID constants, taken from [here](https://github.com/WoutProvost/samp-util): ```pawn #define INVALID_SKIN_ID -1 #define INVALID_MODEL_ID -1 #define INVALID_CHECKPOINT_ID -1 #define INVALID_MAPICON_ID -1 #define INVALID_PICKUP_ID -1 #define INVALID_AREA_ID -1 #define INVALID_TIMER_ID -1...

Since most of these natives were written, the vast majority of the community has settled on a fairly consistent naming scheme, of the form `Library_FunctionName`. The default functions don't use...

I think we need WAY more tags everywhere. Not for master, but definately as an option. Like `Pickup:`, `Object:`, `Vehicle:` etc. Even tags for things that are often confused, like...

Basically combine this, with permission: http://forum.sa-mp.com/showthread.php?t=649045