Search results

  1. benberk

    0.3.DL value of offsets that working on other SAMP versions

    There's a function that works on other SAMP versions but no works for 0.3DL This function works for getting surface of current chat, Chat offset works but the offset that called 0x63BE not works for 0.3.dl... Chat::surface() const { if ( !g_Chat ) return nullptr; return...
  2. benberk

    [0.3DL] Resolving all parameters of custom packet

    Good evening. There is a file with the .ASI extension and this file sends packets to the server when you log in to the game. Packet ID is 255. How can I decode its parameters?
  3. benberk

    [0.3DL] Force a key press

    As I wrote in the title section... Local player will force the SHIFT key and ped will jump as soon as I type a command(example). Is this possible in 0.3DL? I found a few methods like SetGamekeyState but they didn't work for me.
  4. benberk

    HandleRPCPacketFunc can't respond RPC_ShowDialog at 0.3.DL

    at 0.3DL RPC_ShowDialog can't get logged by HandleRPCPacketFunc Tried to log with a line and still not working somhow
  5. benberk

    op bullet tracer

    As I wrote in the topic, I need help to code bullet tracer in samp. first of all, it can be any coding lang(cleo,asi or anyelse). so it should look like this (see attachments) I found a cleo that creates bullet tracers in the singleplayer gta. Anyways its working on the samp too, but not 0p...
Top