Re: Developing a game - Is an engine better then simply coding it yourself?
get a bare bone engine, for example; horizons game engine would be the best way to start.
Re: [mccode v2] Simple Login,Register,etc. (Validated.....)
looks good! why have you used text areas on the privacy and tos pages? Also, it wouldn't take long to create this into an in game template
Re: No attacking level 1
some people would stay level 1 on purpose tough, the 3 day idea is better.
Or a better idea; You can not be attacked for 7 days (safety) and if you attack someone before 7 days you loose safety..
Re: [MCCodes V2] - Parse The Parcel - [Re-Programmed]
250 summin posts and nobody knows about you or seen anything designed/programmed. Luke (formely lost1) knows a lot more than you...
Re: [MCCodes V2] - Parse The Parcel - [Re-Programmed]
Maybe they don't know any better? if they read your post on query optimization it would make sense to add an additional table.
(http://criminalexistence.com/ceforums/i ... .msg120707)
Re: Is this worth it?
with that mysql class i posted a link to there is a problem with a loop. Using the FetchArray it will just look forever, i tried it on a normal working loop so it is the code.
It looks to me like it runs a new query every repetition.. any ideas?
while($r = $mysql->Connect()->Query($SQL)->FetchArray($result)->Close()) {