i finally fixed it it turns out the line i used from asylum mx_egg was wrong in some way i used the line for toilet flush and it worked so the csv was the issue thanks for the help man can't wait to finish the map
6 years ago
Code Snippet
Plaintextsound,MITH,,all_sp
sound,aliasHERE,,all_sp
also my song file and folder show up in modbuilder and is checked won't let me upload the screenshot without a url link im not wasting my time uploading it i dont use "social media" so i...
6 years ago
i have it like this duno if this is wrong it was from a tutorial on YT
[code]//The Egg Has Been Completed So Now Do Something
not_egg_finished()
{
players = getPlayers();
for(i = 0; i < players.size; i++)
 ...
[code]//The Egg Has Been Completed So Now Do Something
not_egg_finished()
{
players = getPlayers();
for(i = 0; i < players.size; i++)
 ...
6 years ago
i fixed it but still no music when i do the egg but the for works fine now
6 years ago
it didnt work i have to be doing something wrong here i tried putting the for and getplayers outside of the function too and nothing now the text doesnt even display
[code]not_egg_finished()
{
players = getPlayers();
...
[code]not_egg_finished()
{
players = getPlayers();
...
6 years ago
okay ill give that a try and let you know what happens
6 years ago