CS_TerminateRound Function

Forces round to end with a reason

void CS_TerminateRound(float delay, CSRoundEndReason reason, bool blockhook)

Parameters

float delay

Time (in seconds) to delay before new round starts

CSRoundEndReason reason

Reason for the round ending

bool blockhook

Set to true to stop the corresponding CS_OnTerminateRound forward from being called.