SA-MP-Plus
SA-MP-Plus copied to clipboard
A client modification for GTA:San Andreas that uses SA-MP's plugin SDK to interact with the SA-MP server and add new features
I need a guide to the plugin, there was one in the SA-MP forum, but it is currently removed, can you recreate it? --- for example: * ToggleHUDComponentForPlayer (playerid, componentid,...
I realize that this plugin is abandoned but I'm still posting this hoping for someone to make a fork. If you have the client plugin installed and you try to...
Hey Hual, I downloaded SA-MP-Plus and tried to compile it. I got the following error: error MSB6006: "cmd.exe" exited with code 3. This does not happen on Debug, only when...
Greetings. Like your fabulous plugin, but I have found one trouble. My game crashes when I do spas or sawn-off shotgun shot (Exception 0xC0000005 at 0x55250649). I found a reason...
#### Key Presses A list of generally used keys would be scanned using GetKeyState and when their state changes call a pawn callback. (Obviously this would be much like OnPlayerKeyStateChange,...
Hi , Hual. I've a problem with this project it sounds like missing some files or it's trying to find a file with wrong path anyway , this is the...
Hello, May I ask what version of Visual Studio everyone use to compile this project? I have Visual Studio Premium 2013. I'm getting warnings and errors. http://prntscr.com/7w7024 (Is that even...
I don't know why server have crash when I use this plugin. Maybe player connect/disconnect system is somthing wrong. I was open two servers. Both use this plugin. Then a...
Caused by https://github.com/KingHual/SA-MP-Plus/blob/master/Server/Network.cpp#L215-L228 Why rely on this return value, when you could make a function to kick them from the SA-MP+ server that could be used in any function?
see: http://forum.sa-mp.com/showpost.php?p=3300911&postcount=859 also: TogglePlayerFrozen does not seem to work on bikes (wtf) to fix this probably should just re-code the whole thing instead of relying on a poorly documented public...