Author Topic: Counter Strike Scripts  (Read 3894 times)

0 Members and 1 Guest are viewing this topic.

Offline matthiasvegh

  • Street Thug
  • *
  • Posts: 40
  • =RA=Phil_Cassidy
    • View Profile
    • InternetDJ
Counter Strike Scripts
« on: July 25, 2007, 04:02:08 pm »
ok, ive been working on some scripts a while now, to make a gammode like CS
here we go..
Code: [Select]
;------------------------------------
;-----------!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

Offline capitanazo

  • Street Thug
  • *
  • Posts: 36
  • Chilean vcmp Master!
    • View Profile
Re: Counter Strike Scripts
« Reply #1 on: July 25, 2007, 09:31:24 pm »
WoW Nice Job =D!

Offline matthiasvegh

  • Street Thug
  • *
  • Posts: 40
  • =RA=Phil_Cassidy
    • View Profile
    • InternetDJ
Re: Counter Strike Scripts
« Reply #2 on: July 26, 2007, 12:22:16 pm »
thx
its not really a dificuilt script, u just have to start doing it really. im gonna have problems with a round engine.
i was hoping a game mode like this. (not sure the process figure is 100% accurate)

sorry for the extensive linking
um.. anyone got any idea, how i could get the skin info?