UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch
broken avatar :(

InZomniac

Posts
8
Respect
8
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
July 03, 2019, 01:59:20 am
Posts
8 (0.005 per day)
Last Active
July 13, 2019, 03:24:18 am

Forum Profile

Profile Link
Real name
Trey
Country
us
Location
Pennsylvania
Local Time
April 20, 2024, 02:03:55 am
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 
5 years ago
Code Snippet
Plaintext
sound,MITH,,all_sp
so it should look like this right
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...
5 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++)
 ...
5 years ago
i fixed it but still no music when i do the egg but the for works fine now
5 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();   
   ...
5 years ago
okay ill give that a try and let you know what happens

5 years ago
Loading ...