Raised This Month: $51 Target: $400
 12% 

CSGO prevent round end when bomb explodes


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jbockle
SourceMod Donor
Join Date: Oct 2013
Old 10-18-2013 , 02:33   CSGO prevent round end when bomb explodes
Reply With Quote #1

I tried blocking the round_end event when bomb explodes in CS:GO using the below code but round still ends, any suggestions?

Code:
HookEvent("bomb_exploded", Event_BombExploded, EventHookMode_Pre);

public Action:Event_BombExploded(Handle:event, const String:name[], bool:dontBroadcast)
{
	return Plugin_Handled;
}
jbockle is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode