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

Gift misc module

The gift module makes it possible to gift purchased or gifted items back any online player on the server. When a user owns an item and it is able for gifting, a new menu entry "gift this item" appears in items menu. When an item was gifted the initial purchase price will be passed on for selling. It's possible to allow or prohibit gifting for each individual item or package, more information at items.txt wiki under the "trade"-Key.

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

// Enable/disable gifting of already bought items. [1 = everyone, 2 = admins only]
// -
// Default: "1"
// Minimum: "1.000000"
// Maximum: "2.000000"
mystore_enable_gifting "1"

Limitations

Items can only be gifted to online players. So the reciever has to be on server on delivery of a gift. You can't gift to offline player.

Clone this wiki locally