Recent content by GoodMan

  1. G

    CLEO Help SA-MP: Get Nickname from the last line chat.

    i don't know how to get the full name of the player if it contains above 16 characters.... because 2@s is for 8 by strings and 2@v is for 16 byte strings, therefore i use 2@v to store the nickname, however if it contains above 16 chars these will be cut out of the string. {$CLEO .CS} 0000: NOP...
  2. G

    Help [REQ] Vehicle Get Plate CLEO

    probably you need this cleo version but i am not sure. cleo 4.1 sanny builder 3.2.2
  3. G

    Help Help with anti-cheat that checks your GTA files

    use "MiTurboFix" by povargek on github, it will notify you when a retard server is attemping to run malicious code on your computer not only to read your gta folder. we dont know what else they want to see. it's open source btw.
  4. G

    Help I need mod infinity food&water for samp rp

    It's server-sided, but there may be gaps always... (walks away slowly).
  5. G

    [RELEASE]Notepad.cs (save & read notes)

    Hello UGBASE, i would like to make public one of my projects which is a notepad for SAMP. Features: Type /n <text> to save a note Type /rn <text> to search for a note REMINDER: Do not leave empty lines in your Notepad.ini file as it will lead to duplicated results when using /rn to search...
  6. G

    Help I need help finding it text

    TRY THIS {$CLEO .cs} 0000: NOP WHILE 8AFA: is_samp_available WAIT 0 END 0B6D: render 31@ = create_font "Arial" height 10 flags 13 ALLOC 30@ 260 WHILE TRUE WAIT 0 29@ = 300 FOR 0@ = 0 TO 2048 IF 0B46: samp 3d_text 0@ defined THEN 0C46...
  7. G

    Help Cleo %s not print text

    try this, it will show only the first 16 letters. :text 0B35: samp 0@ = get_last_command_params IF 0AD4: $NOT_USED = scan_string 0@ format "%s" v$PLAYER_NAME // 16 byte string THEN alloc 16@ 24 0AD3: 16@ = format "%s" v$PLAYER_NAME 0AF8: samp add_message_to_chat "your text: %s" color...
  8. G

    Help Key presser in cleo.

    why not ? is it detectable ? does it work on all servers?
  9. G

    Help Get player with highest id

    THANKS BOSS, IT WORKED PERFECT, I NEVER THOUGHT ABOUT COUNTING BACKWARDS LOL. I ADDAPTED IT TO MY SCRIPT LIKE THIS WHILE TRUE WAIT 0 IF 0AB0: key_pressed 32 // SPACEBAR THEN REPEAT WAIT 0 UNTIL 8AB0: key_pressed 32 // SPACEBAR...
  10. G

    Help Get player with highest id

    Hello ugbase, i request help to learn how to get the online player with highest number ID. note: i know that "0C8A: samp 1@ = get_max_player_id streamed_only 0" gets the total of connected players and i can use that number to do what i want, BUT it doesn't work in my case, because the server i...
  11. G

    Help Animations

    i had the same problem when i tried to get other players animations, it never worked but for main actor. the only solution i found is to check if player is performing animation and then draw a format with that animation name. i'll give you a piece from my personal project, figure out how you can...
  12. G

    [RELEASE]Countdown.cs/Timer.cs

    Hello, Today i'm gonna release a cleo script made by other ugbase.eu member but completely edited by meh. What does this do?, alright, this mod is a very basic ''timer'' that might be useful for Role Play servers or DeathMath servers where there are certain activities that requires await time...
  13. G

    CLEO Help [HELP] Script doesn't work!

    Hello, i would like to have your help here, i'm quite advanced scripter but i can't find the mistake here. My opinion is that 0B4C: crashes the whole script. If i change 0B4C: for any other condition it's ok, the script works, but only for 0B4C: crashes. What i wanna do is to type /sayhi and...
  14. G

    CLEO Help [cleo don't working]

    as i said. if i ever try to use ''0AF9: samp say_msg' 'on this server s2.hotring.cz:7777 , it won't work.
  15. G

    CLEO Help [cleo don't working]

    SUP FELLAS i its me again i stole a cleo from springfield and modified for my own purposes.. soo its a very basic cleo heres it {$CLEO .cs} //-------------MAIN---------------// 0000: NOP REPEAT WAIT 400 UNTIL 0AFA: 0B34: "v" @VOMIT WHILE TRUE WAIT 0 END :VOMIT 0B35: samp 0@ =...
Top