Search results

  1. Suicide Bomb

    C++ wait before calling a function in a SAMPFUNCS plugin

    Let's say I've got an a() function that's bound to a command (like /something) and I have another function, let's call it function(), that I want to call inside a() function with a 3 second delay. How do I do that? Thank you for your answers!
  2. Suicide Bomb

    3D Text Label Range & LoS hack

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): ^ * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): None * What do you want (the most important part, explain this carefully): Basically, this would be a hack which maximizes...
  3. Suicide Bomb

    Help Running two SAMP windows at once?

    Running two SAMP windows at once. Is it possible somehow? I've got SAMPFUNCS, tried messing around with the settings but I failed. Thanks for the help.
  4. Suicide Bomb

    CLEO Help CLEO Textdraws with sa_widescreenfix_lite.asi

    Hey, I need your help again, guys. So, we've got this code and basically what it does is converting a 3D position to 2D so it can be placed on the screen as a textdraw. :Noname_264 0AA7: call_function 7392816 num_params 6 pop 6 1 1 7@s 6@s 2@s 0@s 29@   0073: 2@ /= 6@ // (float) 0073: 2@ /= 4@...
  5. Suicide Bomb

    [SOLVED] Fake timeout without crashing your game?

    Hey, I'd like to have a SAMPFUNCS script or w/e to send the server that I timed out then quickly reconnect without closing the game. Thank you in advance.
  6. Suicide Bomb

    CLEO Help Help me edit this code.

    :Noname_264 0AA7: call_function 7392816 num_params 6 pop 6 1 1 7S 6S 2S 0S 29@  0073: 2@ /= 6@ // (float) 0073: 2@ /= 4@ // (float) 0073: 3@ /= 7@ // (float) 0073: 3@ /= 4@ // (float) 2@ *= 640.0 3@ *= 448.0 ret 2 2@ 3@ OR http://pastebin.com/D3FfWxyW Okay so we've got this code and...
  7. Suicide Bomb

    CLEO Help Function that returns with the current hour (Windows)

    Hey, all I need is a snippet or a function or something that I can call and will return with the current hour on the Windows clock. Thanks.
  8. Suicide Bomb

    Is "un-nopping" memory addresses possible?

    Is "un-nopping" memory addresses possible? If so, how do I do it? Thanks. I'd also like to ask the memory address of SA-MP's SetWeather in 0.3.7.
  9. Suicide Bomb

    Nametag hack that shows disabled nametags too

    Hey, I saw this mod here but this doesn't show nametags when the server disables their nametags (e.g. when they are masked or something) http://ugbase.eu/releases/nametaghack-0-3-7-%28cleoexeasi%29/ Thank you in advance
  10. Suicide Bomb

    I'd like to get this cleo converted as an ASI

    Hey guys, I got this cleo code and I actually don't know how to convert it to an asi. Could some of you help me? Thanks. {$CLEO} 0000:NOP while true wait 0 ms 0A8D: 0@ = read_memory 0xB6EC1C size 4 virtual_protect 0 0A8D: 1@ = read_memory 0xB6EC18 size 4 virtual_protect 0     if     8045: ...
Top