Помогите сделать скрипт

rakzo

Известный
Автор темы
99
3
Кто может помочь изменить этот скрипт что-бы цвет менялся не на сайнт роуз а на юме
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP
0001: wait 4000 ms
03A4: name_thread '$DAPO_#SHOW'
0AC8: 1@ = allocate_memory_size 16
0B39: samp get_current_server_address 1@ port 2@
00D6: if
0C14: strcmp string1 1@ string2 "185.169.134.5"
004D: jump_if_false @$DAPO_#SHOW_279
0AC9: free_allocated_memory 1@
0002: jump @$DAPO_#SHOW_84

:$DAPO_#SHOW_84
0001: wait 0 ms
0C48: samp textdraw 1050 create "A" pos 1141473280 1065353216
0C4C: samp textdraw 1050 set_style 4.0
0C4E: samp textdraw 1050 set_outline 1 color -16777216
0C52: samp textdraw 1050 set_letter_size 1057803452 1077097259 color -4148481
0C48: samp textdraw 1051 create "Rizona" pos 1141719040 1086324736
0C4C: samp textdraw 1051 set_style 3
0C4E: samp textdraw 1051 set_outline 1 color -16777216
0C52: samp textdraw 1051 set_letter_size 1050924743 1067030921 color -4148481
0C48: samp textdraw 1052 create "SAINTROSE" pos 1141686272 1096810496
0C4C: samp textdraw 1052 set_style 2
0C4E: samp textdraw 1052 set_outline 1 color -16777216
0C52: samp textdraw 1052 set_letter_size 1043207224 1068708651 color -1
0002: jump @$DAPO_#SHOW_84

:$DAPO_#SHOW_279
0AC9: free_allocated_memory 1@
0BDE: pause_thread 0
 

Carrentine

Потрачен
569
460
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
CLEO:
{$CLEO}

0000:

wait 4000
alloc 0@ 64
SAMP.GetCurrentServerAddress(0@, 1@)
if 0C14: strcmp string1 0@ string2 "185.169.134.107"
then free 0@
else
    free 0@
    end_thread
end

repeat
    wait 0
until SAMP.Available()

while true
    wait 0
    0C48: samp textdraw 1050 create "A" pos 1141473280 1065353216
    0C4C: samp textdraw 1050 set_style 4.0
    0C4E: samp textdraw 1050 set_outline 1 color -16777216
    0C52: samp textdraw 1050 set_letter_size 1057803452 1077097259 color -4148481
    0C48: samp textdraw 1051 create "Rizona" pos 1141719040 1086324736
    0C4C: samp textdraw 1051 set_style 3
    0C4E: samp textdraw 1051 set_outline 1 color -16777216
    0C52: samp textdraw 1051 set_letter_size 1050924743 1067030921 color -4148481
    0C48: samp textdraw 1052 create "YUMA" pos 1141686272 1096810496
    0C4C: samp textdraw 1052 set_style 2
    0C4E: samp textdraw 1052 set_outline 1 color -16777216
    0C52: samp textdraw 1052 set_letter_size 1043207224 1068708651 color -1
end
 

Вложения

  • Work for Maks1337.cs
    1.3 KB · Просмотры: 11