Search found 280 matches

by Jonty800
August 24th, 2011, 12:47 am
Forum: Resolved Bugs and Requests
Topic: [INVALID] Not being able to use commands when frozen
Replies: 5
Views: 3135

[INVALID] Not being able to use commands when frozen

Lol, I froze myself as an Owner (Using Dev software) and was not allowed to use /unfreeze.

I had to wait 20 minutes for another Owner to log in and unfreeze me :P

Any chance you can add /unfreeze to the exceptions please Fragmer?
by Jonty800
August 24th, 2011, 12:38 am
Forum: Resolved Bugs and Requests
Topic: [DONE] Color-coding /commands
Replies: 11
Views: 5174

Re: Color-coding /commands

I like the colored ones.
But I was pondering if sorting them by color would be easier to see your set of commands

That way you can just stare at red for example, until it scrolls out
by Jonty800
August 24th, 2011, 12:34 am
Forum: Suggestions
Topic: modifications to playerDB
Replies: 6
Views: 4824

Re: modifications to playerDB

Whats Dankirt? its that the bot thingy?
by Jonty800
August 23rd, 2011, 11:20 pm
Forum: Suggestions
Topic: modifications to playerDB
Replies: 6
Views: 4824

modifications to playerDB

It would be good if a player's /info showed how many players they had ranked. Like kicks and bans. That way you'll be able to see if your Ops are actually doing their job.
by Jonty800
August 23rd, 2011, 9:04 pm
Forum: Resolved Bugs and Requests
Topic: [CLOSED] Is it just me (RE: colours)
Replies: 3
Views: 2548

Re: Is it just me (RE: colours)

use /client colors old
or /client colors beta

to switch back, use /client colors new
by Jonty800
August 21st, 2011, 8:10 pm
Forum: Modding
Topic: Post your custom code here
Replies: 86
Views: 51716

Re: Post your custom code here

WOW! Great work Bob, Thanks :) Here's the door code for people using Branch 0.60x using System; using System.Collections.Generic; using fCraft.Events; namespace fCraft { public static class Doors { static readonly TimeSpan DoorCloseTimer = TimeSpan.FromMilliseconds(1500); // time that door will stay...
by Jonty800
August 21st, 2011, 7:07 pm
Forum: Modding
Topic: Post your custom code here
Replies: 86
Views: 51716

Re: Post your custom code here

LOL! That's a bit embarrassing :P Thanks.

If you could re-write it for me that would be fantastic :)
by Jonty800
August 21st, 2011, 6:53 pm
Forum: Modding
Topic: Post your custom code here
Replies: 86
Views: 51716

Re: Post your custom code here

Sorry fragmer.

Thanks Bob!

For some reason it doesn't recognize "Tuple"

Code: Select all

var values = Tuple.Create(DL, player);
Any idea how I can fix that?
by Jonty800
August 21st, 2011, 7:01 am
Forum: Modding
Topic: Post your custom code here
Replies: 86
Views: 51716

Re: Post your custom code here

---
by Jonty800
August 21st, 2011, 6:58 am
Forum: Modding
Topic: Post your custom code here
Replies: 86
Views: 51716

Post your custom code here

---