Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
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.
Привет. Я хочу изменить последнюю чат цвет линии без...
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
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...
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...
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,