For srbs: duelscript
Page 2 of 2 • Share •
Page 2 of 2 •
1, 2
Re: For srbs: duelscript
I think we can do the same thing that you did for the name on the gamehud for every aspect of it, frags deaths etc...
Chaos- Posts: 33
Join date: 2010-06-06
Age: 61
Re: For srbs: duelscript
Heres a new isduel:
guicheckbox "Enable Auto-Start" isd
...
isduel = if $isd [
if (&& (>= (getmode) 0) (! (m_teammode (getmode)))) [
count = 0
looplist i (listclients 1) [
if (! (isspectator $i)) [ count = (+ $count 1) ]
]
go = (= $count 2)
] [ go = 0 ]
sleep 5000 [ isduel ]
] [ sleep 5000 [ isduel ] ]
guicheckbox "Enable Auto-Start" isd
...
isduel = if $isd [
if (&& (>= (getmode) 0) (! (m_teammode (getmode)))) [
count = 0
looplist i (listclients 1) [
if (! (isspectator $i)) [ count = (+ $count 1) ]
]
go = (= $count 2)
] [ go = 0 ]
sleep 5000 [ isduel ]
] [ sleep 5000 [ isduel ] ]
Chaos- Posts: 33
Join date: 2010-06-06
Age: 61

srbs- Admin
- Posts: 644
Join date: 2009-11-13
Re: For srbs: duelscript
tp fails so hard its almost funny lol

Kurosaki- Posts: 644
Join date: 2009-10-22
Age: 19
Location: Rhode island
Re: For srbs: duelscript
thars we go! i figured it out!
too bad i didnt google it last night :'(
too bad i didnt google it last night :'(
_________________


srbs- Admin
- Posts: 644
Join date: 2009-11-13
Re: For srbs: duelscript
lol obviously them 2 have something going on with each other so why make it to where the one thats helping not be able to see?

Kurosaki- Posts: 644
Join date: 2009-10-22
Age: 19
Location: Rhode island
Re: For srbs: duelscript
Yeah honestly I didnt know he couldnt see the Scripting section. I thought it was public. Oops. Sorry Chaos. -TP

Wolf- Posts: 160
Join date: 2009-12-23
Page 2 of 2 •
1, 2
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum