Team Betting Plugin

Shotgun Jesus

Professional Cocksucker
Staff member
https://forums.alliedmods.net/showthread.php?t=85914

Added the old TeamBets plugin to TD CS:GO this afternoon. Let me know if there are errors/glitches with it.

Current config:
Code:
// Enable team betting? (0 off, 1 on, def. 1)
// -
// Default: "1"
sm_bet "1"
 
// Advertise plugin instructions on client connect? (0 off, 1 on, def. 1)
// -
// Default: "1"
sm_bet_advert "1"
 
// Announce 1 vs 1 situations (0 off, 1 on, def. 0)
// -
// Default: "0"
sm_bet_announce "1"
 
// Only dead players can bet. (0 off, 1 on, def. 1)
// -
// Default: "1"
sm_bet_deadonly "1"
 
// The winner of a 1 vs X fight gets the losing pot (def. 0)
// -
// Default: "0"
sm_bet_onevsmany "0"
 
// Prevent betting if the bomb has been planted. (0 off, 1 on, def. 0)
// -
// Default: "0"
sm_bet_planted "0"
 
Top