Yoko
http://forum.yoko.com.ua/

dobavit' v skripte
http://forum.yoko.com.ua/viewtopic.php?f=20&t=14356
Page 1 of 1

Author:  Bangbuss [ 2009-02-01 21:24:14 ]
Post subject:  dobavit' v skripte

kak mne pravelno dobavit' v skripte 6tob igral zvuk, ne tolka kogda uo.dead() no i kogda v zhurnale pojavilsa 'gm' 'admin'.

Code:
sub Alarm()
   VAR CharHP=150
   while 1==1
      wait(1000)
      if uo.Dead() then
         gong(15)
      endif       
   wend
end sub

sub Gong(times)
   VAR i
   for i=1 to times
      UO.Exec("playwav C:\uo\Inject\alert.wav")
      wait(100)
   next
end sub

Author:  Millerbeer [ 2009-02-01 21:27:52 ]
Post subject: 

Code:
sub Alarm() 
   VAR CharHP=150
   while 1==1
      wait(1000)
      if uo.Dead() or uo.injournal('gm|admin') then
         uo.deletejournal()
         gong(15)
      endif       
   wend
end sub

sub Gong(times)
   VAR i
   for i=1 to times
      UO.Exec("playwav C:\uo\Inject\alert.wav")
      wait(100)
   next
end sub

Author:  Bangbuss [ 2009-02-01 22:15:47 ]
Post subject: 

Thank you

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/