Search results

  1. K

    CLEO Help [Help]Bullet Data

    Is it possible to disable incoming bullet data from certain a player? If so, how can I go about doing it. :in_pckt if    0@ == 1 then    0BE5: raknet 10@ = get_hook_param PARAM_PACKETID          if        10@ == 206 //Bullet data    then        0BE0: raknet hook_ret false    end  ...
  2. K

    CLEO Release Disable HP/NT

    A useless cleo, but might be useful when you want to make videos and don't want to show the other player's nametag/hp.  Description: Removes the player's nametag/hp Commands: /dnt - removes the player's nametag /dhp - removes the player's health bar Source Code: (Probably not the best code)...
  3. K

    CLEO Help Message Box Help

    Can someone tell me what's wrong with my code and how to fix it? The real code doesn't say "stoop", but it's the exact length. I think it's the string but I really need all that, is there a better way? This is how it appears: {$CLEO} 0000: :Load wait 200 if SAMP.Available else_jump...
  4. K

    Object Pos?

    Can someone explain why I crash, and possibly fix it? I'm trying to get an object's pos. {$CLEO .cs} 0000: :Load wait 30 if  SAMP.Available else_jump @Load 0B34: samp register_client_command "opos" to_label @tog while true wait 0    if        0@ == 1    then        if          ...
  5. K

    Chat Message

    Is there a way to delete a message from chat? Doesn't matter if it's just for me (clientside). Like if I got a message saying: "[server] You don't have permission to use *special command here*" Would there be someway to remove that?
  6. K

    CLEO Help Teleport [Help]

    So I have this code where I go to a certain pos and it teleports me on top of a building, is there another way so that it also gets the z pos? Explanation, I don't want to be teleported if I'm 2+ meters above the coords "-1494.584351, 996.862305, 7.187500". If you need more info comment below...
  7. K

    CLEO Release Mechanic Services

    My first cleo, don't hate....  :kidding: Description: What this cleo does is mainly just repair, flip/repair, add nitro, and NOP SetEngine State. Usage: /ms - Nothing special Note: Need SampFuncs, and of course cleo. Video: http://www.youtube.com/watch?v=jk08P5QOuTs
  8. K

    CLEO Help Activation/Deactivation w/o SF?

    Any way to make a activation and deactivation without SF? {$CLEO .cs} 0390: load_txd_dictionary "logo" 038F: load_texture "a1" as 1 038F: load_texture "a2" as 2 WHILE TRUE     WAIT 0     03F0: enable_text_draw 1     038D: draw_texture 1 position 450.0 20.0 size 80.0 45.0 RGBA 128 128 128...
  9. K

    CLEO Help Crashing after I input command

    So this is a part of a script with hacks and whenever I type /god it immediately crashes. If the person willing to help needs the script to see how this part of code causes problems I'll pm it to them. 0B34: samp register_client_command "god" to_label goD WHILE TRUE wait 0 if 0@ == 1 then    ...
  10. K

    CLEO Help Help with code

    So I want the text draws or images to be able to be activated and deactivated, It's currently able to activate but not deactivate. The timer: {$CLEO .cs} THREAD "Thread By KillerZ, Cyborg, (ANYONE WHO HELPS)" :Load wait 200 if     SAMP.Available else_jump @Load 0B34: samp...
  11. K

    S0beit Help?!?

    Need of Assitance(image or text): http://i.imgur.com/GQPPRSp.png If anyone can make a video on how to make something like that, please?
  12. K

    Help!!

    Hi, I was wondering why does my Sa-Mp crash. I have gta sa (US version), Sa-Mp 0.3z r2, and SampFunctions 4.0. When I remove my SF it works perfectly. If it's because Sa-Mp 0.3z r2 doesn't support SF can you give me one that works?  :forever_opcode_alone:
  13. K

    [REQ]N3X's Project

    *Name of the mod (If the mod doesn't exist, you don't have to tell one): N3X's Project * Where you saw it (not the server, we mean if you watched any videos about it or not): https://www.youtube.com/watch?v=DLyW0hwdxRc * What do you want (the most important part, explain this carefully, add...
Top