View Single Post
Smoothy
Junior Member
Join Date: Jul 2023
Old 07-26-2023 , 10:17   Re: Custom radio model bug
Reply With Quote #5

Quote:
Originally Posted by Napoleon_be View Post
PHP Code:
for(new 0<1i++) 
This is most likely going to be your problem, this will only loop once.

There's also no reason to put the same sound in different folders and then all precache them. This is only going to take up more space on your local server drive, as well as the players their drives.

Put the sounds in one folder, precache them once and play them when required. Easy as that.
May you please help me in this, I don't really know coding. I only know editing. I'm not the author. the author is mentioned in the Code. The original code had 8 models. I think it's not precaching the files. but I don't know how to do the things you said. I know it's bad for limit precaching (512) but I have no idea how to make it less space consuming.
Smoothy is offline