[CS:GO] Simple Money System

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] Simple Money System

Post by Andreeas »

This plugin its just a simple money system.
When you kill a guy it gives you money.
On player connect it loads money and on player disconnect it saves the money.
I will add more features later

COMMANDS:
sm_setmoney <name> <amount>

CVARS:
money_hs_bonus <20> How much extra money with a headshot kill
money_kill <100> How much money for killing 1 player
money_lose_suicide <50> How much money lose on suicide

NATIVES:
SetMoney(client, amount)
GetMoney(client)

Players money saved in data/money.txt
"Money"
{
"STEAM_1:0:12345678"
{
"Current Money" "100"
}
"STEAM_1:0:87654321"
{
"Current Money" "80"
}
}








Download
Source
Post Reply

Return to “General Purpose”