[CS:GO] Retakes 1.5

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Retakes 1.5

Post by Andreeas »

[CS:GO] Retakes:
The plugin sets up a retake situation in a random site in the map.
The idea was taken from http://retakes.splewis.net/ since the plugin author didn't published it i re-created it for the public i hope you will enjoy

Features:
- Weapon Selection: player can select what weapon he would like to play as ct and if we want to play with awp
- Pistol Round: x first rounds are pistol rounds (change able)

Explanation:
At the start of the round each player get random spawn (set by an admin) in the map depends on the site. There is special spawns for each site and each team, the bomber get his own spawn.

Every player get random grenade set and weapons, in each team there is only 1awp the awp player get stronger pistol by his choice all the other players get rifles and default pistols.

If the T lose the round all the T's switch to Ct and the top killers of the round in the Ct switch to the T.
If the T win the round the teams will stay the same if balanced.
If the teams aren't balanced the mode will balance the teams (Ct has 1 player advantage)

Convars:
-reakes_pistols - how much pistols round will be. 0 to disable.
-retakes_winrow - how much rounds in a row the T's need to win for scramble the teams. 0 to disable
-retakes_strongpistol - How much percent to give a awper a strong pistol by his choice. 0 to disable
-retakes_didntplant - How much time player should be banned if he didnt planted twice. -1 - Do nothing, 0 - Kick client

Requirements:
-Sourcemod 1.6+
-ClientPrefs (comes with sourcemod)
-Updated gamedeta recommending the most update gamedeta from here http://www.sourcemod.net/snapshots.php

Installation:
-Put retakes.smx at the plugins folder.
-Add the following entry in databases.cfg (support sqlite and mysql)
HTML Code:

Code: Select all

"retakes"
{
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "retakes-sqlite"
        "user"                "root"
        "pass"                ""
}

To add default spawns set by me you need to download the defaultsql.rar file.
For sqlite:put retakes-sqlite.sq3 at sourcemode/data/sqlite/. and set the database "retakes-sqlite"
For mysql:import retakes-mysql.sql to the mysql server.

Configuration:
The basic config file with the cvars will automatically create in config/sourcemod/retakes.cfg

Admin Commands:
sm_add - Add spawns, stand where you want to spawn will be, then choose site->type.
sm_del - Delete spawns, Choose spawn to delete in the menu it will teleport you to the spawn and ask you to delete the spawn.
sm_edit - Set the server to edit mode the edit mode enables laser that show where the spawns are (Ct:Blue, T:Red, Bomber:Orange, Where there is a light ball its symbol Site A)
sm_spawns - Prints how much spawns for each site.
sm_scramble - Scramble the teams in the next round.
sm_start - Skip the map load time.
sm_pistols - Toggle pistol only mode.
sm_vp - Vote for pistols only

Client Commands:
sm_guns - Change weapons preference.



Plugin / Source
Post Reply

Return to “Gameplay”