Search results

  1. N

    CLEO Help Need help with cleo for auto feed pet

    And I forgot, samp version 0.3.7 R2
  2. N

    CLEO Help Need help with cleo for auto feed pet

    Hey, I have some code for auto feeding pets and it won't work, any ideas why? {$USE CLEO} {$USE ini} {$USE file} {$USE newOpcodes} {$USE bitwise} {$USE clipboard} {$USE CLEO+} {$CLEO .cs} 0000: "Hello world" REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 IF AND 31@ == FALSE 0B61: samp...
  3. N

    CLEO Help Auto Fish

    Hey I have some code for auto fish job but I want to do /fish at specific coords without making that messy spam chat with the command /fish more like 19.5 seconds delay. {$CLEO .cs} 0000: NOP REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN FOR 0@...
  4. N

    CLEO Help AutoSpec for stuck

    Well now it crashes even if I want to execute from sampfuncs command with cs name.cs...
  5. N

    CLEO Help AutoSpec for stuck

    This cleo doesn't work for spec, if the string is triggered it won't do nothing, even if the reported player isn't for the DM reason.
  6. N

    CLEO Help AutoSpec for stuck

    Sure, the code now looks something like this: {$USE CLEO} {$USE ini} {$USE file} {$USE newOpcodes} {$USE bitwise} {$USE clipboard} {$USE CLEO+} {$CLEO} 0662: "c0d" thread "c0d" 0B34: samp register_client_command "stopspec" to_label @stopspec :repeatxx alloc 29@ 256 0b75: samp get_chat_string...
  7. N

    CLEO Help AutoSpec for stuck

    Hello gang, for hours I've been trying to find a way to fix my issue. So, my issue is that when someone does report for being DM the script cleo will spec the player who reported not the one who got reported, this problem is because this script is based on a string that it seems won't stop just...
Top