View Single Post
skatz_ws
Junior Member
Join Date: Aug 2019
Old 09-08-2019 , 20:03   Re: [Help/Req] Shop Plugin/Sma
Reply With Quote #7

Quote:
Originally Posted by fLyiNG birdy View Post
skatz_ws
Thank u so much for take time making this for me (also thank u ocixcrom for the notice msg)
But can u add 1 last thing to it, it would be amazing!
If not having money for it play sound
If bought something play sound
Sounds:
Mediafire: https://www.mediafire.com/file/5v2t4...ounds.rar/file
another link if mediafire isnt working
Zippyshare: https://www12.zippyshare.com/v/p45II0eF/file.html
Add this:
PHP Code:
public plugin_precache()  
{
    
precache_sound("yoursond.wav");

Put your sound into your cstrike/sounds server folder.
Than add this in your after if(ShopItems[item][_price] > money) condition
PHP Code:
client_cmd (id"spk sound/yoursound.wav"); 
skatz_ws is offline