Недавнее содержимое от PopandaulX

  1. P

    Вопросы по CLEO-скриптингу

    Thanks. I didn't know I can only modify the color.
  2. P

    Вопросы по CLEO-скриптингу

    Hi. I want to change the last chat line color without modifing anything else. I'd use 0B74: samp set_chat_string 1@ text 2@ prefix 3@ color 4@ prefix_color 5@, but I only need to change the color and I have no idea what that prefix is. Привет. Я хочу изменить последнюю чат цвет линии без...
  3. P

    Вопросы по CLEO-скриптингу

    Which one...? EDIT: 0AB1: call @StoreClosestMarkerPos 0 X 30@ Y 29@ Z 28@ 0AB1: call @StoreClosestRaceMarkerPos 0 X 30@ Y 29@ Z 28@ = not working. Anyway, I can only have one marker active at a time
  4. P

    Вопросы по CLEO-скриптингу

    Вы имеете в виду стандартный виртуальный мир?
  5. P

    Вопросы по CLEO-скриптингу

    Hello. I need help again to find the X and Y coordinates of a checkpoint (the red ones when you do /find on RP servers). I've been given these: 0A8D: 3@ = read_memory 0xBA8748 size 4 virtual_protect 0 // x 0A8D: 4@ = read_memory 0xBA874C size 4 virtual_protect 0 // y 0A8D: 5@ = read_memory...
  6. P

    Вопросы по CLEO-скриптингу

    if 0AB0: key_pressed 75 then 0ac8: 3@ = 260 0B75: samp get_chat_string 99 text_to 3@ prefix_to 4@ color_to 5@ prefix_color_to 6@ 0AF8: samp add_message_to_chat "%s" color 0xFFFFFF 3@ 0ac9: 3@ end This crashes.... if I replace 99 with 1@ it works, but returns weird characters EDIT: oooh, all...
  7. P

    Вопросы по CLEO-скриптингу

    I've tried to use this function, but I keep getting crash. Will the 2@ include a {COLOR} code? EDIT: The function is now working, but who is 1@???
  8. P

    Вопросы по CLEO-скриптингу

    Hello. I need a little help to read the colors of a text. 0AF8: samp add_message_to_chat "{B2E4FF}Fail" color 0x19F577 If this text would be shown on chat, I want to read the B2E4FF, but using the getChatEntryColor function, it will return 10F577,