Search results

  1. E

    CLEO Help Get GPCI

    The title says it all. I want to get local player GPCI using a cleo script but I've got no idea how should I do that in the first place. // Well, I've got a tiny idea but maybe there is something easier than filtering all outgoing RPCs, wait for RPC_ClientJoin to be sent and extract gpci from...
  2. E

    CLEO Help Is object attached to a ped/car/another object?

    Title is pretty self-explanatory.
  3. E

    CLEO Help HTTP Get

    Is it possible to get plain text data from an URL? ( like HTTP SA-MP function ) If it is, could you show me an example?
  4. E

    Help RPC

    Hi. Can anyone share with me RPC code for OnEnterExitModShop? I was trying to send fake data to the server but I couldn't find this RPC in sobeit nor raksamp source.
  5. E

    Decompile / Decrypt

    Hi! How can I view a hex crypted CLEO source code? I think it has a keylogger inbuilt... I tried to open .cs file with Sanny Builder but I've got this error: 'Unknown opcode 79CA at offset 15.' Ok, I enabled that option to ignore unknown offsets. Now I get something like this: hex SOME HEX...
  6. E

    CLEO Help Dialog response

    Hello! How can I send a response to a msgbox type dialog? I want to autopress left button ( id 1 ). Thanks! //Nevermind. I double-checked sfdoc and I found 0B47. //Thanks anyway springfield
  7. E

    CLEO Help request_animation crash

    Hi. I'm trying to make an auto walking script ( i'm doing this using animations ). When I put this in .cs file, SAMP crashes at startup ( after loading ): :first_things 04ED: request_animation "PED" I use it to preload the animation. P.S: GTA SA singleplayer isn't crashing.
  8. E

    CLEO Help Force press a key

    Hi. I'd want to create a cleo that automatically presses LMB ( or LCTRL ) to attack. How can I do this? Thanks! EDIT: Ok, I've found this: set_game_key Question: Where can I find keys and states ids?
  9. E

    Custom *.dat loader - NOT S0BEIT

    Hi. Can you give me a custom *.dat loader ( gta.dat ) for SAMP - it doesn't allow loading custom *.dat files. Thanks.
Top