Search results

  1. C

    Help RakSamp - find text and send server command

    I am using raksamp, idk if it's Lite v0.8.6-0.3.7-R2
  2. C

    Help RakSamp - find text and send server command

    hey, I have one question about raksamp please. I am trying to make it find a text and execute a server command like /buylevel. If I do it like this, it sends the message in chat instead of executing the command: <find text="test" say="/buylevel" bk_color="255 255 255" text_color="255 0 0" />...
  3. C

    Help Edit Raknet reconnect time

    hey, I need a version of the raknet with the auto reconnect time set to 9999999 seconds or with the auto reconnect disabled completely. I can pay in BTC/LTC for the guy who helps me, appreciate it!
  4. C

    Untagged Release [PROJECT] No SAMPFUNCS

    supposed to use Onfoot v2 and updated vehicle recorder some time and both had the same problem. Also CleoControl is similar to these so I bet this will happen with it too.
  5. C

    Untagged Release [PROJECT] No SAMPFUNCS

    the mods have a memory problem. After 1-2 hours of playing, the game crashes after a lot of errors. I tried reloading the mods after 1 hour of play and then my game doesn't crash even after 5 hours. is there any possible fix? CLEO 4.3 / SF 5.3
  6. C

    CLEO Help Input Dialog Text problem

    I want to make a mod that inserts my integer variable into an edit box dialog. For example wanna input 5@ to dialog. Any help? also if you know how to get digits from a text like "Text: 1" and I need to get only the number after ": " I'll appreciate if you can help alloc 5@ 32 5@ = 50...
  7. C

    CLEO Help NOP PACKET_VEHICLE_SYNC

    thanks, simple and working
  8. C

    CLEO Help NOP PACKET_VEHICLE_SYNC

    Hi, I need a mod that when is online will stop sending packets to the server with my location in car until I turn it off. For example I am in a car and I wanna teleport in other 2 cars then back to initial vehicle, If I turn the mod on when I teleport in the 2 vehicles and then I get back to the...
  9. C

    CLEO Help Send KeyPress on multiple GTAs

    Hi, I have the anti pause function on and I want to make 7 accounts jump at the same time, I think I can only do it using the game memory, can you help me? The key I want to press is Right CTRL done thanks to https://ugbase.eu/threads/snippet-send-keypress-via-gta.4071/
  10. C

    Untagged Release [PROJECT] No SAMPFUNCS

    you are god, thanks. just wanted to ask you if you can do something with Unknown command message. Edit: Administrators on B-Zone can see the commands I send to the server, they can still see that I write /char start. Can you do something about it?
  11. C

    CLEO Release [CLEO] AutoHeli.cs - Helicopter autopilot!

    Is working but in slow motion..
  12. C

    CLEO Release [CLEO] AutoHeli.cs - Helicopter autopilot!

    please give a link of your sampfuncs and cleo because with mine is not working, I got CLEO 4.1.1.30f and SAMPFUNCS 5.3.3 but nothing.
  13. C

    CLEO Help [Cleo HELP] - Two params with different variable types.

    :cmd SAMP.IsCommandTyped(0@) if 0AD4: 1@ = scan_string 0@ format "%d %s" 2@ 3@v then 20@ = SAMP.GetPlayerNickname(2@) msg "/say %s(%d) is gay because: %s" -1 20@ 2@ 3@v else msg "{B8DBFF}Syntax: /sex <Playerid> <Reason>" -1 end cmdret It's because of 0AD4 can only output strings to...
  14. C

    CLEO Help RPC

    It tooks max 100 ms to detect the dialog and press a button with my script.. idk exactly to help you with RPC.
  15. C

    CLEO Help RPC

    Why you need a RPC for dialogs when you can do it simple with opcodes. Try: while true wait 0 if SAMP.IsDialogActive(-1) then 0B4E: samp 1@ = get_current_dialog_id log "Dialog id %d" 1@ //SF console wait 1000 end END
  16. C

    CLEO Help Anti-spam

    Wait command is working only in loops, not in commands. You got an example in ShortCuts mod made by me with /buygun, if you want the .ini message me on discord.
  17. C

    CLEO Help Decrypting a mod

    maybe the mod you got is a keylogger, the original mod is not encrypted.
  18. C

    CLEO Help [HELP] textdraw

    Poti face asta scriptere dar vezi daca-ti merge functia la peste 400m (in cel mai bun caz)
  19. C

    change forum nickname

    is here any way to change my forum nickname?
  20. C

    CLEO Help [HELP] textdraw

    Hello, you can't verify the distance with a mod if the player is not in your stream range (300m), only if you check where is the checkpoint.. but if the server doesn't edit the distance in real time, I don't think it moves the checkpoint.
  21. C

    CLEO Help Show dialog when press a key

    Salut, incearca asta: {$CLEO} 0000: NOP repeat wait 0 until SAMP.Available() chatmsg "Mesaj cand intri in joc" -1 while true wait 0 if and key_down 51 not Samp.ChatInputOpened() not Samp.IsDialogActive(-1) then 0AB1: call @dialog 0 wait 100 end END :dialog...
  22. C

    CLEO Help SAMP.CmdRet() error

    I think you don't installed Sanny Builder 3 correctly. Download.: http://ugbase.eu/index.php?attachments/sf_5_3_3_sdk-zip.4662/ Install.: - Copy all files from the "SB data" to "/Sanny Builder 3/data/sa". -------- You Need Only SB Data ! -------- And off course if you don't have SAMPFUNCS...
  23. C

    CLEO Help Cleo click on a textdraw

    TextDraw and 3D Text ID Finder by @springfield Text Draw Finder {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: "txd" @textdraw WHILE TRUE WAIT 0 END :textdraw 0B35: 0@ for 1@ = 0 to 2304 if 0C5D: samp textdraw 1@ is_exists then alloc 2@ = 1024...
  24. C

    CLEO Help get current server name

    thanks :* u know maybe how to get player name too? Is same shit, I get only number
  25. C

    CLEO Help get current server name

    [Server1] ServerName=B-Zone: RPG Server 1 | Corona Outbreak LoginDialogTitle=Account Login NickName=Nic.eXe Password=pass AutoSpawn=0 try it, is not working for B-Zone..
  26. C

    CLEO Help get current server name

    I want to do an autologin for more accounts on my server and I can't pass get current server name. It says some numbers who changes every time, how I can verify the server? I tried this: 0AC8: 1@ = allocate_memory_size 260 0B3A: samp 1@ = get_current_server_name and this: 1@ =...
  27. C

    CLEO Help SignText: Can't create font Arial

    Hello. I made a mod for the server I am playing on and one person said that he get this errors after 40-45 minutes of playing. I have this problem too but I don't know from what mods, I have like 20 in my cleo and I don't know from what wrongs in script this appears. If someone know please let...
  28. C

    CLEO Help How to set dialog list item on a dialog with 2 columns

    if SAMP.IsDialogActive(9) then wait 2000 0B49: samp set_current_dialog_list_item 11 0B47: samp close_current_dialog_with_button 1 // Select button end How I can set dialog list item to last one (11) on this type of dialog -> Dialog
  29. C

    CLEO Help Ignore a specific message from the chat (hide it)

    I made it, thanks for helping. Thanks to Kristyan
  30. C

    CLEO Help Ignore a specific message from the chat (hide it)

    @HowEnCokkien the game crash before log ing
  31. C

    CLEO Help Ignore a specific message from the chat (hide it)

    Can I get a example please? I am beginner.
  32. C

    CLEO Help Ignore a specific message from the chat (hide it)

    I want to make a mod that ignore only a specific message sent by the server, how I can do this? For example "You are driving your own vehicle. Use /lock or N to lock it.", i don't want to see this message. thanks.
  33. C

    CLEO Help Dialog problem

    0B34: samp_register_client_command "rules" to_label @dialog while true wait 0 if 0B3C: samp is_dialog_responded id 1080 button 1@ list_item 6@ input_text 0 then if and 5@ == 1 // Pressed = 1 6@ == 0 // List item number then 0AC6: 8@ = label @conturi offset...
  34. C

    CLEO Help Who know a working /heal mod or godmode for Samp 0.3.7 R1?

    Who know a working /heal mod or godmode for Samp 0.3.7 R1? I tryed a lot of mods but for nothing.. Thanks! Link please?
  35. C

    CLEO Help Dialog with button "Next"

    Up. Help me please
  36. C

    CLEO Help Dialog with button "Next"

    Hello, Thanks for the reponse but I have a problem. I own a mod with 2 tabels with dialogs in and at the 3rd(this) It open the tabel but when you choose an option nothing happen and close the dialog. Can I got some help please, I am a newbie and don't know how to finish it. At 3rd tabel I need...
  37. C

    CLEO Help Dialog with button "Next"

    Hello. I want to make a cleo mod with this script to make a dialog where you can choose more options but at one option I need to make it in 2 dialogs and I want to know if I can make a Next button for it. This is used script: end if 0B3C: samp is_dialog_responded id 1016 button 21@ list_item...
  38. C

    CLEO Help How to crypt a .cs mod?

    Hello, I made a cleo mod but I don't want anyone to stole it, how to crypt it and stop the amators? Thanks.
Top