Всем салют! Как получить уровень розыска в сампе? Player.WantedLevel($PLAYER_CHAR) почему-то всегда выдает 0
Скачал GTA 5 Hud, но там розыск не отображается. Решил попытатся сделать клео скрипт для отображения розыска.
Появилась проблема, а т.к. я никогда не писал скрипты, не могу её решить =\ Вот мой код
P.S. Не смейтесь, первый мой скрипт ;3Код:{$CLEO} 0000: thread 'WANTED' if Player.Defined($PLAYER_CHAR) while true 0390: load_txd_dictionary 'wanted' 038F: load_texture "w0" as 1 038F: load_texture "w1" as 2 038F: load_texture "w2" as 3 038F: load_texture "w3" as 4 038F: load_texture "w4" as 5 038F: load_texture "w5" as 6 038F: load_texture "w6" as 7 1@ = Player.WantedLevel($PLAYER_CHAR) if 1@ == 0 then wait 0 038D: create_texture 1 position 66.0 440.0 scale 100.0 13.0 color 255 219 25 alpha 255 end if 1@ == 1 then wait 0 038D: create_texture 2 position 66.0 440.0 scale 100.0 13.0 color 255 219 25 alpha 255 end if 1@ == 2 then wait 0 038D: create_texture 3 position 66.0 440.0 scale 100.0 13.0 color 255 219 25 alpha 255 end if 1@ == 3 then wait 0 038D: create_texture 4 position 66.0 440.0 scale 100.0 13.0 color 255 219 25 alpha 255 end if 1@ == 4 then wait 0 038D: create_texture 5 position 66.0 440.0 scale 100.0 13.0 color 255 219 25 alpha 255 end if 1@ == 5 then wait 0 038D: create_texture 6 position 66.0 440.0 scale 100.0 13.0 color 255 219 25 alpha 255 end if 1@ == 6 then wait 0 038D: create_texture 7 position 66.0 440.0 scale 100.0 13.0 color 255 219 25 alpha 255 end wait 0 0391: release_txd_dictionary wait 0 end wait 0 0A93: end_custom_thread
WantedLevel ne rabotaet v sampe.