Recent content by cheetahftw1

  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
Top