Search found 21 matches

by s0meone
Thu Jan 13, 2011 11:41 pm
Forum: Coding
Topic: Has anyone played "Game Dev Story"?
Replies: -1
Views: 1377

Re: Has anyone played "Game Dev Story"?

Looks like I have quite a bit of work ahead of me. Gives me more time to fine tune my ideas though. Thanks
by s0meone
Thu Jan 13, 2011 12:01 pm
Forum: Coding
Topic: Has anyone played "Game Dev Story"?
Replies: -1
Views: 1377

Re: Has anyone played "Game Dev Story"?

Only what I've picked up from Halls php tutorials
by s0meone
Wed Jan 12, 2011 8:04 pm
Forum: Coding
Topic: Has anyone played "Game Dev Story"?
Replies: -1
Views: 1377

Re: Has anyone played "Game Dev Story"?

Thanks for the info. Would you suggest I attempt a sim in objective-C or would Java or Flash be better?
by s0meone
Wed Jan 12, 2011 1:20 pm
Forum: Coding
Topic: Has anyone played "Game Dev Story"?
Replies: -1
Views: 1377

Has anyone played "Game Dev Story"?

It's a sim on the iphone and android phones and it's extremely addicting. Did they use Javascript to make it? I have some ideas I'd like to try out if its something I can grasp. Thanks
by s0meone
Mon Dec 27, 2010 12:53 pm
Forum: Misc
Topic: Kinetic
Replies: -1
Views: 4797

Re: Kinetic

I have move and I have to say that accuracy and depth make a huge difference between it and the wii. The thing that put me off with kinect is that they scrapped having it recognize fingers and that really limits alot of things it can do. Only thing that really interests me for it is dance central at...
by s0meone
Tue Dec 21, 2010 2:36 am
Forum: Older Browser MMO Videos
Topic: question on increasing prices for individual players
Replies: -1
Views: 422

Re: question on increasing prices for individual players

Thanks again sir halls. You're always helpful.
by s0meone
Mon Dec 20, 2010 8:07 pm
Forum: Older Browser MMO Videos
Topic: question on increasing prices for individual players
Replies: -1
Views: 422

question on increasing prices for individual players

How would I write the code to increase the price of an item every time it's purchased by a player for that player only?
by s0meone
Thu Dec 09, 2010 8:10 pm
Forum: Older Browser MMO Videos
Topic: Struggling with an undefined variable error
Replies: -1
Views: 906

Re: Struggling with an undefined variable error

:oops: well i feel sheepish. Thanks
by s0meone
Thu Dec 09, 2010 12:42 pm
Forum: Older Browser MMO Videos
Topic: Struggling with an undefined variable error
Replies: -1
Views: 906

Re: Struggling with an undefined variable error

$playerid = $playerinfo3['id']; $iteminfo="SELECT * from weapons where id=' $id' "; Check your declared variables. :) I thought this would have taken care of it: if(isset($_GET['id'])) {$id=$_GET['id'];} Is there somethin wrong on the weaponshop.php before it? <?php include_once 'connect....
by s0meone
Wed Dec 08, 2010 6:25 pm
Forum: Older Browser MMO Videos
Topic: Struggling with an undefined variable error
Replies: -1
Views: 906

Struggling with an undefined variable error

I keep getting an error on line 32 saying "undefined variable:id cannot insert into backpack. Everything is in the database, spelled correctly and lowercase but I can't figure out what the problem is. Any help is greatly appreciated. Thanks <?php include_once 'connect.php'; session_start(); inc...

Go to advanced search