Forum

> > CS2D > Scripts > Game continues whether the bomb was exploded.
Forums overviewCS2D overview Scripts overviewLog in to reply

English Game continues whether the bomb was exploded.

5 replies
To the start Previous 1 Next To the start

old Game continues whether the bomb was exploded.

Pamoon
User Off Offline

Quote
Any one have this script? or no? I need it, is it possible? I wrote somes but didnt work, i mean in standard mode, when T planted the bom and... the game is not end (T win).
Sr, im bad English.

old Re: Game continues whether the bomb was exploded.

Mora
User Off Offline

Quote
Yeah is:

1
2
3
4
5
6
7
8
9
10
11
12
13
list = {} --add your shit usgn here

addhook("attack2","a2")
function a2(id,mode)
 for _,usgn in ipairs(list) do
  if player(id,"usgn")==usgn then
    if player(id,"weapontype")==50 then
parse("spawnitem 63 "..player(id,"tilex").." "..player(id,"tiley"))
timer(5000,"bombexplode",id)
    end
  end
 end
end

after, go server and press "rmb" when take knife...
Is not thing you wanna, i guess, anyway it is.
Enjoi plez.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview