Search results

  1. KamikazeSripterul

    Help me please, I need to fix this cmd!

    Use this pattern. I hope you at least understand this. I cannot provide any further help because i dont know how to make it any clearer. {$CLEO .cs} thread 'CMD' REPEAT WAIT 0 UNTIL 0AFA: // 0@ = gun licence // 1@ = fly licence // 2@ = boat licence chatmsg "Message when you enter game" -256...
  2. KamikazeSripterul

    Help me please, I need to fix this cmd!

    You have an useless 'END'.
  3. KamikazeSripterul

    Help me please, I need to fix this cmd!

    Ok so.. You're not supposed to put WHILE TRUE in a label. A label is basically :cmd, something that defined a block of code. In this case, you put a loop in a label which won't work very well. To make it more clear (at least i'll try to) what you are essentially doing is using a command (in this...
  4. KamikazeSripterul

    CLEO Help Edit log-in text

    So the message is always the same. Your friend X is now online. The only thing that changes is X, that being the name of the player that connected.
  5. KamikazeSripterul

    CLEO Help 3D Text

    Bump.
  6. KamikazeSripterul

    CLEO Help Edit log-in text

    So on the server i play, you get notified when a friend joins the server. ( ). I have tried to get the name from the string, and edit the string but keeping the same name.. if that makes sense. Also, you can edit your desired sentence from game. So if you're in-game you can type /loginname Hi...
  7. KamikazeSripterul

    Collection

    What i can do is when the string is detected, it will automatically close dialog with button 1 (Taip). Is that ok? But please tell me which is the name.. So put %s for name and %d for the amount of money. So %s has donated %d money. I can't figure out what is in that string.
  8. KamikazeSripterul

    CLEO Help Text backwards

    Fixed it. Thanks @_Safa you can close this thread.
  9. KamikazeSripterul

    CLEO Help Text backwards

    no.. i need the whole word to be said backwards. So if i have 'hello' it will output 'olleh'.. Not just the words.. Or you my have the solution but i just don't get what you mean
  10. KamikazeSripterul

    Collection

    Pictures with the money?
  11. KamikazeSripterul

    CLEO Help Text backwards

    Hei. How can i make a command that will type the string backwards? So if i say /back Hei it will say in chat ieH? Thanks in advance.
  12. KamikazeSripterul

    CLEO Help ccontrol help

    No worries dude.
  13. KamikazeSripterul

    CLEO Help ccontrol help

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0AB0: 187 { 1 key } THEN IF 31@ == FALSE THEN WAIT 500 0AF8: samp add_message_to_chat "{FFF700}Activated" color 0xFFF700 31@ = TRUE ELSE WAIT 500 0AF8: samp add_message_to_chat "{FFF700}Dezactivated" color...
  14. KamikazeSripterul

    CLEO Help ccontrol help

    I don't understand your request..
  15. KamikazeSripterul

    CLEO Help ccontrol help

    What do u mean a cicle..?
  16. KamikazeSripterul

    Help me please, I need to fix this cmd!

    It doesn't matter how much waiting time you assign to the code. The server has it's own anti-spam system. This will allow you to type 15commands/5sec. This is why your code doesn't work. In fact, your code does work but the server has anti spam system.
  17. KamikazeSripterul

    CLEO Help Cleo help

    Uhm.. i think you could.. it's a lot of work
  18. KamikazeSripterul

    CLEO Help cleo chat reader help!!

    There ya go.
  19. KamikazeSripterul

    CLEO Help cleo chat reader help!!

    There ya go.
  20. KamikazeSripterul

    Collection

    Ok so you have 2 files. ClosestPlayerID.cs - This will say the ID of the closest player. Edit the cleo with which command you want. Make sure you respect the format 'say "/command %d" 0@'. If you do not place correctly %d and 0@, it will not work. ClosestPlayerNAME.cs - This will get the...
  21. KamikazeSripterul

    Collection

    What is the string in chat? Can you leave a picture? imgur.com/upload
  22. KamikazeSripterul

    Collection

    activation command /fullhp.
  23. KamikazeSripterul

    Collection

    How about you tell me the coords? Use /save in-game and go to Documents > GTA San Andreas User Files > SAMP > saveposition.txt and give me the whole file. I'll find out which are the coords.
  24. KamikazeSripterul

    Collection

    http://ugbase.eu/index.php?threads/run-or-sprint-recorded-path-0-3-7.15466/ Use /.rec to record a path in a house or any area you wish. After recording it, use /.stoprec to stop the recording. Use /.play and /.stop to play / stop the path to run. I use this myself on my RP server, it should...
  25. KamikazeSripterul

    CLEO Help My car is invisible.

    Usually you'd have to respawn the car. I had this problem before and it was because of a cheat, godmode. Anything that can affect cars may affect it's visibility. Remove ANY mods and install back one by one checking which one can be the problem. If you use sampfuncs, in-game press ' to open...
  26. KamikazeSripterul

    CLEO Help Cleo help

    Try if this works.
  27. KamikazeSripterul

    Collection

    There is a mod change.cs, i believe u can change the time in-game. Ill leave u the link. Edit: https://moduri.ro/downloads/changer.rar
  28. KamikazeSripterul

    CLEO Help Cleo help

    You already have distance in bottom left... why you need it again?
  29. KamikazeSripterul

    CLEO Help Drive to race checkpoint

    Yeah, thats what i was thinking about too.. and eventually 10-20 units before u arrive to the checkpoint to start braking so when it reaches the checkpoint it fully stops. The problem i faced was that the car would reach the checkpoint, have too much speed so it couldnt stop in the checkpoint...
  30. KamikazeSripterul

    CLEO Help 3D Text

    Bump.
  31. KamikazeSripterul

    CLEO Help Drive to race checkpoint

    I guess you could hardly solve this with coords but its very difficult and hard to think..
  32. KamikazeSripterul

    CLEO Help Drive to race checkpoint

    Yea, i only did it for race checkpoints
  33. KamikazeSripterul

    CLEO Help Making cleo to type a command auto

    Or combine the 2 cleos together.
  34. KamikazeSripterul

    CLEO Help 0B8C: samp is_cursor_active

    Or use SAMP.IsCursorActive()
  35. KamikazeSripterul

    CLEO Help 3D Text

    Bump.
  36. KamikazeSripterul

    CLEO Help 3D Text

    Bump
  37. KamikazeSripterul

    CLEO Help 3D Text

    Im guessing thats what its called.. im not sure because i havent dealt with this before
  38. KamikazeSripterul

    CLEO Help 3D Text

    It doesn't do what i want it to do. It isn't a textdraw on my screen, it's like a... it's like one of those texts put by the server. I'm not sure how to explain but the code you gave me isn't helpful.
  39. KamikazeSripterul

    Collection

    This isn't possible. You cannot really bypass the anti cheat on your server. I may be wrong but with the help of my knowledge i think this isn't possible.
  40. KamikazeSripterul

    CLEO Help Auto command

    Edit: about finding the txd id, you dont.. search up txd id.. The server you play on has it's IDs. Check all of them (0 to 2304) and check for the string you need.
  41. KamikazeSripterul

    CLEO Help Auto command

    You want to continuously search for what you need therefore you need to put that in loop. You don't need 0c5d because you are searching through all of them anyways, that's just a useless condition. you only put alloc 2@ 1024, no equal sign (=) needed. im not sure what you did with 0c29.. use...
  42. KamikazeSripterul

    CLEO Help Auto command

    Check for all txd id (0 to 2304). Check for the next you need. Get the coords of the txd and yourselve's. If the distance is lower than.. idk 5-10 depends on how far you can type /getgift, then type the command. After that, check the txd (0 to 2304) for the word 'SPIN' and click that txd. Search...
  43. KamikazeSripterul

    CLEO Help Drive to race checkpoint

    It works just fine but the problem is when it reaches the checkpoint, it suddenly goes right and just.. gets stuck in buildings..
  44. KamikazeSripterul

    CLEO Help 3D Text

    Bump.
  45. KamikazeSripterul

    CLEO Help cleo

    Its complicated because theres numbers and letters.. i personally dont know how to deal with this..
  46. KamikazeSripterul

    CLEO Help cleo

    Uve tried using string, right? %s
  47. KamikazeSripterul

    CLEO Help Drive to race checkpoint

    So the process of this job is the followng: - get into bus, your checkpoint will appear - drive to checkpoint - when you arrive to checkpoint it says 'Please stop in the checkpoint.' - After 2-3 sec the current checkpoint will disappear and another one will appear. This process is repeated again...
  48. KamikazeSripterul

    CLEO Help Checkpoint coords

    Thank you very much. @_Safa you can close this thread.
  49. KamikazeSripterul

    CLEO Help Checkpoint coords

    If i have an active checkpoint from the server, how would i get the coords of this checkpoint? I need it for a job which keep gives you checkpoints, so i guess it's a race checkpoint. Also, i need something to check if race checkpoint is active, i could only find the ones used for normal...
  50. KamikazeSripterul

    Helpppp!!

    Dude.. you cannot edit those things... Money, level etc. You cannot do such things, they are server sided.
  51. KamikazeSripterul

    Helpppp!!

    You cannot add money to a server. Money is a server-sided thing. It's in the database of the server. What you get shown as your balance it's in a file which you have no access to.
  52. KamikazeSripterul

    CLEO Help cleo

    Hope this works. requires sampfuncs.
  53. KamikazeSripterul

    CLEO Help cleo

    So you want without sampfuncs?
  54. KamikazeSripterul

    CLEO Help HEAL HELP

    Where did u get the value for 0@?
  55. KamikazeSripterul

    CLEO Help Close dialog automatic

    Or get the title and text of the dialog and based onthat close the dialog which u need.
  56. KamikazeSripterul

    CLEO Help Allocating Memory

    Okay, thank you guys for your support. @_Safa you can close this. Thanks
  57. KamikazeSripterul

    CLEO Help Command replace

    If u want to change a server command and ur the scripter of the server, you do this in pawn.. so u got the wrong forum. If u want to remove command /x registered on server, u cant do that, thats serversided. @_Safa solve this topic, it doesnt make any sense
  58. KamikazeSripterul

    CLEO Help Command replace

    You would simply.. make a code w that command... 0B34: "y" @command :command SAMP.IsCommandTyped20@) say "/x" SAMP.CmdRet() Its like using other commands like.. /q or /car or whatever..
  59. KamikazeSripterul

    CLEO Help Command replace

    There...isnt a snip.. u only have to change one word/char..
  60. KamikazeSripterul

    CLEO Help Is Checkpoint active

    So i tried to make a code which allows u to disable the checkpoint by pressing the key K. When you press K it sees if there is an active checkpoint, then types /killcp, however, it crashes. WHILE TRUE WAIT 0 IF AND NOT SAMP.ChatInputOpened() key_down 75 THEN IF 0AB1...
  61. KamikazeSripterul

    CLEO Help Command replace

    You literally have to change one thing. 0B34: samp register_client_command "x" to_label @cmd 0B34: samp register_client_command "y" to_label @cmd Idk what could go wrong there. Eventually show us the original and the edited code.
  62. KamikazeSripterul

    CLEO Help No SAMPFUNCS

    Thanks @Parazitas . I knew i could count on u ;)
  63. KamikazeSripterul

    CLEO Help No SAMPFUNCS

    Hei. I'm not used to the idea of not using sampfuncs and recently i tried to help as many people as possible w their scripts and noticed a high percentage of these people dont use sampfuncs. Do you have any tips and tricks or anything i should know about working w no sampfuncs? (e.g how to start...
  64. KamikazeSripterul

    CLEO Help so new with this stuff

    1. There are many other cheats you might find useful or even with a bit of research and logic you can create one yourself. A script of yours doesn't necessarily need to be build up by you from the start as long as you don't take credits for it. 2. Don't download useless things that you won't...
  65. KamikazeSripterul

    Collection

    You put up a video of... you talking to someone then... doing something.. checking a few dialogs.. I don't understand. Where's your truck? Where's your trailer? What are you supposed to load up? What are the server commands? Are the specific coordinates you can do this at? And do you use...
  66. KamikazeSripterul

    Collection

  67. KamikazeSripterul

    CLEO Help cleo mod autopress

    He is tired, another member of this forum will help u or search similar scripts.
  68. KamikazeSripterul

    Collection

    This should work. .on = on .off = off
  69. KamikazeSripterul

    Collection

    .on = on .off = off
  70. KamikazeSripterul

    Collection

    do you use sampfuncs?
  71. KamikazeSripterul

    Collection

    My mistake, i forgot about the loop.
  72. KamikazeSripterul

    CLEO Help Car Job Detector

    what does that mean?
  73. KamikazeSripterul

    Collection

    http://www.ugbase.eu/index.php?threads/release-intocar-cs-jack-cs-enter-any-restricted-cars-that-you-like.6988/
  74. KamikazeSripterul

    Collection

    Try this
  75. KamikazeSripterul

    Collection

    Change 'TEXT' to the text you want it to detect.
  76. KamikazeSripterul

    Collection

    Give me 10min
  77. KamikazeSripterul

    Collection

    Kristler#2551
  78. KamikazeSripterul

    Collection

    you didn't specify an on/off key in ur request.. i made it so it permanently sends that.. i made it so after the pressing of C + Q it waits 10 secs. there isn't any command in this script so there's no commands sent to the server. It depends what you did in the script yourself.
  79. KamikazeSripterul

    Collection

    This should work.
  80. KamikazeSripterul

    Collection

    Change the coords with the ones you need. p.s the name of the file is wrong ;)
  81. KamikazeSripterul

    CLEO Help Car Job Detector

    Hi! So i thought of this idea to see how many players driver car Y used for job X. Forget the job name, i just need to find out how many players driver a tractor for example, and make a variable to which you can add and substract 1 depending on how many people driver this vehicle. Can anyone help?
  82. KamikazeSripterul

    Collection

    https://moduri.ro/reconnect/
  83. KamikazeSripterul

    Collection

    Can i see screenshot / video? I think i might be able to help you Kristler#2551 on discord
  84. KamikazeSripterul

    CLEO Help key pressed

    Thanks @Parazitas , ill see how i can use this in my script.
  85. KamikazeSripterul

    CLEO Help 3D Text

    @monday @springfield @_Safa
  86. KamikazeSripterul

    CLEO Help 3D Text

    @Parazitas
  87. KamikazeSripterul

    CLEO Help Job's Cars

    Okay, i might be a little stupid by making a billion posts on the same topic. I want to make a dialog which will show how many people are in certain job vehicles. If someone leaves / enters one of those vehicles, obviously the numbers will change. I am having trouble of figuring out how to...
  88. KamikazeSripterul

    CLEO Help player's car

    I'm not sure what you're referring to but i need to know exactly which car model the player is driving.
  89. KamikazeSripterul

    CLEO Help player's car

    @_Safa
  90. KamikazeSripterul

    CLEO Help player's car

    {$CLEO} {$INCLUDE SF} 0000: thread "JobsBrowse" repeat wait 0 until SAMP.Available() Dialog.Create(0@, "Job Cars") Dialog.SetRECT(0@, 1470, 250, 400, 500) Dialog.AddListBox(0@, 0, 3, 3, 390, 490) Dialog.SetVisible(0@, 0) 0B34: "jobcars" @jobcars WHILE TRUE WAIT 0 FOR 10@ = 0 TO 1000...
  91. KamikazeSripterul

    CLEO Help player's car

    On RP servers there are certain jobs. I want to know how many people are in the jobs' vehicles. I have done this so far however it isn't working properly, i get crash as i enter the game. I am not very experienced with this type of dialog.. Anyone help? {$CLEO} {$INCLUDE SF} 0000: thread...
  92. KamikazeSripterul

    CLEO Help 3D Text

    HostName: blue.bugged.ro Address: blue.bugged.ro:7777 Players: 980 / 1000 Ping: 74 Mode: RPG Romania 4.01.106 Language: RO/EN If you type /gps > Wang Cars Dealership and just get a bike and go there from spawn or use /service taxi and ask to go 'Wang'.
  93. KamikazeSripterul

    CLEO Help 3D Text

    So on the server that i play there is this mission called Wang Cars Dealership. On the wall there are the names of 6 cars (like so ). I have tried both of these ( http://ugbase.eu/index.php?threads/textdraw-or-3dtextlabel-finder.17396/ ) (...
  94. KamikazeSripterul

    CLEO Help Dialog.GetControlPos

    How do you use Dialog.GetControlPos? I am curious of other functions too. Anyone know any topic or forum where i can find the use of these?
  95. KamikazeSripterul

    CLEO Help Creating .cs File with SannyBuilder-v3.3.3

    You did it right the way you did it.. There isn't really multiple ways of compiling in Sanny Builder. Or i may be mistaken, but that's what i know.
  96. KamikazeSripterul

    CLEO Help Creating .cs File with SannyBuilder-v3.3.3

    @PH-JC i dont get what ur problem is.. do u get error when compiling? Or the cleo doesnt work in game?
  97. KamikazeSripterul

    CLEO Help Creating .cs File with SannyBuilder-v3.3.3

    Go to File > Save As and save it in your CLEO FOLDER else it won't work. Also, if you have multiple samp folders, when you start up samp go to Tools > Settings and make sure the desired folder of the game is chosen.
  98. KamikazeSripterul

    CLEO Help key pressed

    {$CLEO} {$INCLUDE SF} 0000: thread "TaxiCMD" repeat wait 0 until SAMP.Available() 0B34: "clear" @clear 0B34: "clearall" @clearall 0B34: "bind" @keybind 0B34: "keybinder" @info WHILE TRUE WAIT 0 // test for pressed key IF AND 0B21: NOT samp is_chat_opened 11@ == 1 THEN...
Top