ok, ive been working on some scripts a while now, to make a gammode like CS
here we go..;------------------------------------
;-----------!plant/!defuse-----------
;------------------------------------
alias vcmp.boom {
vcmp.say Target Succesfully Bombed!
vcmp.say Terrorists Win!
}
alias bomb.status !return $iif($readini(vcmp.bomb.ini,STATUS,Ticking),$v1,0)
elseif (!plant* iswm $2) || (!pmplant* iswm $2) {
if ($vcmp.cmdcheck(!plant,%id) == fail) !halt
elseif (Bombsite !isin $vcmp.area(%b)) vcmp.msg %id Error - You must be at the Bombsite (Hyman Stadium) to use this command
else {
vcmp.plant
!writeini -n vcmp.bomb.ini STATUS Ticking=1
.timer.ticking 8 1 vcmp.say The Bomb has been Planted!
.timer.ticking 8 2 vcmp.say 29 seconds until explosion!
.timer.ticking 8 3 vcmp.say Message to all Counter Terrorists: Go to the bombsite (Hyman Stadium) and !defuse the bomb!
.timer.ticking 8 30 vcmp.boom
}
}
um, i have yet to solved the problem of rounds, coz that would have to make irc check the skins of each player. of course i would freeze players that come in while a game is on.
any ideas?
thx