About This File
R E T A K E S v1.0
The plugin sets up a retake situation in a random site in the map. TT plant bomb and CT have 40 seconds to defuse.
TT spawned on bombsite( A or B), CT on random spwan depending of where c4 plant(A or B).
Features:
- Warm Up for 30 seconds on map start.
- Auto plant Bomb.
- If CT win, team will be swap.
- If TT win 3(cvar) rounds in row, team well be swap.
- Playing 15(cvar) rounds and map change on nextmap.
- c4 Hud timer.
- Unlock/Remove buy zones.
- Buy Time for 5seconds(cvar).
- If bomb don't plant, round will be restarted. Rounds and player money/kill/deats be returned on same.
Spawn
Every map must have spawn for Site A and B. For now i create 6 CT and 6 T spawn for this map:
- de_dust2, de_inferno, de_mirage, de_train, de_tuscan.
API:
isRetakes() // Check if retakes start.
Rounds() // Check round number.
Cvars:
retakes_rounds "15" // How much playing round for one map
retakes_rowwin "3" // How much T Team can win round in row
retakes_prefix "!g[RETAKES]" // Prefix in chat message
retakes_random_weapons "3" // In which round start giving random weapon(granades and awp)
retakes_autoplant "1" // Auto Plant Bomb is on/off
retakes_buyzone 1 // Unlock/remove buy zone
retakes_warmup_time "30" // Warm Up time min=1
retakes_infohud "1" // Info hud on/off
retakes_buytime "5" // Buy Time
retakes_swapct "1" // On/off Swap CT
retakes_swapt "1" // On/off Swap T
retakes_hudc4timer "1" // On/off c4 hud timer
Important Notes :
You must enable nextmap.amxx.
Auto Plant Bomb don't work with ReGameDLL!!!
Edit mapcycle.txt with maps for retakes.
What's New in Version 03/15/2021 08:13 PM See changelog
Released
No changelog available for this version.