Forum

> > CS2D > Scripts > bomb defuse script
Forums overviewCS2D overview Scripts overviewLog in to reply

English bomb defuse script

4 replies
To the start Previous 1 Next To the start

old bomb defuse script

J4x
User Off Offline

Quote
can someone tell me why this dont work? there is nor error in console.

1
2
3
4
5
6
7
8
9
10
11
12
addhook("use","wire")
function wire(id,event,data,x,y)
menu(id,"Choose the correct one,Red,Blue")
if event == 3 then
if (button==1) then
parse("mp_c4timer 0")
end
if (button== 2) then
return 0
end
end
end
edited 1×, last 24.01.11 01:38:16 am
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview