Jump to content
MakeWebGames

Recommended Posts

Posted

Re: [Free] [v1] Scuba Diving

 

Thats not the proper attitude, especially if your a game owner. Seriously with this attitude your not going to get real far. Take a reality check and look in the mirror...I'm expecting some low grammar level response very soon...Thanks!

All I have to say is priceless.
  • 6 months later...
  • Replies 65
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: [Free] [v1] Scuba Diving

Lmao Cos Your Such An Idiot All You Needed To Do Was Open Cron_Day

And Add This Some were

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Or if that Dosn't Work

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

One Of The Two Should Work

Basicly Thats All You Needed To Do Think Before You Post Next Time Ey ?

  • 4 weeks later...
Posted

Re: [Free] [v1] Scuba Diving

yeah see i tried wut u did

$oxperc=(int) ($ir['oxygen']/$ir['maxoxygen']*100);

still didnt work still error on that line

umm this is the above one energy

i just like took the energy one and made into a oxy one and stil didn't work

$enperc=(int) ($ir['energy']/$ir['maxenergy']*100);

$oxperc=(int) ($ir['oxygen']/$ir['maxoxygen']*100);

Posted

Re: [Free] [v1] Scuba Diving

ahh zero nor would i want ur help or nothign that post about keeping me from usig ur mods yeah i dont like them nor would i ever use them i would rather use lite MCC than use ur crap

Posted

Re: [Free] [v1] Scuba Diving

 

yeah see i tried wut u did

$oxperc=(int) ($ir['oxygen']/$ir['maxoxygen']*100);

still didnt work still error on that line

umm this is the above one energy

i just like took the energy one and made into a oxy one and stil didn't work

$enperc=(int) ($ir['energy']/$ir['maxenergy']*100);

$oxperc=(int) ($ir['oxygen']/$ir['maxoxygen']*100);

There is no maxoxygen in the users table?

 

SQL:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Posted

Re: [Free] [v1] Scuba Diving

yeah ummm...i did have the sql after it didnt work and i didnt want a extra sql lieing in there un used so i dropped it and i added it back today and it says this

#1060 - Duplicate column name 'oxygen'

so yeah thre is no oxygen table i check'd

so idk

Posted

Re: [Free] [v1] Scuba Diving

 

yeah ummm...i did have the sql after it didnt work and i didnt want a extra sql lieing in there un used so i dropped it and i added it back today and it says this

#1060 - Duplicate column name 'oxygen'

so yeah thre is no oxygen table i check'd

so idk

oxygen is already in there then if its giving you a duplicate error.

You need 'maxoxygen' in there as well as 'oxygen'.

Oxygen table? Its an extra column in the 'users' table not a completely new table...

  • 3 months later...
Posted

Re: [Free] [v1] Scuba Diving

i get this problem

Warning: Division by zero in /home/seal/public_html/header.php on line 47

heres my line 47:

$oxperc=(int) ($ir['oxygen']/$ir['maxoxygen']*100);

what does it mean division by zero? 0.o

Posted

Re: [Free] [v1] Scuba Diving

Did u run the SQL's? and are both those fields equal to 0 by any chance? if so make the default be like 10 or something.

  • 2 weeks later...
  • 1 month later...

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