PDA

View Full Version : Disable victory at bomb explosion ?


Official_Cracky
10-28-2014, 12:11
It is possible to disable the victory at bomb explosion ?
I want the bomb can be planted ect but when the bomb explod I don't want the round finish.
Thanks.

Root_
10-28-2014, 12:40
#include <cstrike>

public Action:CS_OnTerminateRound(&Float:delay, &CSRoundEndReason:reason)
{
return (reason == CSRoundEnd_TargetBombed) ? Plugin_Handled : Plugin_Continue;
}

Official_Cracky
10-28-2014, 13:01
Thanks !
And if I want Terrorsits have to destroy A & B to win, what I have to write ?