Search results

  1. W

    Help Cleo Command help

    {$CLEO} 0662: "" thread "" repeat wait 1500 until Samp.Available() 0B34: samp register_client_command "fine" to_label @jos 0AB1: call_scm_func @chatmsg 0 :cmd_39 wait 0 jump @cmd_39 :jos SAMP.IsCommandTyped(20@) // Verifică dacă o comandă este tastată if 0AD4: 20@ = scan_string 20@...
  2. W

    Help Cleo Command help

    I want to create a CLEO script for a command or a dialog box (eg: /fine) that accepts three parameters: ID, amount of the fine, and reason and the response should be "Player Test (id: 1) "was fined $10,000, reason: speed limit" Who can help me with the code?...
  3. W

    Help Cleo webhook discord help

    I want to make a cleo that detects when someone writes "hi" in the chat to send a webhook on discord, can someone help me? {$CLEO} 0000: NOP repeat wait 0 until 0AFA: SAMP_IS_READY // host alloc 0@ 30 0AD3: 0@ = format "discordapp.com" // path alloc 1@ 200 call @construct_path 1 1@ //...
Top