View Single Post
vortex.
AlliedModders Donor
Join Date: Jan 2017
Location: OnGameFrame()
Old 10-02-2020 , 19:33   Re: [CSGO] Donate System (Like Twitch) (ZephStore)
Reply With Quote #9

Quote:
Originally Posted by ShD3luxe View Post
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);
Thanks for the answer and contributing
__________________
vortex. is offline