Search results

  1. 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" />...
  2. 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!
  3. 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...
  4. 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...
  5. 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/
  6. C

    change forum nickname

    is here any way to change my forum nickname?
  7. 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@ =...
  8. 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...
  9. 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
  10. 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.
  11. 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...
  12. 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?
  13. 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...
  14. 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