Search results

  1. Mennims

    CLEO Help Remove object collisions

    Did you not read? They crash my game. I don't know what object ID to put in there either.
  2. Mennims

    CLEO Help Remove object collisions

    I tried that. Every single collision opcode I tried has crashed my game. I don't know if it's something to do with the ID. What id are they asking for? The only one I know of is object id, and when I enter the integer and run the opcode it crashes.
  3. Mennims

    CLEO Help Remove object collisions

    I need to remove specific object collisions with Cleo. It has to be with Cleo.
  4. Mennims

    CLEO Help Remove object collisions

    How could I temporarily remove the collisions of an object in GTA? For example, removing collisions for specific buildings and walls. What function would I use?
  5. Mennims

    CLEO Help 0AB5 not working. Alternative?

    I don't see how adding the Actor.Define check would change the output of the value. It's definitely not working. Not in the mood to write and arbitrary script to do something that a function exists to do already THAT IS'NT FUCKING WORKING.
  6. Mennims

    CLEO Help 0AB5 not working. Alternative?

    This time it returns "-1" which I see other people have been noticing as well. Is there a fix? I'm using sampfuncs 5.3
  7. Mennims

    CLEO Help 0AB5 not working. Alternative?

    0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 1@ That code does not seem to work.  When outputting the variable 1@ into an integer it returns "D". Are there any alternatives for getting the nearest actor?
  8. Mennims

    Untagged Release supremeTroll(16-01-15) + objectFinder 1.3++

    RE: supremeTroll(16-01-15) + objectFinder 1.2 I have the same problem. Sometimes when searching for items the game will go slow motion. First let me point out I have an anti crasher, and before I used the anti crasher my game would just crash, but with the anti crasher my game goes slow...
  9. Mennims

    Untagged Release supremeTroll(16-01-15) + objectFinder 1.3++

    Prevent crash? Some servers have many of the objects I am searching for. So using the object finder is tedious because of constant crashing. Can you maybe add a stream limit? So it doesn't search for too many objects at once?
  10. Mennims

    CLEO Help Buggy while loop? See if you can solve this

    Monday and Springfield, you both made very good points. Springfield your solution fixed my problem, while monday explained the problem. Thanks guys, both got likes.
  11. Mennims

    CLEO Help Buggy while loop? See if you can solve this

    So I've been stuck on this script for the last 4 fucking days. It's a personal script so I won't share it, but I replicated one of my problems I had so you guys can explain to me what the fuck is wrong with it. In this demo script it basically tests if the person is in a car, if you are not in...
  12. Mennims

    [REQ] Autohotkey unscrambler - AHK script

    Send a link, very interested how you did it. Busy learning Cleo. I don't play on LSRP though
  13. Mennims

    Sanny Builder Syntax

    I did use it inside a loop. I tried typing it in a while loop but again I get the same error
  14. Mennims

    Sanny Builder Syntax

    I can't compile my code if I use Break and continue in it. I get an unknown directive error. Any idea how to fix this?
  15. Mennims

    CLEO Help Modify samp packets?

    I have some questions on how server sided samp functions would work. In this case, I have my eye on what function I suppose this server uses to hide name tags. ShowPlayerNameTagForPlayer(forplayerid, playerid, 0) Is it possible to modify packets or use a sampfunc opcode to disable this...
  16. Mennims

    CLEO Help Samp detect new message in chat?

    Thank you man. I seriously appreciate this. Liked.
  17. Mennims

    CLEO Help Samp detect new message in chat?

    I want a script segment to only run when a new message is added to chat, anyone got ideas? I have tried using samp.getchatstring to get two instances of the chat. So one would get chat id 99 then the other id 98 and test until they match, meaning the chat wouldve moved up. But it crashes. Why...
  18. Mennims

    CLEO Help Scan string problem

    What are you trying to do in the script? [hr] I tested your script and simulated the chat the server would send, and got the same issue as you. What server is this and how do I get the server to output this text? The problem seems to lie with the colour codes. If i were to remove the colour...
  19. Mennims

    CLEO Help String variable size limits

    I have a script that writes a new ini key every 10 milliseconds. The keys are ordered in the ini file, from 1, to whenever the person chooses. Problem is, I can only reach 1000 in the ini file. 0AD3: 0@v = format "%d" 1@ //1@ is the counter, this turns it into a string so I can plug it into...
  20. Mennims

    CLEO Help Writing data in plain text to a file

    Yea, I realized that. I have bad memory xD
  21. Mennims

    CLEO Help Getting vehicle tilt

    I've managed to get a cars coords, the X Y Z and Angle of the car, but I can't seem to find it's tilt axis? What do I do
  22. Mennims

    CLEO Help Writing data in plain text to a file

    I want to write data to a file I have, a stats file. And every time I write to the file I want it to be on a new line. How can I do this? It'd be nice to use the object orientated part of Cleo like File.Open, and File.Write, but I can't find any documentation for these. Where can I find it?
  23. Mennims

    CLEO Help File.Write writes in binary?

    Another question, how do I write a new line? And what other formatting tools are there?
  24. Mennims

    CLEO Help File.Write writes in binary?

    Ok well I found the problem, I got it working, now all I need to know is how do I create a file, I mean is there a function to do that? Or must I do the "at" method first then open it as "rt+" because I would like it to be in rt+.
  25. Mennims

    CLEO Help File.Write writes in binary?

    Oh and what does openfile do? It creates the file aswell? I've been messing around with the code and I can't seem to get it to write what I want without it crashing
  26. Mennims

    CLEO Help Reading chat

    Haha thanks Opcode, but that won't help me. Ok how do I change the line?
  27. Mennims

    CLEO Help File.Write writes in binary?

    Opcode, thanks for the help, but I'm still lost, what does your script do? What I want to achieve is, I wan't a text file to be created, then I wan't data to constantly be written to it, but apparently "at" is append file, how would I create a file if it doesn't exist then allow it to be freely...
  28. Mennims

    CLEO Help Reading chat

    Thanks so much help Opcode! Now, how do I search for a certain piece of text in the line of code? Like if the chat output: "Billy Talent rocks!" and if I want to find the word "rocks" it will trigger it. Thanks
  29. Mennims

    CLEO Help File.Write writes in binary?

    I can't figure out how it works! It says you can replace the mode with a string like I have here 0A9A:  open_file "CLEO\path.path" mode "rt+" store_to 0@ But it crashes. In fact even if I use their example without the string and some weird number it still crashes! Does the file have to exist or...
  30. Mennims

    CLEO Help Reading chat

    I don't understand what's happening in your code. Why did you use just opcodes on some of the functions? Man who does that? And you never explained a thing. And it doesn't work, because regardless of me typing anything it spams "I READ HELLO FROM CHAT" as soon as I log on (I had to actually...
  31. Mennims

    CLEO Help File.Write writes in binary?

    Me again (man I feel like I'm spamming the forums  :urtheman:) but I'm trying to write some data using File.Write, but when I try open up the file it seems to be in binary or compiled format. Why can I not write it in plain text? Or how can I read the written file to see the results? Because I...
  32. Mennims

    CLEO Help What is car struct?

    What does this do? 0A97: $CarStruct = car $MyCar struct
  33. Mennims

    CLEO Help Reading chat

    Hi. Hi need to read the chat, I would like to constantly check for a certain string to appear in the chat. Like "hello" for example. So if someone says "hello" it triggers something, I know how to do the loop and all. I just would like help with this 0B75: samp get_chat_string 1@ text_to 2@...
  34. Mennims

    CLEO Help Activation button HELP

    Here is the code, figure out how to use it. Next time you give us your script tell us how it works and where you want the new code to be. I don't have time to figure it out but here's something what it should look like. You will need to have it in a loop to constantly check if it's being...
  35. Mennims

    CLEO Help How to show variable as text

    pepeelpubero Thanks for the help man, I had tried the "As is" but I didn't see it help as I was using the wrong type of variable, thanks to Opcode.eXe for help on that, but I'm sure it was one of the problems and will save me future problems. Thanks guys its all working properly.
  36. Mennims

    CLEO Help How to show variable as text

    That helped, it now only shows 0.7 not 0000000. But my problem isn't solved, even if I add to the variable it still shows 0.7 and if I mess with the script sometimes it just shows 0.0. WHy? It's like if you declare the variable as 0.4 it will show 0.0. Even with integers it just shows 0. And if...
  37. Mennims

    CLEO Help How to show variable as text

    It helped in some way, but not completely, here's my code {$CLEO .cs} :test 03A4: name_thread 'test' wait 0 var $fVar: float = 0.1 end :test_1 wait 0 if     0256:  player $PLAYER_CHAR defined then     $fVar += 0.7     jf @test_1     0AD1: show_formatted_text_highpriority "Float: %f" TIME 200...
  38. Mennims

    CLEO Help How to show variable as text

    Haha Opcode, we meet again, I met you on Xportal, you told me you hacked their Rcon. Haha, now I'm doing cleo It doesn't work... If I try it with a string, the text comes up but where the string is supposed to be  it's blank. Same with a float, but with a int nothing appears. I know how to use...
  39. Mennims

    CLEO Help How to show variable as text

    Hi, I want to display a variable in text, now I'm still new to cleo, and the text confuses me with all the GTX's and stuff like that. For now I want to show a integer as a variable, I saw this 0AD1: show_formatted_text_highpriority "This is %.4X opcode" time 2000 0x0AD1 Now I do not understand...
Top