Skip to content
shanapu edited this page Jan 29, 2020 · 1 revision

Dosh misc module

With dosh module players can drop Credits in the form of money bundles everywhere on the map. Server operator can config the amount of credits for a drop, the max amount of money on the ground and time until it will be removed when noone picks it up.

Console Commands

sm_dosh - Drop a money bundle to the ground

Console Variables (.csgo/cfg/sourcemod/mystore/dosh.cfg)

// The amount of credits for one dosh.
// -
// Default: "100"
// Minimum: "1.000000"
mystore_dosh_amount "100"

// Max number of money on the ground. 0 - Disable.
// -
// Default: "100"
// Minimum: "0.000000"
mystore_dosh_max "100"

// Seconds until remove a dropped item. 0.0 = on round
// -
// Default: "60.0"
// Minimum: "0.000000"
mystore_dosh_remove_time "60.0"

// 0 - delete / 1 - give back to owner
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
mystore_dosh_remove_type "1"

Clone this wiki locally