Recent content by Mennims

  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...
Top