Vorlen
Members-
Posts
287 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Vorlen
-
Re: A plea for help... Same goes for me LostOne. I vouch for seany, but my name I would suspect isn't so reputable LMAO. @ Seany - Keep it up. I'd go with you, but I doubt I could get 2100 USD for myself to go :(
-
Re: Phaos Game Engine What you mean to say, is this is too developed, so individuality will be harder to attain... right?
-
Re: Gang war surrender error Sorry haha, just I've never seen that problem, even in V2... I'll check mine.
-
Re: Kiddy Cartel I'll set up an installer tomorrow if I can. :)
-
Re: Potential When I get it uploaded sometime tonight or tomorrow I'll time myself :p (just messin, L.O. is good times :D)
-
Re: ill try it I feel the same way. Kiddy Kartel has potential. :) Scarlet, would you like to message me please. :)
-
Re: ill try it Thanks Scarlet. :D +1 for being nice :) I agree. Also, someone said something about kids not having big wallets. Well, change the content/game style. I myself would consider making it a similar goal of MC Codes, crime based. Or maybe business based on a higher scale, like war-firms or something where you're not only competing with the others, you're doing things like hostile takeovers (Please don't punk that idea lol, I think I'll be doing it :D) Nice to see a lil creativity :wink:
-
Re: ill try it I agree. Also, someone said something about kids not having big wallets. Well, change the content/game style. I myself would consider making it a similar goal of MC Codes, crime based. Or maybe business based on a higher scale, like war-firms or something where you're not only competing with the others, you're doing things like hostile takeovers (Please don't punk that idea lol, I think I'll be doing it :D)
-
Re: Phaos Game Engine I'm preparing to get and develop this code. It's possibly replacing my current project, however that means that my current project's 7 hours of coding for the creation system's gone to waste, if anyone would like to look at the creation system, contact me as I don't want to spam the forums. Please note that that's about the only thing done on it (Thank you to partner -Genocide- for the use of his notov2 code which has most of the bugs fixed, as opposed to my bugged version) Anyways. I'll be building a PHAOS based game regardless, hope we all have some fun playing in this one.
-
Re: MMCODE help LITE also has installer.php, I just checked my copy :P @minik07 - Open your CPanel, look at the icons there and try and find a "Cronjobs" or "Crontabs" one. Click it, when you're in click "Advanced". Once you see the page it opens, in the "Command" section put curl [url]http://www.YOURDOMAIN.com/cron_fivemins.php[/url] in the FIRST blank where it has a 0, make that */5 and then in the SECOND blank where it has a 0 make that * Save that. Go back in using the above method except this time make the command curl [url]http://www.YOURDOMAIN.com/cron_day.php[/url] leave the 0 in the first blank, and the 0 in the second. So in the end, you'll get a general visual like this */5 * * * * curl http://www.YOURDOMAIN.com/cron_fivemins.php 0 0 * * * curl http://www.YOURDOMAIN.com/cron_day.php Change YOURDOMAIN to whatever your domain is. :)
-
Re: gym pass I agree with that 100% +1 for you!
-
Re: Counting (nr game) 992
-
Re: Counting (nr game) 990
-
Re: Counting (nr game) 987
-
Re: 3 Word Game a big nail - MATT, STOP DOUBLE POSTING... sorry to anyone who I have offended
-
Re: Counting (nr game) 985 - PS. matt2k6 not supposed to have double postings, let alone triple
-
Re: 3 Word Game judo chops a
-
!!! Many ideas for Mc 2.0 but I cant program !!!
Vorlen replied to MDK666's topic in General Discussion
Re: !!! Many ideas for Mc 2.0 but I cant program !!! Nifty idea. I've got unique weapons on the game coming out, it'll have some of those features, not the stone for upgrading stats or such, but it'll have the option to pay for upgrades in game, or buy them via paypal. :) -
Re: 3 Word Game a big metal
-
Re: 3 Word Game Mangy monkey cage
-
Re: Counting (nr game) 929
-
Re: Medical items dont work No it doesn't. It reduces hospital time by the "health" column in the database, as defined while making a medical item. Then, if it brings you below 0, it sets it TO 0, so that you don't stay in hosp with negative minutes.
-
Re: Medical items dont work Better approach... FIND: else if($r['itmtypename'] == 'Medical') { $f=mysql_query("SELECT * FROM medical WHERE item_id={$r['itmid']}",$c); $fr=mysql_fetch_array($f); mysql_query("UPDATE inventory SET inv_qty=inv_qty-1 WHERE inv_id={$_GET['ID']}",$c); mysql_query("DELETE FROM inventory WHERE inv_qty=0",$c); mysql_query("UPDATE users SET hp=hp+{$fr['health']} WHERE userid=$userid"); mysql_query("UPDATE users SET hp=maxhp WHERE hp > maxhp"); REPLACE WITH: else if($r['itmtypename'] == 'Medical') { $f=mysql_query("SELECT * FROM medical WHERE item_id={$r['itmid']}",$c); $fr=mysql_fetch_array($f); mysql_query("UPDATE inventory SET inv_qty=inv_qty-1 WHERE inv_id={$_GET['ID']}",$c); mysql_query("DELETE FROM inventory WHERE inv_qty=0",$c); mysql_query("UPDATE users SET hp=hp+{$fr['health']} WHERE userid=$userid"); mysql_query("UPDATE users SET hp=maxhp WHERE hp > maxhp"); mysql_query("UPDATE users SET hospital=hospital-{$fr['health']} WHERE userid=$userid"); mysql_query("UPDATE users SET hospital=0 WHERE hospital<0"); That will make it so when you create a med item, it takes off the time as it says it will.
-
Re: Mercs For Sale I'd consider this, had I not been short on the monetary supplements. If you need to have a shadow, let me know, I'd be more than happy to shadow as you and code and such, so if you DO want back in, it's all still there for ya. Contact me if you want to chat.
-
Re: Favorite TV shows I haven't watched tv in ages. Waste of time lol.