-
Posts
2,392 -
Joined
-
Last visited
-
Days Won
62
Content Type
Profiles
Forums
Events
Everything posted by Sim
-
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.
-
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.
-
Can I be one of the 1st people to get spade like aka now? To start creating mods
-
Awesome. I never thought about month to month simplicity on projects.
-
Patience young jedi, you mssage regarding this assemble ain't even give me time to reply.
-
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()
-
Introducing SPADE Engine - API Driven Single Page Application
Sim replied to gamble's topic in Other Game Engines
What's the difference between just using jQuery/Ajax? J/w -
MWG hosting at $1/month is unbeatable
-
And stop posting multiple topics with same question plz.
-
Y I posted it. But i removed my file from market place. @KyleMassacremade great improvements to Player Logs.
-
Go to PHPMyAdmin and set your user rank as 1
-
Maybe I should ask why it's similar to this?
-
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.
-
People are busy this time of year.
-
-
You said it better then I could have @URBANZ that's why I didn't say anything about saving the translations.
-
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. 🙂
-
-
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.
-
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
-
Bump
-
I don't think I've seen your reply