sa-mp
Here are 297 public repositories matching this topic...
Resources were originally designed with other files in mind but the documentation and some of the field names/behaviour is still very much plugin oriented.
- Figure out if there are any constraints that make this feature more difficult to use
- Write non-plugin oriented documentation
Hello
See the documentation samp
https://wiki.sa-mp.com/wiki/OnVehicleSirenStateChange
Method OnVehicleSirenStateChange
has boolean parameter "new state"
0 - false
1 - true
Can you replace the type from an integer to a boolean?
Currently, entity parameters in ECS can be transformed into a component of the entity by the event system, for example:
[Event]
public void OnPlayerSpawn(Player player)
{
// ...
}the event is currently not invoked if the component (Player) could not be found for the argument. It would be nice to select multiple components of the same entity, most likely using a tuple:
I was looking for a hashmap implementation and realised YSI probably has one, I can't really figure out the API though.
Basically, I just want to update my logging library so logging handlers can implicitly be turned on/off without needing to be specifically registered on init (how i used to do it).
Even better, I can use the __file directive from zeex' compiler as a hashmap key so I can e
-
Updated
Apr 4, 2020 - C
Password lower limit should be 10 characters, upper limit should be increased to 48.
Warning should be shown to the player on registration and login that due to the nature of SA:MP's implementation, dialog entry (and thus password) is not sent over the wire as an encrypted message like most modern webapps and should be treated as insecure. Players should never use a password they use on another
-
Updated
Nov 1, 2019 - C++
-
Updated
May 30, 2020 - C++
-
Updated
Sep 11, 2015 - C++
-
Updated
May 18, 2020 - C++
-
Updated
Jun 1, 2019 - C#
-
Updated
Jan 14, 2020 - Pawn
-
Updated
Jul 10, 2017 - C#
-
Updated
Apr 5, 2020 - C++
-
Updated
Oct 21, 2019 - Pawn
Improve this page
Add a description, image, and links to the sa-mp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sa-mp topic, visit your repo's landing page and select "manage topics."
Issue description:
Pretty obvious. This used to be implicit via
_inc_x. Add a pragma that does exactly what the old compiler does:#pragma once