Y-Less
Y-Less
**Describe the bug** cha If you start the server with no mode, join, spawn, then change mode you end up in a half-started mode. Some weird in-between - vehicles spawn...
Rather than sending updates to entities instantly, some would be better with a `markorUpdate` method that sends all the updates at once next tick. This is to combine them in...
This is something I thought of and mostly wrote years ago, but never released and subsequently lost. I realised that it was quite simple to bypass the weapon slot limit...
Mostly making parameter names all `camelCase` consistently.
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
While these includes originally used `lowercase` naming, most of the rest of the SA:MP community - including the official includes and major includes and plugins use `UpperCase`. The naming here...
Releases
If someone isn't using sampctl, it might still be useful to have both this repo and sampctl/samp-stdlib as download points for improved versions of the standard libraries that we can...
Arrays should be followed by a length, which should be specified by `i`. However, nothing in the code checks that the correct specifier is used, if one is used at...