-
Posts
545 -
Joined
-
Last visited
-
Days Won
47
Content Type
Profiles
Forums
Events
Everything posted by ags_cs4
-
i sent it over to you in DM you can upload it to market place
-
I was browsing my MCC modules collection for some idea to make and i found this and remembered some one was asking about it @sniko is this the same module? i can post it The module is on your DM
-
GL Directory is down? if so why not link it with PBBG.com if they have API and maybe remake it like the old MCC voting center by allowing many sites voting @Dayo i just found your vote center you made for madCaper, you can expand that with some hooks to add new voting services
-
the only one i know who did work on PC games engines is @URBANZ
-
lol i see you getting addicted to rust 🤣, i dont play rust, but if you wana play PUBG let me know
-
Congratulation and glad to see you back and to the community, and would love to see some project you have you input or thought process
-
There should be a v1 free version some where on github
-
i have the one on https://mccodes.com don't know who made it, if so we could tag him if he read his email he could get back, but other than that merit on mcc is super easy, tho it need lot of edits ot the files which is annoying for new game owners @Ishraq good luck will check it when its accepted
-
you might rebuild the zip file to be like this files must be directly in the zip not in a folder inside the zip
-
Well its little hard but it can be, and phishing is using clone of websites like Paypal to take info from the victims
-
how u guys forgot the language script/module ?
ags_cs4 replied to omarka's topic in Gangster Legends
Well i will say that its a lot of trouble to make it multi language, as i think im the only one that made multi-lang update to GL if its only interface for links and text then that douable i think i know at least 2 game owner that translated their game But if you want multi lang then you will deal with content in multi language, that is realy hard, throw french, english, and arabic that is already realy hard to find the right encription for all of them at the same time, but lets say we have all the language data, how we gonna work on the data base side?? each language have its own server? And add that to the trouble of the devs that made already mods it will be already trouble some to keep supporting and updating their mods to the latest version And if we want to upgrade GL we need to rework on all the mods that got released or made and that is not even worth it -
tbh it could be the early version, as the v1 i used to play with was lot similar to gl v2 is the structure of the modules
-
i worked on gl v1 and this is not even gl some random engine i think
-
[SPADE] SPADE Engine is Officially Released!
ags_cs4 replied to gamble's topic in Other Game Engines
-
Lol been a long time since i laughed so much 🤣🤣🤣 You still haven't grown up how long was it? More than 11 years? You still the same You're a father now get your shit together
-
well the GL engine is open source, tho its still misleading
-
i think you need to show what you got custom made for you, it looks the same as the code ali sells for maybe less some times, so show what make your code unique
-
fixed that?
-
Set min travel level to 1 and it will work
-
what to be expected, well lot of red flags since the begening, the moment he started copying others mod and reselling them it saw gonna end like that
-
i forgot i have this code, i played with it 2 years ago, but didnt make much of it, but its great, i might upgrade it to stop executing the hook files so if there is any db columns not found it wont give an error
-
oh, well it give some stat: int, labor, or even limited time boost if you wanted something likenewspapers than that good tho i will say some thing need to change content and pages need to be used as TEXT or LONGTEXT instead of VARCHAR(255) and i think there is adiffrent idea to do the pages by using `substr($content, 0, 500)` you can limit each page to have like 500 but i ihave even better idea than that as that will break the works and sentences you can have this `[page]` in the content and when you want new page you can use it to break the text so you will use `$PageContent = explode('[page]', $content)`and that will give you paged content for example page #3 `$PageContent[2]` and to check if page exist you can use `isset($PageContent[$_GET['page]])` PS: small idea im using on my newsPaper mod 😄 And i just wanted to know if its gonna work like knowledge base if so the paging system is little out of place and cumbersome here some example of my KB