
AbsentCrisis
Members-
Posts
154 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by AbsentCrisis
-
Yes but as I said I had my reason and this wasnt possible you cannot blame me for what life throws at you.
-
I left for a long period due to reason, not because I had something against anyone I was making anything for. I dont think its necessary to discuss why. And its not like I took anyone money and dissapeared, I just had a few request which couldnt be done.
-
Shouldnt be too hard to do this use something like this to help you get what you want- Click Here
-
iLyk2Play ^^ even though i only played my ps3 3 times :D
-
Ill do you something for free pm me with some details ^^
-
@1st image - Good work I like the splatters my only work of advice is remove the drop shadow and try something different. @2nd image - Increase the size of the little text as its abit too small, maybe add some tears on the boys clothing and add a few more shades to make it more realistic and mayb even teared skin on his face, decrease the oyter glow opacticy its way too powerful. If you do do any of these suggestion remove some of the blood added as theres way too much. Ahh last of all the hair needs to be re-rendered as it seems rushed or you could duplicate the boy layer and add some motion blur to smoothen up the edges. Overall really nice aimges just need a few small touch ups ^^
-
Hi, I'll be up for a challenge on a new game engine. I could help feed you what you need graphic-wise. Mind you i may be abit rusty been a while since ive been using photoshop ^^ Also i'd like to ask at what level do you understand php?
-
Hi all, im AbsentCrisis a few people may know me from the past. I've just made this thread to let anyone who want to know that im back and hope to be doing a few projects. It's been a while nearly a year that I havent done any graphics or coding I hope to get back on track :D
-
Re: GFX She came back to comment on your work :P
-
Re: logged in for Wow alot of time has been spent here xD
-
Males only attack females and vice versa?
AbsentCrisis replied to legrolls's topic in General Discussion
Re: Males only attack females and vice versa? add me on msn il do it for you :P -
Re: Military Nation Who is that someone?
-
Re: MCcode V2 user DB hack Yes make things secure and you dont have to worry...and wow you've been at php for nearly a year and havent got basic security down. I have been doing ot for nearly a month and know secuirty quite well.
-
Re: Military Nation What have you secured? and you use a whole server for the site?
-
Re: does anyone know how to sort this use the code tags not the quote ones.
-
Re: MCcode V2 user DB hack Have you made any mods?..and how long have you been learning for?
-
Re: MCcode V2 user DB hack Then close your game and learn to code or hire someone. If you cant handle the responsibilities of a game don't make one!
-
Re: [v2] New Header Well thats obvious dimension the smenu hasnt been made to fit this header thats why
-
Re: Lock/Un-Lock Gameplay [$10] Its basically all in the code nothing to see use your imagination, funny thing is I have made something similar to this mod that just sits on my computer :-P
-
Re: Doubling in game...? Just make a seperate file for the CSS and link to it in the header and problem fixed =]
-
Re: Mccodes Lite Userstats IQ Bug Add me on msn so I can talk/help you [email protected]
-
Re: [MC CODE V2] WORLD WAR 4 - TEMPLATE Thats being unfair, the creator of this template gave it our free the lease you could do is give a visible link back.
-
Re: Mccodes Lite Userstats IQ Bug Updated post and I think it would still work its just a diiferent style of a query.
-
Re: Mccodes Lite Userstats IQ Bug Try that its more secure most probs wont fix your problem. Show all the code so I can take a look at it. $iq_rand = mt_rand(1,2); $sql = sprintf("UPDATE `users` SET `IQ` = IQ + %u WHERE (userid = %u)", $iq_rand, $userid); mysql_query($sql);