Search results

  1. C

    SA-MP Discord Channel

    I've had an SA-MP channel on Discord for a while now. It was mainly for people to directly contact me on, then people started chatting on it. So why not just let everyone chat on it? Click here to connect! Or use any of the following links... Current Text Channels: General: General SA-MP...
  2. C

    CLEO Help Reading From INI = CRASH

    Code: SAMP.IsCommandTyped(0@) 0AF2: 0@ = get_float_from_ini_file "cleo\positions.ini" section 0@ key "posX" 0AF2: 1@ = get_float_from_ini_file "cleo\positions.ini" section 0@ key "posY" 0AF2: 2@ = get_float_from_ini_file "cleo\positions.ini" section 0@ key "posZ"          25@ =...
  3. C

    CLEO Help Globally Streamed Marker

    How in the fuck can I make a script that has a GLOBALLY SHOWN MARKER? It seems all of the ones I make you need to be streamed in a near range. I'm using this:        08A8: set_markers_to_long_distance 1         $500 = Marker.CreateIconWithoutSphere(53, 2110.2522, -1784.2825, 13.3874)But I still...
  4. C

    Custom Unique Stunts

    Is there a way to add unique stunt jump locations? Not like detecting a jump or fall speed, I mean like 'internally'. Like make GTA recognize a custom jump as a regular one.
  5. C

    CLEO Help Unique Stunt - Custom?

    Is there a way to add unique stunt jump locations? Not like detecting a jump or fall speed, I mean like 'internally'. Like make GTA recognize a custom jump as a regular one.
  6. C

    CLEO Help Question: Color Finder? Detect client message colors?

    If there is a way, I would like to detect the color of all received client messages... Like when you receive the message from the server the variable would be set to that color... In my script I would compare that color to a simple hex color and if it matches the function would return true and...
  7. C

    CLEO Help Memory address for weapon speed?

    So for my adjustable rapid fire, I need a way to speed up sniper/c.rifle's. Seems to me the easiest way would be to keep the clip full or something, how would you guys do it? I know using '0A8C' can modify weapon data, but what is the memory address for that? According to gtamodding, these...
  8. C

    CLEO Help Creating a file, automatically.

    Well so far the only file opcodes I know of are the move, copy, delete, write, and open opcodes... None of them actually create a file (well except the move/copy opcodes, but a file must exist before the new one is created). Am I missing something? I tried the using the openfile opcode, but ofc...
  9. C

    CLEO Release [REL] Instant Parachute Open.

    We've all had that moment where you're falling and you know you have a parachute but your too close to the ground to open it. Just as you open it your already dead! (Either that or your legs are swinging and when they touch the ground you die for some odd reason.) This script here speeds up the...
  10. C

    CLEO Help Preventing Decompilation

    I hate when people steal scripts, and tag their own name to it like they own it...  :angry: I don't know how to lock a cleo file... Can someone show me?  :somuchwin:
  11. C

    CLEO Release [REL] Adjustable rapid fire. (9 levels!) [UPDATE - 1.1]

    OvErViEw: So I seen a request for a slower version of ThermaL's gun speed here. I figured why not make it slower for him, and make it faster at the same time? First I went with 5 speeds, then I added the 6th speed, 5xNormal! EdIt: I've added more speeds, as requested by two people... KeYs: i+1...
  12. C

    CLEO Release [REL] Auto heli start. ["Instant Rotor"]

    Ok, in normal situations when you enter any helicopter it has to get the heli blades spinning before you can lift off... Using my mod, autoheli.cs, this process is skipped and all you have to do to lift off is enter the helicopter and press your drive forward key (normally 'w')... I find this...
  13. C

    CLEO Help Getting and Setting a Vehicles XYZ Velocity

    I know we can get velocity, but how do we set the vehicles XYZ velocity? I know how to speed the vehicle forward, but I can't find an opcode to set all axis velocity... Ex: Get vehicles velocity into 0@, 1@, 2@ if or none of the velocities are over 2x max speed of that vehicle none of the...
  14. C

    CLEO Help Code that executes upon entering a car?

    Ok, I know what I want to do after they enter the car, but how do I detect the moment they enter the car and only that moment? (I would also need the exit so I can remove the car from memory.) If you must know, I want to execute this: Car.SetSpeedInstantly(car_they_entered, 0.0) onto the...
Top