View Single Post
  #10  
Old 11-07-2022, 11:02
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 79
Thanks: 696
Thanked 41 Times in 35 Posts
ScOOt3r is on a distinguished road
ok i got your script working

cut and paste this into your script file
#define EnableVclStyles /* Remove ; to enable VCL styles support */
#define enablemusic /* Remove ; to enable music support */

you had a space between them
#define EnableVclStyles /* Remove ; to enable VCL styles support */

#define enablemusic /* Remove ; to enable music support */
like this.. which didnt work as soon as i removed the space in between it solved the mp3 issue.
Reply With Quote
The Following User Says Thank You to ScOOt3r For This Useful Post:
Wikinoob (11-07-2022)