Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Domino_

Members
  • Posts

    944
  • Joined

  • Last visited

Everything posted by Domino_

  1. ``` ``` This works for html, I havent touched anything about php,html(for a looong time) so couldnt give u right answer immediately, but this works 100%! p.s. added scrolling, in case it looks wierd and scrolls.
  2. If you have problems try this. ``` [Home](\"index.html\") [Naruto](\"naruto.html\") [Yugioh](\"Yugioh.html\") [4Story IW](\"#\") [](\"#\") [Forum](\"#\") ```This is in case your html code is in php print out,but i dont remember try both. :D
  3. use include function. for php. Ohh, but yea, you dont need to change ut *.html, just add this code in menu place and load menu from other file. Make Menu.php and write in there this: ``` [Home](index.html) [Naruto](naruto.html) [Yugioh](Yugioh.html) [4Story IW](#) [](#) [Forum](#) ``` and add that include menu where u want ur menu.
  4. ~~You need to change~~ ``` For i = 1 To MAX_PLAYERS ``` ~~to~~ ``` For i = 0 To MAX_PLAYERS If i = 0 Then Exit Function ``` ~~Or you will getsome socket errors.~~ Damn im getting error what i did wrong? :D [attachment=1084:errrrrrr.png]
  5. This should work ``` If TempPlayer(i).FreeAction = False Then If Tick > tmr1000 Then For i = 1 To Player_HighIndex If TempPlayer(i).FreeAction = False Then TempPlayer(i).FreeAction = True Next End If End If ``` Add before ``` If Tick > tmr1000 Then ```
  6. I'll try to find files in my pc. Dont worry. –------------------------------------------------------------------------- Added original download link of latest ow dd7 version!
  7. Domino_

    Laggish drawing

    > Right Click > Properties > Compatibility > Check "Disable Desktop Composition" > > Open it, have fun! Big thanks! Now it even loads faster xD
  8. Having issue, everything except picture dimensions is the same, 1.png in tilesets is 256x2048 and second 256x320, so in 1.png and 2.png i put similar tilesets but one works bit different like inseconw row it starts from 31px not 32 Picture: ( theese withred circles are from tileset 2.png ) If this bug because of picture dimension? [attachment=1082:Untitledsdsd.png]
  9. Thanks! TOS: 1\. please dont make porn website ![](http://media.tumblr.com/tumblr_lzxgtbbqGI1r7h30w.jpg) But you need to pay for .com, meh,I hoped that something in this world is for free. :D
  10. Domino_

    Laggish drawing

    Hey, when I drag any image,label or other items in frame, they have wierd like laggish movement, what causes this? I have win7 64bit, is there something about theme im using or what? Here is video: [http://youtu.be/OWYxybkp12c](http://youtu.be/OWYxybkp12c)
  11. Now that looks mutch better. :) p.s. Afther a while of jumping around. [attachment=1079:err.png] But, clicked ignore and everything went ok. Could resume game. :) p.s.s. If you go all the way lefy, game goes to main and starts from 0, so i lost 163 points! :D
  12. Thats a question or informative message to all? And it was set as byte to 70 on purpose so they dont take unnessecary time to load unexisting quests.
  13. Pictures/screenshots would increase interest.
  14. runtimes installed, using win7?
  15. > Those kind of programs don't do anything, really, it's like downloading the game but it opens it in a web page, and is very slow, useless and stupid. That doesnt matter xD I just made programm like quiz, with question editor etc. and my teacher asks me to make it work online in browser, imma not gona rewrite everything and learn new landuage because I have only 1 week left till dead line.
×
×
  • Create New...