Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
as noob as it sounds how can i get health/armor of an enemy player using samp-api, because i get invalid info everytime:
samp::CPlayerInfo* pPlayer = playerPool->GetAt(i);
auto hp = remote_player->m_onfootData.m_nHealth; //does work sometimes i think people from that comes to your streamzone...
I was changing everything from my project to your template and I noticed why it happened fast, it's basically here:
void CTimer__Update(const decltype(CTimerHook)& hook) {
static bool init{};
if (!init) {
setD3D9Hooks();
init = { true };
}...
I'm using @AnWu template which is amazing, well it's not really a template but you can use it as is as you have imgui, sampapi and some other plugins so it's nice, thing is to hook Present and Reset it does it like this ...
06/29/2024 XXXXXXX - Posted PoC of the exploit
07/03/2024 7:21 PM - Disclosure of the exploit to the OpenMP guy
07/10/2024 00:13 AM - SAMPAddon guy tells Evgen that OpenMP guy messaged him about the exploit (Without any permission) -
07/12/2024 18:13 PM - SAMPAddon guy releases a fix, at...
It's lame that the guy that created this exploit reported it to OpenMP team so they can make a fix, Amyr then gives it to SampAddon creator and you suddenly make a fix like 5 days after. To the SAME exploit we reported. Coincidence? I think not.
Next time just a "thanks" would be nice for it...
I was testing some kickers and even made my own and I tested it in different servers, one was Ugbase cheating server which seems to be using OpenMP because when I use it just doesn't work, but when moving the HackMySoftware cheating server the very SAME cheat seems to work perfectly, does...
Is it possible to enable collisions? The server I play does disable collisions for low level players to effectively stop kickers/rvankas, this does mean that if you are a low level player, if you go by car you will just go though people an do nothing to them (moving them, ram them etc). Is it...
As I'm obviously not russian I don't play any russian servers so I'm not sure if this is something specific to DRP but I saw this topic and it's interesting how it does check for houses in literally all the map, in the server i play i just render house pickups so it does only work in the...
https://github.com/BlastHackNet/SAMP-API
I compiled it and got a .lib but I guess I shouldn't use it that way? I just included all files from sampapi to my own project and didn't manage to use it, so I just included the project to my solution and referenced my project to sampap and I guess I'm...
Hey, I would like to know how it is possible to write a chat message in the input but without sending it to server, until you press enter (to send it obviously). I mean, like pressing t manually and writing something in the chat, but in code basically. Also I would like to clear the input if...