Результаты поиска

  1. 2

    How can i read this HEX?

    I tried to count only the null symbols to relate it to the mathematical operation, but I gave up very quickly xD Thanks to both
  2. 2

    How can i read this HEX?

    well, im trying to understand this 0@ *= 19 005A: 1@ += 0@ // (int) why *19?
  3. 2

    How can i read this HEX?

    I understand that this selects a part of the HEX and writes the name of the weapon but IDK how understand this hex code, what means the "00 00 00 00 00" call @getwepnameWP 1 id 11@ to 13@ format 0@ "{EECC00}Weapon{00FF00} %s{FFFFFF} %d" 13@ 11@ :getwepnameWP 0AC6: 1@ = label @WPinfoWep offset...
  4. 2

    Help with draw text in screen

    @loganhackerdff On a server, players requesting a service are shown (the color of the name is changed to the color of the service, Medic is green) and sometimes the server map does not show the location of those players. My purpose is with the script to locate those players by putting a...
  5. 2

    Help with draw text in screen

    It's not my script, it's from PopandauL, I just adapted it to my needs Here it is
  6. 2

    Help with draw text in screen

    @randazzo I used it but it still shows me a duplicate text thank you anyway @loganhackerdff Your script is very complicated for me, I'm just learning how to edit them I already corrected the free variable error, although I think it works anyway in that order could you help me with the...
  7. 2

    Help with draw text in screen

    When editing this cleo my purpose is to obtain the distance between me and the players with a specific color (like blue). I have put a text (the ID) to the player's position out of stream to know in which direction it is located. But activating the cleo shows the text duplicated (1 text to the...
  8. 2

    Помощь со списком игроков (получить только 1 цвет имени)

    @loganhackerdff Can you give me a example? please? i just wanna know the condition to apply it. Im new in this, im learning bro
  9. 2

    Help with Player list (get only 1 color names)

    @loganhackerdff Yes, for example, I just want to show the players that have the name green. But what I am looking for is to get that list of players with the green name even if they are not in the stream zone, because I will use it to locate those players all over the map because the map of...
  10. 2

    Помощь со списком игроков (получить только 1 цвет имени)

    Привет всем Я использую Cleo, который показывает имена и идентификаторы ближайших игроков в списке. Я хочу знать, возможно ли, чтобы в списке появлялись только ближайшие игроки с таким же цветом имени (например, красным), а остальные игнорировались. Это то, что я ищу, но я также хотел бы...
  11. 2

    Help with Player list (get only 1 color names)

    Hi everyone I am using a cleo which shows the names and id's of nearby players in a list. I want to know if it is possible that only nearby players with the same name color (like red) appear on the list and the others are ignored. That is what I am looking for, but I would also like to...
  12. 2

    убить информера или что-то в этом роде

    пожалуйста :C
  13. 2

    убить информера или что-то в этом роде

    Я ищу сценарий cleo или lua, который видел в видео, но сейчас я не помню, что это такое и где его найти. Этот сценарий состоял из сообщения, которое убило меня, с указанием имени, идентификатора, оружия, жизни и доспехов, но не как сообщения чата SAMP, как и другие, он показал мне как печатную...
  14. 2

    Ошибка декомпилятора Lua

    Исправлено, я не видел это xD Я уже пробовал с другими, но результатов нет, не могли бы вы помочь мне с этим?
  15. 2

    Ошибка декомпилятора Lua

    когда я декомпилирую файл luac, я получаю эту ошибку, используя "luajit decompiler" любое решение?
  16. 2

    Помощь с сообщениями FakeLag.lua пожалуйста

    It works perfect thanks for your help and for the translations :D
  17. 2

    Помощь с сообщениями FakeLag.lua пожалуйста

    Когда я активирую файл lua, он печатает строку с надписью «FAKE LAG ON», но это сообщение остается активным до его деактивации. (Сообщение о деактивации удаляется через 5 секунд, с этим проблем нет) Я ищу, чтобы это сообщение было деактивировано через несколько секунд Если кто-то может помочь...
  18. 2

    Help with FakeLag.lua

    When I activate the lua file, this prints a string that says "FAKE LAG ON" but this message remains activated until it is deactivated. (The deactivation message is removed after 5 seconds, no problem with that) I'm looking for that message to be deactivated after a few seconds If someone can...