Search results

  1. E

    CLEO Help a little help with this cleo please!

    i did it and same problem remain
  2. E

    CLEO Help a little help with this cleo please!

    {$CLEO .cs} 0000: NOP REPEAT WAIT 1000 0A8D: 31@ = readMem 0xC8D4C0 sz 4 vp 0 UNTIL 31@ == 9 // SAMP_IS_READY 0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED098' 30@ 0AA5: call 0x718600 2 pop 2 30@ "Respawning cars in: ~1~ sec" 32@ = 0 // keep timer active while true...
  3. E

    CLEO Help a little help with this cleo please!

    the code got compiled but it makes the game crash
  4. E

    CLEO Help a little help with this cleo please!

    {$CLEO .cs} thread 'TowCars' 0@ = 0 // Initialize toggle variable to off :TowCars_Loop wait 0 if 0@ == 1 // If toggle variable is on then 0C8F: samp process_chat_input "/towcars" // Execute the "/towcars" command wait 30000 // Wait for 30 seconds end jump @TowCars_Loop...
Top