Search results

  1. hahahafuccoff

    CLEO Help Modify wait into 32@ or 33@

    WHILE TRUE WAIT 0 //HERE COME MY DIALOG AND OTHER FUNCS //THIS IS JUST AN EXAMPLE if and dialog.CheckBoxIsChecked(1@, 1)  28@ == 1 then chatmsg "1 working" -1 wait 3000 28@ = 2 end if and dialog.CheckBoxIsChecked(1@, 1)  28@ == 2 then chatmsg "2 working" -1 wait 3000 28@ = 3 end if and...
  2. hahahafuccoff

    CLEO Help Cleo open internet page

    Hello (again :iknowwhatyoudidthere: ) I wanted to create a cleo mod that will open a page in a browser but i am dumb as always and i failed  :shy:  {$CLEO} 0000: NOP repeat     wait 0 until 0AFA:  is_samp_available   0B34: samp register_client_command "google" to_label @google while true...
  3. hahahafuccoff

    CLEO Help Draw image on screen

    Hello, i am trying to draw a picture with hitler on the screen if command is typped but it doesn't work, it just download on cleo_saves folder but it doesn't show, can you see what i'm doing wrong ? I will apreciate. The annoying hitler don't want to show {$CLEO .cs} 0000: repeat  wait 0...
  4. hahahafuccoff

    CLEO Help SF Dialog EditBox

    I need help with SF Dialogs again  :iknowwhatyoudidthere:  How can i set a variable if is typed in editboxes a command ? Example: Dialog.AddEditBox(1@, 1, "Type something", 33, 35, 195, 40) Dialog.AddButton(1@, 3, "Send", 56, 86, 155, 40) When i am clicking the button 3 Send, i want to be...
  5. hahahafuccoff

    CLEO Help Dialog problem

    Hi, i am trying to make a little dialog but i am pretty bad at cleo because i am newbie and that's my second one I don't get what am i making wrong, i need a little help Well, first of all, afetr i type cheat "xaxa" the dialog shows but i can't see my mouse Second, if i type xaxa more times, the...
Top