Posted January 19, 20196 yr hey, im trying to play with my friends on my custom mod pack. But my server won't start and i'm not an expert so im asking you guys for help. Can you tell me what is wrong here?https://mclo.gs/xvv36pD
January 19, 20196 yr As far as I see, the main problems are cause by enderIO and projectE, try removing them one by one. (I would try enderIO first) procedure WakeMeUp(Integer plusTime); var I: Integer; begin for I := 0 to plusTime do begin println('One more minute!'); Sleep(1000); end; println('Okay, nothing to worry, I''m alive!'); println('So... somebody can give me a coffee?'); println('I know it''s Pascal, and not Java, but I love it :D.'); end;
January 19, 20196 yr Author it didin't work well now i'm going to try removing project ehttps://mclo.gs/tmFlj5m
January 19, 20196 yr So I was half correct, and @diesieben07 was kinda correct too, thats great. Have fun playing! procedure WakeMeUp(Integer plusTime); var I: Integer; begin for I := 0 to plusTime do begin println('One more minute!'); Sleep(1000); end; println('Okay, nothing to worry, I''m alive!'); println('So... somebody can give me a coffee?'); println('I know it''s Pascal, and not Java, but I love it :D.'); end;
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.