View Single Post
ShD3luxe
Member
Join Date: Aug 2019
Location: Localhost
Old 05-01-2020 , 19:57   Re: [CSGO] Donate System (Like Twitch) (ZephStore)
Reply With Quote #8

Quote:
Originally Posted by SnowHP View Post
People can donate credits to the server?
No, people can donate shop points to each others.

Afaik the Store_SetClientCredits is from warden.inc, you can change those lines with your server currency.

Code:
Store_SetClientCredits(client, Store_GetClientCredits(client) - miktar);
Store_SetClientCredits(target, Store_GetClientCredits(target) + miktar);
ShD3luxe is offline