Jump to content
MakeWebGames

Quick question about GL


KDawg08

Recommended Posts

So i know this is a "Build it yourself" engine basically.

Here is my question.

Are there any mods that have been made for the missing pages?

Here are the ones it says i'm missing:

ACTIONS:

bank robbery

booze brewery

extortion

hitlist

murder

police chase

stock market

MONEY:

Swiss Bank

LOCATIONS:

bullet store

car crusher

hospital

liqueur store

shooting range

CASINO'S:

ace club

blackjack

lottery

multiplayer dice

r.p.s.

war

Anyone made mods for these that don't cost alot? I'm low budget at the moment and I'm working on my newest game. Got tired of mccodes and always having to fix and find security issues, so i thought i would try this one.

Link to comment
Share on other sites

At Devtek-Solutions we have all the orgininal scripts that are listed in the top thread, most of which have been customised with improvements. Which is why we refer to them as V1 codes rather than the originals.

Since there has been quite a bit of interest lately in the Gangster Legend engine, I will create a new post later on today to showcase the engine and all the v1 codes that we currently have for sale.

"Gangster Legends is an advanced but simple to develop gaming engine. Its based on a mafia theme, but we have had no troubles reworking the content and flow of the engine to allow for many different game themes. The gaming engine in the right hands is a very succesful platform that players enjoy. Bootleggers.us was once based upon the gangster legends gaming engine. Although the game is now a lot more advanced with many custom features I think it stands testiment to the power of the engine and the popularity of the engines features."

I hope this helps fill in some gaps and I will update you all later today with a showcase and pricing/purchasing options.

 

Also to remove ,- like Dayo says, you will mostly need to remove them from the files themselves. However some of them you should be able to remove by editing the money function.

EDIT:

Functions.php

Replace:

function money($value){ return "$ ".number_format($value).",-"; }

WITH:

function money($value){ return "$ ".number_format($value); }

Link to comment
Share on other sites

At Devtek-Solutions we have all the orgininal scripts that are listed in the top thread, most of which have been customised with improvements. Which is why we refer to them as V1 codes rather than the originals.

Since there has been quite a bit of interest lately in the Gangster Legend engine, I will create a new post later on today to showcase the engine and all the v1 codes that we currently have for sale.

"Gangster Legends is an advanced but simple to develop gaming engine. Its based on a mafia theme, but we have had no troubles reworking the content and flow of the engine to allow for many different game themes. The gaming engine in the right hands is a very succesful platform that players enjoy. Bootleggers.us was once based upon the gangster legends gaming engine. Although the game is now a lot more advanced with many custom features I think it stands testiment to the power of the engine and the popularity of the engines features."

I hope this helps fill in some gaps and I will update you all later today with a showcase and pricing/purchasing options.

 

Also to remove ,- like Dayo says, you will mostly need to remove them from the files themselves. However some of them you should be able to remove by editing the money function.

EDIT:

Functions.php

Replace:

function money($value){ return "$ ".number_format($value).",-"; }

WITH:

function money($value){ return "$ ".number_format($value); }

This wasn't in functions.php but thanks i will look through my files for that.

How much are you posting your script for and any demo/screenies/etc? kind of curious.

Link to comment
Share on other sites

to get rid of the ,- do what i did :thumbsup:

I ended up opening ALL the php files in my ftp program and searched and auto replaced all ,- with nothing. :)

Are you starting to make mods to this now too Dayo?

I'm interested in filling those missing pages in the game. :)

Any information about your mods yet Taxed? For example, what's different, esp pricing etc?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...