Jump to content
MakeWebGames

Recommended Posts

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

Would the length fit for the second one if you did

if you did

hp <bar>

will <bar>

energy <bar>

brave <bar>

xp <bar>

but have it one or to way to show the %

1, the % shows when you hover mouse over the bar

2, the % will show on top of the bar (i made a quick drawing in paint jus to show the idea)

bars.jpg

of course the bars wont be that big =]

  • Replies 53
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

I am having a bit of trouble with both of these layouts,

When ever i go to a certain page such as crimes it all messe's up. i have fixed a couple of page's but it still messes up on some.

Anyone willing to help?

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

I am having a bit of trouble with both of these layouts,

When ever i go to a certain page such as crimes it all messe's up. i have fixed a couple of page's but it still messes up on some.

Anyone willing to help?

On your crime page do you have $h->endpage();

Also make sure all tables are ended with </table> then it should work :D

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

Nope not working.

I have added $h->endpage(); to pages that was missing the footer but it made no difference to the pages that were messing up.

I checked that all tables had been closed once finished with also.

Any more help?

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

Nope not working.

I have added $h->endpage(); to pages that was missing the footer but it made no difference to the pages that were messing up.

I checked that all tables had been closed once finished with also.

Any more help?

PM me a screeney

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

I would say its something to do with that menu if you send me the source i can try and fix it for you.

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

lol the one i used worked perfect.

nice one iamwicked :D

No problem when im on a windows PC im gonna make a login aswell so watch out for that.

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

 

No problem when im on a windows PC im gonna make a login aswell so watch out for that.

Im looking forward to that mate keep up the good work :-)

  • 3 weeks later...
Posted

Re: [FREE] [V2] 2 Game Styles/Themes

Hi, Ive been looking through the template on various pages when i found that it has a few issues that would need sorting out.

 

One issue is found on template one where once you place a member of your game in federal jail the page is all messed up, also they can't actually see the length they are in federal jail for or reason.

The second issue is when you attempt to attack someone the page is also messed up with the location of the text... Is there a solution to this anywhere and would anyone know how to solve this because it s a Major drawback to my game...

 

Any new answers would be largely appreciated, Thanks.

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

Hi, Ive been looking through the template on various pages when i found that it has a few issues that would need sorting out.

One issue is found on template one where once you place a member of your game in federal jail the page is all messed up, also they can't actually see the length they are in federal jail for or reason.

The second issue is when you attempt to attack someone the page is also messed up with the location of the text... Is there a solution to this anywhere and would anyone know how to solve this because it s a Major drawback to my game...

Any new answers would be largely appreciated, Thanks.

Well tbh when i made this i was in a rush so the testing was, well limited.

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

Well is there a way to solve the issue, anyone have any time to flick through and find the issue ive sorted the federal jail centering issue but not the time and reason part yet and have made no progress on the attack problem yet..

 

Any help would be great thanks.

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

if your layout is all messed up, or you see the background image repeating itself, it most likely has to do with improper use of tables and not closing them properly (or other containers) where they should be. when i threw in a layout for my game, a few pages did the same thing, all it takes is some time to read your script and figure out where the problem lies with containing your data.

what happens when you remove your content and just leave:

<?php

include "globals.php";

$h->endpage();

?>

it works again (it should, otherwise you have big problems), proving my point that it's most likely closing table issues and where they are placed. one thing you may have to look out for are closing tables, records and data in your if, else statements as this can sometimes cause issues when not closed properly.

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

oh well :-D

off topic at iamwicked: what font is that you use in you sig?

That would be a secret ;) (I cannot even remember ill try and find it later)

Posted

Re: [FREE] [V2] 2 Game Styles/Themes

 

oh well :-D

off topic at iamwicked: what font is that you use in you sig?

That would be a secret ;) (I cannot even remember ill try and find it later)

Okay :) Its A Good Font :-P

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...