Recent content by Krc

  1. Krc

    Help Calculation problem when window mode active

    u need to get screen resolution and calculate it
  2. Krc

    CLEO Help cleo automatically mark the red checkpoints

    what do you mean mark checkpoints? You already see them in minimap. Explain more what you trying to make
  3. Krc

    Help NOP Dialog Box

    show pic samp client version?
  4. Krc

    CLEO Help How this thing called?

    Hello guys, does anyone know how this thing called, and how can i detect or control it? Image link: https://i.ibb.co/bzCnypd/screenshot-25-06-2023-19-35-29-414.png @Parazitas @monday @ajom etc
  5. Krc

    CLEO Help Need help with dialog and imagine load

    any advice, options?
  6. Krc

    CLEO Help Need help with dialog and imagine load

    Hello ugbase universe, long time no see. I have weird question, does it possible to load texture or image on top of dialog, not behind of it? What im geting: https://i.ibb.co/5K9kdx2/screenshot-29-07-2022-13-14-07-623.png What i need: https://i.ibb.co/6Xg35qP/sw.jpg @Parazitas @ajom etc
  7. Krc

    CLEO Help Need help to code /spread, when i text it made a crash

    {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: is_samp_structures_available 0B34: "spread" @SPREAD While True Wait 0 END :SPREAD 0B12: 0@ = 0@ XOR TRUE If 0@ == TRUE Then 0ACD: show_text_highpriority "SPREAD: ~G~ON" time 1000 0A8C: write_memory 7603296 size 1 value 144 virtual_protect 1...
  8. Krc

    CLEO Help help

    0B79: samp set_chat_input_enabled 1 0C8F: samp process_chat_input "/save"
  9. Krc

    [CLEO] Some snippets

    Create get current cleo file name
  10. Krc

    CLEO Help Auto-reply

    Change to this :ON 0B12: 31@ = 31@ XOR TRUE If 31@ == TRUE Then chatmsg "Reply: ON" -1 else chatmsg "Reply: OFF" -1 end CmdRet
  11. Krc

    CLEO Help Auto-reply

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: "YourCommand" @ON WHILE TRUE WAIT 0 IF and 31@ == TRUE 0B61: samp is_local_player_spawned THEN FOR 0@ = 99 TO 99 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 0B75...
  12. Krc

    SAMPFUNCS doesn't loading.

    instal direct 9 driver
  13. Krc

    CLEO Help Auto answer to friend request

    If 0AD4: $NOT_USED = scan_string 0@ format "%s (%d) sent you a friend request. %s" 4@v 5@ $NOT_USED Then say "/accept %d" 5@ end
  14. Krc

    Someone Had This Problem!!

    Because its zero cords, default server cords. You cant fix that, server must do that.
Top