Search results

  1. G

    CLEO Help 056E: does_vehicle_exist not working

    I have found the problem! 0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 2@ closest_ped_to 16@ No longer work with 4.3, use cleo 4.1!
  2. G

    CLEO Help 056E: does_vehicle_exist not working

    I have found that the problem is behind: 0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 2@ closest_ped_to 16@ This doesn't seem to work (0.3dl cleo 4.3), is there any alternative?
  3. G

    CLEO Help 056E: does_vehicle_exist not working

    Hi, I have made this script but it seems like the function 056E: does_vehicle_exist is never true {$CLEO} 0000: NOP //-------------MAIN--------------- thread "GREENSHxOOTER" 0AC8: 7@ = allocate_memory_size 1024 0AD3: 7@ = format "/opx" :caricamento if...
  4. G

    CLEO Help Block Raknet packets in 0.3dl NOP

    Ok, thank you. You can archive this post.
  5. G

    CLEO Help Block Raknet packets in 0.3dl NOP

    Hi, I have found this snippet but it doesn't work for 0.3dl {$CLEO} 0BE3: raknet setup_incoming_rpc_hook @iRPC 0BDE: 0 :iRPC 0BE5: raknet 0@ = get_hook_param 1 if or 0039: 0@ == 15 0039: 0@ == 157 0039: 0@ == 158 then 0BE0: raknet hook_ret 0 end 0BE0: raknet hook_ret 1 How can I fix it?
  6. G

    Collection

    * Name of the mod : * Where you saw it: * What do you want: NOP SetPlayerAnimation * Details: For samp 0.3dl * On/off key (specify it): Always on
  7. G

    HTTP requests (without sampfuncs)

    Exactly the same of monday, I didn't change anything. I created a http_requests.txt in GTA-SanAndreas\CLEO\includes and put /* Based on the work of: - legend2360 from BlastHack forum https://blast.hk/threads/13410/page-214#post-54339 - AhnMo from github...
  8. G

    HTTP requests (without sampfuncs)

    I get this error while running the script: (I have launched a working http server on localhost but it's not receiving any request) [23:06:09] Warning(s007): Exception 0xC0000005 at 0x0 [23:06:09] Warning(s007): Exception 0xC0000005 at 0x0 How can I troubleshoot them? (I have latest cleo...
Top