Pessoal esse script detecta que o player ta fazendo um strip e sai um som de assobio, como faço para que os pedestres venha olhar?
- Código:
{$VERSION 3.1.0027}
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
:NONAME_2
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @NONAME_2
if
Actor.Animation($PLAYER_ACTOR) == "STRIP_E"
else_jump @NONAME_2
if
0AAB: file_exists "CLEO\\FIU\FIU.MP3"
else_jump @NONAME_2
Audiostream.Load(1@, "CLEO\\FIU\FIU.MP3")
gosub @NONAME_122
wait 3000
jump @NONAME_2
:NONAME_122
Audiostream.LinkToActor(1@, $PLAYER_ACTOR)
Audiostream.PerformAction(1@, PLAY)
Audiostream.Volume(1@) = 25@
Audiostream.Loop(1@, 0)
return
Permissão deste fórum:
Você não pode responder aos tópicos neste fórum