Другое for cleo script help?

eaxiess.

Новичок
Автор темы
12
1
I have a big problem when i open the .cs file it happens Click here! and when i click the IGNORE_UNKOWN it happens Click here! my whole question and is


how to change the weapon to deagle yeah i know it current_weapon == 34 to 24 I make it already but not working and
my number two questions is how to read hex code to text or somethingclick here! like on image.

THANKS TO WHO HELP ME OUT OF THIS PROBLEM.
 

D3.Pheonix

🎹
Модератор
2,814
1,593
maybe It's crypted.
You should upload script here:
 
  • Нравится
Реакции: eaxiess.

D3.Pheonix

🎹
Модератор
2,814
1,593
Try to change it by yourself
CLEO:
{$CLEO}
0000:

while true
wait 0
    if and
    not Actor.Driving($PLAYER_ACTOR)
    not Samp.IsDialogActive(-1)
    not Samp.ChatInputOpened()
    key_down 1
    key_down 2
    02D8:   actor $PLAYER_ACTOR current_weapon == 34
    then
    0B56: set_game_key 17 state 255
    end
end
 

Вложения

  • zoomfix.cs
    17.5 KB · Просмотры: 6
  • Нравится
Реакции: ignevic