Search found 69 matches

by Dontkillme
Mon Jun 29, 2009 11:03 am
Forum: Players
Topic: Your BZFlag Hero/Master
Replies: 145
Views: 101782

Re: Your BZFlag Hero/Master

My BZFlag hero is "Optic Delusion" because he taught me how to play and he showed me some server variables
by Dontkillme
Sat Apr 11, 2009 11:22 am
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

The latest dev code will not work with 2.0 servers, so you probably don't want it. If you do, check out http://my.bzflag.org/w/SVN I tried it all the time with the 2.0.12 code :doh: This looks pretty cool! The only thing I'm concerned about is that the "allejo" tab seems to be hard coded....
by Dontkillme
Fri Apr 10, 2009 6:09 pm
Forum: Players
Topic: How would you rate yourself
Replies: 180
Views: 228322

Re: How would you rate yourself

Hmm... I think 4
by Dontkillme
Fri Apr 10, 2009 1:03 pm
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

Enigma wrote:I am using the latest development code, not the 2.0 code.
Where can I download it?
by Dontkillme
Thu Apr 09, 2009 3:46 pm
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

Ok. I try it again with if (fromServer) { addMessage(NULL, fullMsg, ControlPanel::2, false, oldcolor.c_str()); } else if (toAdmin) { addMessage(NULL, fullMsg, ControlPanel::4, false, oldcolor.c_str()); } else { addMessage(NULL, fullMsg, ControlPanel::1, false, oldcolor.c_str()); } Is that ok? From ...
by Dontkillme
Thu Apr 09, 2009 1:22 pm
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

Ok. I try it again with if (fromServer) { addMessage(NULL, fullMsg, ControlPanel::2, false, oldcolor.c_str()); } else if (toAdmin) { addMessage(NULL, fullMsg, ControlPanel::4, false, oldcolor.c_str()); } else { addMessage(NULL, fullMsg, ControlPanel::1, false, oldcolor.c_str()); } Is that ok? From C...
by Dontkillme
Thu Apr 09, 2009 9:11 am
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

Then i get this errors: ------ Build started: Project: date, Configuration: Release_pdcurses Win32 ------ Compiling... buildDate.cxx Creating library... Touching buildDate.cxx... Build log was saved at "file://c:\Dokumente und Einstellungen\Desktop\bzflag-2.0.12\bzflag-2.0.12\win32\VC8\Release_...
by Dontkillme
Wed Apr 08, 2009 7:25 am
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

http://my.bzflag.org/bb/viewtopic.php?f=13&t=12691 Thanks! :D Where can i add the code? I get all the time errors: ------ Build started: Project: date, Configuration: Release_pdcurses Win32 ------ Compiling... buildDate.cxx Creating library... Touching buildDate.cxx... Build log was saved at &q...
by Dontkillme
Tue Apr 07, 2009 11:59 am
Forum: Players
Topic: what flag do you pwn with?
Replies: 103
Views: 52372

Re: what flag do you pwn with?

Shockwave and Wings. Wings to hide and shockwave to kill.
by Dontkillme
Tue Apr 07, 2009 11:22 am
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

There is another post about adding an admin tab somewhere, and I think I mentioned the function that handles this logic. http://img219.imageshack.us/img219/1381/search.png Ok I´m looking for the post. I cant find it. Maybe its deleted? You also have to change the logic that filters the messages and...
by Dontkillme
Tue Apr 07, 2009 8:14 am
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

It looks like you just need to map some keys to the tabs. :doh: The key mapping! I knew I forgot something The key mapping menu: http://img3.imageshack.us/img3/687/bzfi0002.th.png After Keymapping: http://img27.imageshack.us/img27/7117/bzfi0003.th.png Tab for friend: http://img26.imageshack.us/img2...
by Dontkillme
Sun Apr 05, 2009 5:06 pm
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

That looks like it could be a pretty cool feature! It could be useful to make the "friend" tab not appear until someone sends you about 5 messages (exact number could be configurable). Then it makes a new tab for that player. That would be a lot more complicated, though. Hmm... I think th...
by Dontkillme
Sun Apr 05, 2009 8:56 am
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

I think somebody made a forum topic about this. But i don´t know who.
by Dontkillme
Sat Apr 04, 2009 7:37 pm
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

Here is the patch that blast wrote to actually ADD the tabs. It might give you a clue,it is an old, old patch... but it may help. http://sourceforge.net/tracker/index.php?func=detail&aid=889131&group_id=3248&atid=303248 Thanks, it helped me. I added a tab for a friend too. But I cant op...
by Dontkillme
Sat Apr 04, 2009 12:01 pm
Forum: Plug-in Development
Topic: Water Plugin?
Replies: 16
Views: 5212

Re: Water Plugin?

PlasticTank wrote:Would it be possible to make a plugin that changed the water level by what ever number? There could be servers where the water rises and everybody has to climb a hard course so they don't die.
I think you can make it with Drawinfo but it won´t kill the tanks.
by Dontkillme
Sat Apr 04, 2009 11:54 am
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

Re: How to add a Admin tab?

joevano wrote:What do you mean?
I meant the code for C++
by Dontkillme
Sat Apr 04, 2009 10:13 am
Forum: Help: Source Code / Compiling / Development
Topic: How to add a Admin tab?
Replies: 26
Views: 15208

How to add a Admin tab?

Hello. How can i add a Admin Tab to BZFlag 2.0.12?
by Dontkillme
Wed Jan 07, 2009 3:43 pm
Forum: Plug-in Releases
Topic: ProximityMine - What UselessMine should have been
Replies: 20
Views: 13168

Re: ProximityMine - What UselessMine should have been

If I join the server my bzfs.exe shows an error.
by Dontkillme
Thu May 15, 2008 6:05 pm
Forum: General Map Making Discussions
Topic: BZWTestLauncher Beta 1
Replies: 61
Views: 34884

Can i make with it a public server too? With BZFS Config. Builder is it to difficult.