Jump to content
MakeWebGames

SHAD

Members
  • Posts

    264
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SHAD

  1. Thanks, Yea i understand where your coming from, it's more to do with the complexity then number.
  2. What would you say to be the decent limit for queries on each mccodes page? To keep it loading nice and fast.
  3. why not use snikos gang mod? it has armoury and delete function.
  4. SHAD

    unexpected T_string

    I know echo is slightly faster then print but what's the point of having single and double quotes for echo and print?
  5. SHAD

    editing attack exp?

    Website link?
  6. OK hoping someone can help me out here abit, the below code is just abit of the formula i am making for hit/miss but getting a problem. The output of the below code is 14.2857142857 but i want it just as 14,so how can that be achieved? $MYACCURACY = 1000; $HISDODGE = 700; $Divide = $MYACCURACY/$HISDODGE; $Multiply = $Divide*100/10; if($Multiply < 1) {$Multiply = 1;} else{abs(intval(round($Multiply)));} echo"{$Multiply}"; Thanks :)
  7. I like to hunt for my food, i mean Mods :D
  8. Just need a general hit/miss formula, it's not for mccodes.
  9. I've tried but can't comeup with a good formula for a Hit/Miss. Here are the 2 vars, can anyone help me come up with a good Hit/Miss formula. $Player1Hit = 300; $Player2Dodge = 250;
  10. SHAD

    Free Host

    That seems good idea actually, thank for the advice guys :) Thanks to you to sniko mate :)
  11. Just too curious, how long left till the demo?
  12. SHAD

    Free Host

    Yes i have a valid licence.
  13. SHAD

    Free Host

    Can anyone direct me towards a free host for developement and testing purposes, i've been wasting money on paid host for too long for just testing and development. Any host which supports mccodes for jus developemnt and testing should be fine, bandwidth doesn't matter as it's just tests. Also the signup must be simple and easy, as i hate crappy hosts asking too many questions and their sites filled with bugs and not working properly. Thanks
  14. Ah, if it's just conversion then thats no problem, but i wouldn't fancy totally recoding my mods again. Also if i do pay $40 to upgrade, then can i switch back and forth anytime with license ? Hope CB can clarify.
  15. Will this version of mccodes use the same variables names ect? Like $ir or something, will i be able to integrate mccodes mods with this engine? or is it simply just new engine which will require totally new mods? I just want to be totally sure,beforing spending $40 dollor. I mean talking of my game i havn't changed much from the original mccodes right as yet, as though some files have been edited. and few mods added.
  16. SHAD

    Multi Users table

    Is it a good idea to divide the users table in to 2 or 3 tables, only if your current table has too many columns? Any advantage/Disadvantages of doing this?
  17. I don't have these issues on firefox, but at work, the computer there are old and have old explorer browers, the errors only appear there.
  18. These errors came up on the internet explore. http://img810.imageshack.us/i/mccodeserrorauthen.png/   http://img851.imageshack.us/i/mccodeserrorhome.png
  19. Error on the test site?
  20. Shouldn't be hard to fix really, just find the 'insert' which adds to gang logs when someone declares a war on you and change player id to gang id. Gave you a brief idea.
  21. A big welldone to the Mccodes developers! 2 Cent, :)
  22. Hey all, I wanted to ask that when we buy mccodes, it is registered with a certain domain name, and can only be used under that domain, so if i get a different domain, could i get registered domain changed. (Just a quick question)
  23. Can anyone help me fix this error with this >> Money :'.number_format($ir['money']).'. The error i am getting is >> Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in / and i can't seem to fix it.   print <<<OUT <table width=75% bgcolor=green><tr><td width=100% height=30 align=center bgcolor=green></td></tr></table> <table width=75% border=1 bordercolor=#000000 align=center bgcolor=pink cellpadding=0 cellspacing=0> <table width=75% align=center bgcolor=#bbbbbb> <tr align=center> [b]Money :[/b][b]'.number_format($ir['money']).'[/b] </tr> <tr align=center> <td>[b]Energy{$set['game_energy']}:[/b] {$enperc} <img src=images/bar_left.gif height=5><img src=images/greenbar.gif width=100 height=5><img src=images/redbar.gif width=0 height=5><img src=images/bar_fil_end.png height=5></td> <td>[b]Will{$set['game_will']}:[/b] {$wiperc} <img src=images/bar_left.gif height=5><img src=images/greenbar.gif width=100 height=5><img src=images/redbar.gif width=0 height=5><img src=images/bar_fil_end.png height=5></td> <td>[b]Brave{$set['game_brave']}:[/b] {$ir['brave']}/{$ir['maxbrave']} <img src=images/bar_left.gif height=5><img src=images/greenbar.gif width=100 height=5><img src=images/redbar.gif width=0 height=5><img src=images/bar_fil_end.png height=5></td> <td>[b]Health{$set['game_health']}:[/b] {$hpperc} <img src=images/bar_left.gif height=5><img src=images/greenbar.gif width=100 height=5><img src=images/redbar.gif width=0 height=5><img src=images/bar_fil_end.png height=5></td> </tr> <table width=800px border=0 cellpadding=0 cellspacing=0> OUT;
  24. It's alright,i found it now. BTW it's wasn't your one i was looking for, as that was just as edited version with some color changes of the original one made >> observe -> [mccode v2.x] [My Version]Drop Down Menu Here is your one with some colour changes... My first header Thanks anyway :)
  25. Some time back, their was a free header or a layout posted on this forum with dropdown menu header. i searched for it but can't seem to find it. http://oi56.tinypic.com/inwun6.jpg Here is a blue print of how it was based. Please forgive the poor blueprint.
×
×
  • Create New...