Search results

  1. C

    CLEO Help split string

    How do I split a string into characters e.g I have a string "Hello" and I want it to be spit into variables like "H" "E" "L" "L" "O" thanks
  2. C

    CLEO Help playertextdraw not showing up

    thank you, it is now working
  3. C

    CLEO Help playertextdraw not showing up

    so, with a normal textdraw (https://wiki.sa-mp.com/wiki/TextDrawCreate ) the script is working fine. however, with a playertextdraw (https://wiki.sa-mp.com/wiki/CreatePlayerTextDraw ) the script does not work anymore. this is the example code i'm using to test it while true wait 0 if 0C5D...
  4. C

    CLEO Help Need some help with dialog input script

    I used strstr "Enter", then used scanstring on it and now it's working, thank you!
  5. C

    CLEO Help Need some help with dialog input script

    alright bro, whenever you can I'd appreciate it if you could help :)
  6. C

    CLEO Help Need some help with dialog input script

    Any help with this please?
  7. C

    CLEO Help Need some help with dialog input script

    Hey, so for the past few hours I've been having some trouble getting this script to work, could use some help with it. Here's the code: {$CLEO .cs} 0000: while not SAMP.Available()    wait 50 end while true    wait 0    if        0B4C: samp is_dialog_active 250    then        alloc 0@...
Top