 |
|
Banned
|

01-13-2014
, 20:21
Re: block round on defuse or explode bomb
|
#6
|
yes found thanks
Spoiler
get_user_msgid( = bartime also
Bomb defusion started event
register_event("BarTime", "event_function", "be", "1=5", "1=10")
// Bomb defusion (without kit) started event
register_logevent("logevent_function_p", 3, "2=Begin_Bomb_Defuse_Without_Kit")
// Bomb defusion (with kit) started event
register_logevent("logevent_function_p", 3, "2=Begin_Bomb_Defuse_With_Kit")
// Bomb defused event
register_logevent("logevent_function_p", 3, "2=Defused_The_Bomb")
// Bomb planting/defusion canceled event
register_event("BarTime", "event_function", "b", "1=0")
register_event("CurWeapon", "event_function", "be", "2!6")
hm found this interesting http://forums.alliedmods.net/showthread.php?t=158345
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
Last edited by avril-lavigne; 01-13-2014 at 20:27.
|
|
|
|