Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. I really dislike the file structure for adding mods. I know its to late to change it now or it would be considered v2. But I will contribute a few mods sooner or later.
  2. I noticed I started a course sometime last week. Still says im taking it. Dont know id I still am. As far as i am aware, longest course is 5 days. Being able to see what and how long is left for a course be nice to.
  3. Can I be one of the 1st people to get spade like aka now? To start creating mods
  4. Awesome. I never thought about month to month simplicity on projects.
  5. Patience young jedi, you mssage regarding this assemble ain't even give me time to reply.
  6. Instead of using these functions: I think an idea would be function or level. enforceRestrict(1,2,4,ect) Could add to list inside restrict code for other future restricts without adding new code / replacing in future. On another note, all looks good so far. I can't wait to create some mods myself. $loggedInUser->enforceHospitalRestriction()
  7. What's the difference between just using jQuery/Ajax? J/w
  8. MWG hosting at $1/month is unbeatable
  9. Sim

    Mafia Land

    And stop posting multiple topics with same question plz.
  10. Y I posted it. But i removed my file from market place. @KyleMassacremade great improvements to Player Logs.
  11. Sim

    Mafia Land

    Go to PHPMyAdmin and set your user rank as 1
  12. Maybe I should ask why it's similar to this?
  13. I think if u have nothing nice to say, you shouldn't say it at all. nearly half of the Mods listed on GL, are created by me.
  14. People are busy this time of year.
  15. I managed to get the results I wantes with the alterModuleTemplateHook.. Actually better results.
  16. Once approved..
  17. You said it better then I could have @URBANZ that's why I didn't say anything about saving the translations.
  18. I thought the screen shots would help you understand. Game owner can choose which mods to show failed/success/attempts to be added to profile stat. But obviously it was an epic fail on my part not realizing I could not return an array. 🙂
  19. As many as a game owner decides? @ags_cs4
  20. That would be a lot of hooks, and not knowing the amount of hooks to add is even harder. I was trying to add a rap sheet to the profile by each success failed attempts to the profile stats.
  21. new hook("profileStat", function ($profile) { global $user; $test = array("stat" => 99, "text" => "Test" ); $test = array("stat" => 99, "text" => "Test" ); if ($user->id == $profile->info->U_id) { return $test; } }); I been trying to return multiple profile stats set once. I know this choice obviously well but do so, but all attempts of 2d arrays/objects have failed. Anyone got any ideas? Maybe template change the variable? @Dayo
  22. I don't think I've seen your reply
×
×
  • Create New...