Jump to content
MakeWebGames

MCCode V2 All Mods Returning Blank Page


D T K

Recommended Posts

Please help

I've been adding mods off of the threads into my game that I'm building to get back into MCCodes and all of the mods I add are returning nothing but a blank page.

Is there something wrong with the engine or are the codes being messed up by the forum?

Can someone please help me it would be greatly appreciated.

Link to comment
Share on other sites

Please help

I've been adding mods off of the threads into my game that I'm building to get back into MCCodes and all of the mods I add are returning nothing but a blank page.

Is there something wrong with the engine or are the codes being messed up by the forum?

Can someone please help me it would be greatly appreciated.

Perhaps checking/debugging the code would help. Use a decent code editor (such as Notepad++ or Sublime Text (preferred)) to help you spot the issues faster.

Most of the time, MWG's syntax highlighter inserts strange characters as a "newline", or turns "a" tags from something like

<a href='file.php'> to <a href="http://file.php">

for some reason

Make sure to bugcheck all code coming from here. Or shoot me a link and I'll repair it for you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...