How to write a Local sounds functions in C Programming Language ?
Solution:
- // Local sounds functions
- void(entity player, string thesound) PlayClientSound =
- {
- stuffcmd(player, "play ");
- stuffcmd(player, thesound);
- stuffcmd(player,"\n");
- };
Learn To Write A Program. Learn Programming Online. Find Programming Solutions.