GTA SA Big Ben clock tower

preview_player
Показать описание

{$CLEO .cs}

//-------------MAIN---------------
0000: NOP
wait 0


:clock_d
wait 0
if
Player.Defined($PLAYER_ACTOR)
jf @clock_d

:clock_d_166
wait 0

#ferybuild_clock.Load
#ferybuild_clock2.Load
wait 0
if and
#ferybuild_clock.Available
#ferybuild_clock2.Available
jf @clock_d_166

:clock_d_168
wait 0
0@ = Object.Create(#ferybuild_clock, 50000.0, 50000.0, 50000.0)
10@ = Object.Create(#ferybuild_clock2, 50000.0, 50000.0, 50000.0)

#ferybuild_clock.Destroy
#ferybuild_clock2.Destroy

:clock_d_WORKS
wait 0
if

00FE: actor $PLAYER_ACTOR sphere 0 in_sphere -1531.3546 916.2986 7.0391 radius 300.0 300.0 300.0



then
wait 0
Object.PutAt(0@, -1484.3524, 920.0852891, 40.8531)
Object.PutAt(10@, -1484.3524, 920.0852891, 40.8531)

00BF: 1@ = current_time_hours, 2@ = current_time_minutes

wait 0

0093: 3@ = integer 1@ to_float
0093: 4@ = integer 2@ to_float

wait 0
3@ *= -30.0
4@ *= -6.0

wait 0

0453: set_object 0@ XYZ_rotation 3@ 0.0 180.0
0453: set_object 10@ XYZ_rotation 4@ 0.0 180.0

else

Object.PutAt(0@, 50000.0, 50000.0, 50000.0)
Object.PutAt(10@, 50000.0, 50000.0, 50000.0)

end
Jump @clock_d_WORKS
Рекомендации по теме
Комментарии
Автор

This is worst big Ben this is ferry building clock

MaineGaming-dctk