Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Mr Jake

#761
Critics' Lounge / Re: Kaolla Su Pic
Fri 20/08/2004 17:52:56
The only shoes Ill be stealing are that of crowd surfers ._.

I like the picture btw :) I like the background and  I could tell who it was right away.
#762
*NES  ;D

Mario Bros > anything ::)
#763
General Discussion / Re: Heres a mad Idea
Fri 20/08/2004 15:00:05
Jack Ass is ok, fun to watch with your mate, but anyone that tries to copy it is just.... yeah
#764
I also agree with Pete. I WANT MY NES AND MEGA DRIVE BACK >:O
#765
Yes, but not to the extent that its marked as bad on the thingy, I mean, the award is a bit of fun but you really wouldnt like it if your game had a black icon on pretty much saying 'dont download this, its utter poo'

edit: I just would like to add that I see your point about this, but I dont think the solution is really correct
#766
the p3n15 award is a proper award!

imo what you are suggesting makes it more of a demerit which is not how it is intended.. I mean, they aren't _that_ elitest  ::)
#767
hurrah! True Love Sprites :D
#768
PS2... made with 2/3 year old technology and the cheapest parts Sony can get. They dont even use one of their own CD drives. and, last time I checked, you'd really be better getting a Xbox or gamecubes since the price of the PS2 isnt THAT much lower. (last time I checked)
#769
Quote from: [lgm] on Thu 19/08/2004 03:01:23

15 years ago, the best thing you could get was a Nintendo... Gah!
NES rules ._.


so the game if more of a ninja game? hmmm, I haven't got an xbox so Ill stick to TS.
#770
meh, I haven't played Xbox but PS2 is crap :D
#771
erm... RMB opened inventory in MI3, Im currently working on a MI3 Template :)

but I dont really understand what you mean :/ We need to see your code and more info to help you.
#772
I would post my favorites list... but it would waste WAY to much Bandwidth (plus I cant be bothered :) )
#773
... btw, if all firepower known to man doesnt work.. just what DO you use to kill the enemiesÃ,  :-\

edit: gamecube pwnz0r j00
#774
meh, Id rather do all that in Multiplayer mode with TS (HL mod)
#775
Ive seen these before on TV, they cost a bomb :)
#776
The Rumpus Room / Re: How did you find AGS?
Wed 18/08/2004 14:55:04
oh well zor, we cant let 1 bad apple ruin the crop  ::)


:p
#777
get velcro and the old drive bay covers, attach velco to the drivebaycovers and the the drawer , then all you have to go is press in the corner to open the drive and it should match the rest of the case.
#778
The Rumpus Room / Re: How did you find AGS?
Wed 18/08/2004 12:24:54
it appeard dosgames.com is reponsible for quite a few of us :)
#779
function on_mouse_click(int button) {
  // called when a mouse button is clicked. button is either LEFT or RIGHT
  if (IsGamePaused() == 1) {
    // Game is paused, so do nothing (ie. don't allow mouse click)
  }
  else if (button==LEFT) {
    ProcessClick(mouse.x, mouse.y, MODE_USE);
  }
  else if (button == RIGHT){
if (character[VOICE].activeinv >=0){    // right-click, so cycle cursor
    character[VOICE].activeinv = -1;
}
else ProcessClick(mouse.x, mouse.y, MODE_LOOK);
   }
}
#780
in the rightclick section put

if (character[EGO].activeinv >=0){
character[EGO].activeinv = -1
}
SMF spam blocked by CleanTalk