Search results

  1. C

    CLEO Help NOP for GetPlayerWeapon

    Yo. Just got back to SAMP for like 10 days in holidays haha. Anyways, I have a silly question to ask. Does a NOP exist for "GetPlayerWeapon" and/or "GetPlayerWeaponData" SA-MP functions? I just looked through this big list of NOPs we have on this forum and there was nothing for this particular...
  2. C

    CLEO Help Quit game upon any health change from server & spec prevention

    Hey lads! I thought of an idea to kind of avoid admin's checking for hacks. In the server I play, most admins use a command (on any type of hack amazingly) that quickly changes few parameters of a player to check if they hack. One of them is always dropping health by a random amount. I was...
  3. C

    CLEO Help Auto Vehicle Lock for RP Servers

    Hey guys, I'm a fairly knowledged Java/JavaScript/Python programmer but again, very new to CLEO. So, I play in a RP server (HZRP, easy) and I am thinking of implementing a CLEO that autolocks my car (maybe type CMD in /pvl) automatically if I start to drive it and it is unlocked. I know exactly...
  4. C

    CLEO Help Prevent vehicle eject by server?

    Hey guys. Im on a trucking server that upon delivery completion (going in a server-sided red checkpointy marker), the server kicks me out of the truck and repsawns the truck about 50m away (where I pick it up from). I tried using s0beit disable RPC "RemovePlayingFromVehicle" but it didnt help...
  5. C

    CLEO Help Steps to make a CAR Teleporter?

    Hey guys. You know how in S0Beit there is that option to teleport to streamed vehicles in your area/TP the vehicle itself. How can I make a CLEO to do it? With a command local maybe like /.tpnearest I just want to Teleport TO/teleport to myself the nearest vehicle in my streamed area by a...
  6. C

    CLEO Help Sending Keyboard Keys using CLEO?

    Hey guys! I have an AHK script that basically sends key strokes like (F11) or press key F on my will. I use Send, {F} for example to press F in GTA SA. How can I achieve something like this with CLEO? I want to basically convert my AHK into CLEO so I can use it on multiple GTA SA Instances...
  7. C

    CLEO Help Using jumps/looping?

    Hey guys, I am making an automated script which basically uses location coords to send commands accordingly. First I tried using a high-level while true and even repeat loops but it didn't work as I expected (my mistakes probably). Here is my current code (all of it); {$CLEO} thread 'BoatGM'...
  8. C

    CLEO Help Modiying Walk or Sprint Path Cleo

    Hey guys, http://ugbase.eu/index.php?threads/run-or-sprint-recorded-path-0-3-7.15466/page-3 I am trying to modify the normal CLEO above. Firstly ALL CREDITS GO TO THEIR RESPECTIVE OWNER, I am just using this as it's released for myself. Not claiming its mine! Secondly, you see in that program on...
  9. C

    CLEO Help Activating sobeit?

    Hey lads. I have my script that detects coords and sends messages to chat. But what I wanna do is activate/toggle S0beit at a certain location. As you know F12 is the keyboard key used to toggle sobeit, how can I do it with Cleo? Is there a function to press keys like AHK or are they only...
  10. C

    CLEO Help Making cleo to type a command auto

    Hey guys! I am using this invisible cheat mod I found called Smartinvis.cs. So it is activated by typing "/invis" In game and by code it is a local client registered CMD: Here is the top line of the Smartinvis.cs: 0B34: "invis" @smartinvistog So apparently 0B34 means register cmd right? Then...
Top