Search results

  1. T

    CLEO Help Read string from dialog?

    Alright, tried to debug, the problem occurs when I try to scan the string and withdraw the integer from the string. It just shows 0, any help? [hr] FIXED, got it to work. Thank you so much Malchik and supahdupahnubah for your help!
  2. T

    CLEO Help Read string from dialog?

    It just writes the number 0 and closes, doesn't seem to work
  3. T

    CLEO Help Read string from dialog?

    I'm still a bit confused, sorry. Could you just add the format thing to my current code? I can't seem to get it to work
  4. T

    CLEO Help Read string from dialog?

    Can i just put %i at this line instead of %d 0AD4: 33@ = scan_string 0@v format "Kills: %d" 5@ //IF and SET so it'll be Kills: %i [hr] How exactly will the code look when i add the format thing? I'm a bit confused
  5. T

    CLEO Help Read string from dialog?

    Yep tested, the problem was in the memory. Now it won't enter the number, what you said, it doesn't accept integers. Is there any solution to this?
  6. T

    CLEO Help Read string from dialog?

    Alright, thank you very much for the fast responses! This may be locked. [hr] Actually i need help again, i did it like this : while true wait 0 if key_down 0x61 then wait 200 0AF9: samp say_msg "/stats" wait 200 0BD7: samp get_dialog_text 0@ 0AD4: 33@ = scan_string 0@v format "Kills: %d" 5@...
  7. T

    CLEO Help Read string from dialog?

    Hello guys, is it possible to make a script that reads a string from a dialog and stores it? If yes could someone please show me how? For an example The number of kills is : *number*, and store that number. Thanks!
Top