Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. I never created a topic for this: I just release an update: If you previous downloaded this mod, i recommend updating it. Fixed bug related to a timing issue that prevented classes from ending when supposed to. Players can only take a class once, since multiple people requested it. PLAYER CAN NOT TAKE SAME CLASS OVER AND OVER. When deleting a class from ACP, it also removes it from classes players has taken.
  2. I think i experienced this. One of your mods are doing it. At least in my case. I had to turn error reporting on in config.php and find error from there.
  3. No I havnt.
  4. Sim

    Chaotic Survival

    Congrats
  5. Mod has been updated. V1.1.0 Added prices to sodekicks.Admins can add/edit price while crafting or editing a sidekick. A player can only own a sidekick they can afford to purchase. Also added: When deleting a sidekick, it will be removed from all players who owned it. UPDATE INSTRUCTIONS: You only need to download the sidekickUpdate package. Run schemaUpdate.sql and overwrite sidekick files.
  6. Thanks @CrazyElk
  7. Some simple checking if allowed file type is attempting to be uploaded then check if file type is valid is basically all that needs to b3 done.
  8. Thanks @Canjucks
  9. @you deserve it. Your skills are top notch. Very impressive!
  10. So I've noticed in several mods and even some mod included in GL that when created items are deleted from the database: For example: a car deleted, a item deleted, a fish deletes. Developers are forgetting to delete these items in other tables that associate thes items with the user. I myself have find myself guilty of this to. So, this is just a reminder to everyone including myself. 🙂
  11. Once approved, link should be visitable: @Dave @Dayo
  12. Sim

    Howdy All!

    Welcometo the community
  13. Reimstall?
  14. Now thats a idea, swimming challenges
  15. As one of the eldest members of the coder. I failed to make your list. So upsetting. Not. Ill just keep producing mods ans releasing them. Soon, some willl be ones that are already released by others but with more features and cheaper pri'es. 🙂
  16. Sim

    Howdy All!

    Welcome to the community
  17. SELECT COUNT(JR_refID) AS rankCount, J_id AS id, J_name AS name, J_desc AS `desc` FROM jobs JOIN jobRanks ON(J_id =JR_refID) GROUP BY J_id ORDER BY J_id ASC My problem is if theres a job with no Ranks, it is not included in in the results. What am I missing? Thanks in advance!! I know @Magictallguy got an answer here.
  18. { "name": "Jobs", "version": "1.0.0", "description": "This module adds a job system to your game that gives players the ability to get a job thst pays daily and move up the ranks to earn more money.", "author": { "name": "William Hughes", "url": "http:\/\/. coming soon.com" }, "pageName": "Jobs", "accessInJail": false, "requireLogin": true, "adminGroup": "Game Mechanics", "admin": [ { "text": "View Rank's", "method": "view" }, { "text": "View Jobs", "method": "viewJobs" }, { "text": "New Job/Rank", "method": "new" }, { "hide": true, "text": "Edit Rank", "method": "editRank" }, { "hide" : true, "text": "Edit Job", "method": "editJob" }, { "hide": true, "text": "Delete Rank", "method": "deleteRank" }, { "hide": true, "text": "Delete Job", "method": "deleteJob" }, ] } Everything was working fine until inedited my module.json file. I done recreated it about 6x. This happens to me every note amd again when adding extra links. I can't seem to find my problem. But sure another set of eyes can. Edit: nvm, found this one. Near end, unwanted comma.
  19. What mod is this happening on?
  20. Thanks rockwood. I give it a try.
  21. I swear i hate this error mainly because it forces me to long back into the game. What's even funnier is i can force the error to happen. If i can get this error to display on demand, how can the php7 team not find it? I would think seasions are very important so why release without ensuring its fully functioning. File: /home/simmakew/public_html/GL/init.php Line: 5 Error: session_start(): ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php71) failed: Permission denied (13) Type: E_RECOVERABLE_ERROR
  22. Is there a such thing as a global timer? Timers that are not binded to players? @Dayo
  23. Wimner!!- Unless he wants empty text results 🙂
  24. This mod replaces the current GL item system. As well as mods to support the new item system. Shops, equip pages, user shops, blackmarket and more
  25. Mode? Mod or this update? This update [QUOTE] Coded/Fixed broken Remove Links from action menu's in the following pages: Inventory Page Blackmarket Page Usershops Page Equipped Page[/QUOTE] The equipped mod is apart of my item mod. More about the mod can be read a few pages up with all the features and mods included.
×
×
  • Create New...