Search results

  1. A

    CLEO Help Can you edit and compile this CLEO script for me?

    When you compile it should auto create a .cs wherever was your .txt
  2. A

    CLEO Help Cleo file help

    I think you should stop asking everyone else to do something, try adding SF data to your sanny builder
  3. A

    CLEO Help looping close peds

    0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 1@ if 056D:   actor 1@ defined jf @ABC1 if or Actor.Model(1@) == #hmost Actor.Model(1@) == #lsv1 Actor.Model(1@) == #lsv2 Actor.Model(1@) == #lsv3 Actor.Model(1@) == #nurgrl3 then 000A: 1@ += 1 end a
  4. A

    CLEO Help looping close peds

    Im using opcode for taking nearest ped but i want a nearest ped thats not the certain Actor.Model
  5. A

    CLEO Help SAMPFUNC colors

    yes it is ::D ty
  6. A

    CLEO Help SAMPFUNC colors

    What kind of  do sampfunc render opcodes use? Like this one: 0xFFC0FF01 I don't get anything displayed unless i use this code i found in some help section long time ago,and i want a red instead of this yellow color
  7. A

    CLEO Help pulling out serverside bar

    Thanks for your help,but I havent achieved really anything with my knowledge so you can close this,except someone can give me a good lead how to find textdraws(looping isnt problem)
  8. A

    CLEO Help pulling out serverside bar

    no its a server sided hp bar, my hp bar is out of the screen with interfaceeditor,this one remains all the time
  9. A

    CLEO Help pulling out serverside bar

    i want to make something that will help me remove the serversided hp bar,only similar cleos ive found are textdrawfinder and opcode in sampfuncs for deleting them any helps :?
  10. A

    Really useful cleos!@#!@#

    ha ha
  11. A

    CLEO Help Verification hack

    someone posted similar thing recently cant find the thread now
  12. A

    CLEO Help compiler error: incorrect number of conditions 8. max

    didnt notice the code, retard
  13. A

    CLEO Help compiler error: incorrect number of conditions 8. max

    works with 8 in my script
  14. A

    CLEO Help About text draw HELP!

    thats because its automatically aligned to left
  15. A

    CLEO Help textdraw wrong value

    indeed im retarded,i was subtracting it with 50000 and was wondering why doesent it work lmao ty everyone this can be closed
  16. A

    CLEO Help textdraw wrong value

    Works on the ugbase server,doesent work on the server i usually play, displays 5000080  80 - hp
  17. A

    CLEO Help textdraw wrong value

    you mean you tested ig? could it be due server sided hp
  18. A

    CLEO Help textdraw wrong value

    0000: NOP 03F0: enable_text_draw 1 :NONAME_6 wait 0 0@ = Actor.Health($PLAYER_ACTOR)   if  0@ > 0 else_jump @NONAME_6 0342: enable_text_draw_centered 1 033F: set_text_draw_letter_size 0.65 1.8 081C: draw_text_outline 1 RGBA 0 0 0 255 0340: set_text_draw_RGBA 159 64 62 255 045A...
  19. A

    CLEO Help Correct name

    Download Cleos with such feature and check opcodes for .ini files then do it by yourself This site is for helping people not making whole scripta for them
  20. A

    CLEO Help Sampfuncs

    Its not working at all? You dont see the edited loading page?
  21. A

    CLEO Help check player's state

    0B5C: samp is_player 0 @ paused not sure but try this
  22. A

    CLEO Help check player's state

    0B64: samp is_player 1@ npc
  23. A

    CLEO Help Compile error

    // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- 0000: NOP thread "CHAOSGUARD" :CHAOSGUARD_16 wait 100   SAMP.Available jf @CHAOSGUARD_16 :CHAOSGUARD_29 wait 0 if 0AD2...
  24. A

    CLEO Help sphere help

    theres a lot of sphere opcodes ive been trying to get a hold of,so which is the best one to locate characters near to you and which one does it choose if two are in the sphere
  25. A

    CLEO Help Send command loop

    theres already one https://www.youtube.com/watch?v=eP6iUsflyoY
  26. A

    CLEO Help Chat reader

    i think i got it,the snippet is from the thread someone provided up
  27. A

    CLEO Help Chat reader

    {$CLEO} 0000: wait 5000 :MAIN REPEAT    wait 0 UNTIL SAMP.Available while true    wait 5000    0AC8:   1@ = allocate_memory_size 145    0AB1:   call @getChatEntryText 1 id 99 to 1@    if         0AD4: $NOT_USED = scan_string 0@ format "* Bodyguard %s wants to protect you for $200, type...
  28. A

    CLEO Help Chat reader

    shouldi use snippet for getting last command or is there anything easier?and how would my scantstring look like i was trying something but it only crashed me
  29. A

    CLEO Help Chat reader

    Okay so this is section of CLEO i never touched and I need advice which path to take,I want to read string and respond if its "*name* blabla" but i want to run it always *name* is not imprtant is ahk log reading a good idea or should i go with cleo and what opcodes should i look for that
  30. A

    CLEO Help vesting cleo

    He didn't. This was released by some guy on forums and deleted it afterwards However i have this same issue on my cleo,it just prints /command "I" number, never the ID,i tried both samp 1@ = get_player_id_by_actor_handle 0@ and SAMP.GetActorHandleblabal
  31. A

    CLEO Help CLEO not working

    Compiled file has no header, so the model name #CWMOHB2 can not be used. Use number ID instead. btw thanks a lot for helping me christmas and supah :)
  32. A

    CLEO Help CLEO not working

    When i come to ANY player it gets me /guard D 200
  33. A

    CLEO Help CLEO not working

    ok fixed the slowmo i didnt put key_pressed but still not working also installed 4.1
  34. A

    CLEO Help CLEO not working

    bumpy
  35. A

    looking for Scripter+ HZRP / MXRP Script

    who needs a shitty script like hzrp
  36. A

    CLEO Help CLEO not working

    help
  37. A

    CLEO Help CLEO not working

    thanks,figured it out easily :) ill find the script
  38. A

    CLEO Help CLEO not working

    (taken from ugbase script) Also this probably some dumb mistakes since im just starting to experiment
  39. A

    CLEO Help [CLEO]

    changed [hr] figured this im a retard sorry ;(
  40. A

    CLEO Help [CLEO]

    figured this is wrong section,got new question why is this getting me error in sanny builder 2@ = SAMP.GetSAMPPlayerIDByActorHandle(11@)
Top