- dialog boo {
- title "Chercher des joueurs ."
- size -1 -1 329 91
- option pixels
- edit "", 1, 83 23 96 25
- button "Chercher", 2, 203 33 83 36
- text "Pseudo :", 3, 19 29 60 16
- combo 4, 84 59 99 97, hsbar drop
- text "Mod :", 5, 23 64 50 16
- }
- on *:dialog:boo:sclick:2: {
- if ($did(4) = Counter-Strike) { run http://www.gametiger.net/search?game=cstrike&player= $+ $did(1) }
- if ($did(4) = All) { run http://www.gametiger.net/search?game=all&player= $+ $did(1) }
- if ($did(4) = Natural Selection) { run http://www.gametiger.net/search?game=ns&player= $+ $did(1) }
- if ($did(4) = TFC) { run http://www.gametiger.net/search?game=tfc&player= $+ $did(1) }
- if ($did(4) = Day of Defeat) { run http://www.gametiger.net/search?game=dod&player= $+ $did(1) }
- if ($did(4) = UT2003) { run http://www.gametiger.net/search?game=u3&player= $+ $did(1) }
- }
- menu menubar {
- .GameTiger: dialog -m boo boo
- }
- on *:dialog:boo:init:*:{
- did -b boo 2
- did -ca boo 4 All
- didtok boo 4 44 Counter-Strike,Natural Selection,TFC,UT2003,Day of Defeat,
- }
- on *:dialog:boo:edit:1:{ did -e boo 2 }
dialog boo {
title "Chercher des joueurs ."
size -1 -1 329 91
option pixels
edit "", 1, 83 23 96 25
button "Chercher", 2, 203 33 83 36
text "Pseudo :", 3, 19 29 60 16
combo 4, 84 59 99 97, hsbar drop
text "Mod :", 5, 23 64 50 16
}
on *:dialog:boo:sclick:2: {
if ($did(4) = Counter-Strike) { run http://www.gametiger.net/search?game=cstrike&player= $+ $did(1) }
if ($did(4) = All) { run http://www.gametiger.net/search?game=all&player= $+ $did(1) }
if ($did(4) = Natural Selection) { run http://www.gametiger.net/search?game=ns&player= $+ $did(1) }
if ($did(4) = TFC) { run http://www.gametiger.net/search?game=tfc&player= $+ $did(1) }
if ($did(4) = Day of Defeat) { run http://www.gametiger.net/search?game=dod&player= $+ $did(1) }
if ($did(4) = UT2003) { run http://www.gametiger.net/search?game=u3&player= $+ $did(1) }
}
menu menubar {
.GameTiger: dialog -m boo boo
}
on *:dialog:boo:init:*:{
did -b boo 2
did -ca boo 4 All
didtok boo 4 44 Counter-Strike,Natural Selection,TFC,UT2003,Day of Defeat,
}
on *:dialog:boo:edit:1:{ did -e boo 2 }