search -  faq -  rulez -  staff

forums






map cycle
irc              pwnalizer
voice         dswp bar




Register

Login


It is currently 04.08.25

 

All times are UTC + 1 hour




Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: DSWP wiki
PostPosted: 07.10.12 
Offline
Godlike
User avatar

Joined: 03.12.11
Posts: 524
-----tdm:  
nick: [dswp]zietsh
skill: 970.316
kills: 11203
deaths: 8618
ratio: 1.29
-----bomb:  
nick: [dswp]zietsh
skill: 1056.62
kills: 18077
deaths: 14755
ratio: 1.22
This is what I see:
Attachment:
Unbenannt.JPG
Unbenannt.JPG [ 84.74 KiB | Viewed 9508 times ]



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.10.12 
Offline
Godlike
User avatar

Joined: 12.11.10
Posts: 578
-----tdm:  
nick: [dswp]Zottel
skill: 1265.2
kills: 53116
deaths: 34720
ratio: 1.52
-----bomb:  
nick: Zottel
skill: 965.891
kills: 4021
deaths: 3001
ratio: 1.33
JRandomNoob wrote:
Aha. You sure you don’t mean Pirat’s database? He was last seen coding something to replace the wiki page due to the high anality level of the wiki (page size limitations etc).

no this is an another thing!!!
my database is a complete collection of all maps for Urt!!!!
and my project is a complete collection of all COSTUM FUNSTUFF ever,
and almost complete :D :D :P :P

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.10.12 
Offline
Godlike
User avatar

Joined: 12.11.10
Posts: 578
-----tdm:  
nick: [dswp]Zottel
skill: 1265.2
kills: 53116
deaths: 34720
ratio: 1.52
-----bomb:  
nick: Zottel
skill: 965.891
kills: 4021
deaths: 3001
ratio: 1.33
Zottel wrote:
my database is a complete collection of all maps for Urt!!!!


oh i forgot ..........i have ALL MAP'S!! :lol: :lol: :lol: :lol: :lol: ;)

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.10.12 
Offline
DSWP Meme Artist
User avatar

Joined: 12.05.10
Posts: 1853
Location: Estonia
-----tdm:  
nick: WidespreadPanic
skill: 605.05
kills: 12260
deaths: 10971
ratio: 1.11
-----bomb:  
nick: SelfRescuingPrincess
skill: 254.796
kills: 219
deaths: 202
ratio: 1.08
Zottel wrote:
and my project is a complete collection of all COSTUM FUNSTUFF ever,
and almost complete :D :D :P :P
Cool. You seen this?

zietsh wrote:
This is what I see:
Attachment:
Unbenannt.JPG
@_@ Not good. Onkeeel, help!

_________________
Путін — хуйло

Beginner’s Guide to Urban Terror (woefully out of date)

Daily Deadnade (last updated September 9, 2016)



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.10.12 
Offline
Godlike
User avatar

Joined: 12.11.10
Posts: 578
-----tdm:  
nick: [dswp]Zottel
skill: 1265.2
kills: 53116
deaths: 34720
ratio: 1.52
-----bomb:  
nick: Zottel
skill: 965.891
kills: 4021
deaths: 3001
ratio: 1.33
JRandomNoob wrote:
Cool. You seen this?


I've seen it, and must say, "this is not all" ..... my funstuff thing is for all players (Female; Male)!!

for example: the funstuff = blender02 only RAFIQ ; no separate for Sarah; Misu; Rafiq; Denzel ;Adala; Carla; Tom; Takeshi !!!!!!
:lol: :lol: :lol: :lol: :lol: :P :P :P :P :P

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.12.12 
Offline
Godlike
User avatar

Joined: 03.12.11
Posts: 524
-----tdm:  
nick: [dswp]zietsh
skill: 970.316
kills: 11203
deaths: 8618
ratio: 1.29
-----bomb:  
nick: [dswp]zietsh
skill: 1056.62
kills: 18077
deaths: 14755
ratio: 1.22
Like I said I'd like to make something in js to give you the simple line to bind a key to a certain command example:

I want to bind enemy spotted to key x I just klick:

Commands Menu -> Radio-command Enemy Spotted -> [Enter custom-text mby with color] -> Hit button -> Output for console or config.

How I want to do this is pretty much figured out but I'm stuck at one part and that is to call the functions ?!
The output button works but not the clear button :?
So this is what it looks like:

Code:
function clear()
        {
                document.bindform.consoletext.value = "";
        }
       
____________________________________________________________________________________________

<input type="button" id="giveit" value="Give it!" onClick="give();" />  // <--- Works no problem here

<br /> <input type="button" id="clearit" value="Clear it!" onClick="clear();" /> // <-- Problem here but what is different ?!



(I "collect" everything in the bindform where you choose color etc. mby a bit complicated but hey until now it worked ...) I just don't want the user to reload the page every time a new bind is needed or if he wants multiple binds in a config...

PS: I'm almost a total newbi to js, but I have more less than more experience with programming so a short answer is fine :)



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.12.12 
Offline
Kanzlerin
User avatar

Joined: 07.24.08
Posts: 1063
Location: Germany
-----tdm:  
nick: [dswp]xtj7
skill: 736.922
kills: 98
deaths: 95
ratio: 1.03
Do you have the rest of the code online somewhere?
Without knowing the rest, it could be all sorts of problems :)

_________________
Quote:
<XTJ7> !penis
<CuntBot> XTJ7, your penis is 23.3 cm long. 8=========D
<XTJ7> !8ball do i rock?
<CuntBot> XTJ7: OH YEAH !
<BEH> !8ball you lieing too?
<CuntBot> BEH: Totally not.
<BEH> -_-''



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.12.12 
Offline
Godlike
User avatar

Joined: 10.14.08
Posts: 2006
Location: rooftops
-----tdm:  
nick: [dswp]ucf
skill: 462.176
kills: 532
deaths: 332
ratio: 1.60
what's the purpose of the thingy you posted the snippet?

I'll check wiki asap

could you please try this page?
wiki/doku.php/sandbox:zietsh

I don't know if registered is enough to create namespaces

_________________
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- Martin Golding



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.12.12 
Offline
Godlike
User avatar

Joined: 03.12.11
Posts: 524
-----tdm:  
nick: [dswp]zietsh
skill: 970.316
kills: 11203
deaths: 8618
ratio: 1.29
-----bomb:  
nick: [dswp]zietsh
skill: 1056.62
kills: 18077
deaths: 14755
ratio: 1.22
Unclefragger wrote:
what's the purpose of the thingy you posted the snippet?

I'll check wiki asap

could you please try this page?
wiki/doku.php/sandbox:zietsh

I don't know if registered is enough to create namespaces


I get this message If I click on show pagesource:
Quote:
This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.


And for the code, I'll be on it, will post it later .



 


Top
 Profile  
 
 Post subject: Re: DSWP wiki
PostPosted: 07.12.12 
Offline
Godlike
User avatar

Joined: 10.14.08
Posts: 2006
Location: rooftops
-----tdm:  
nick: [dswp]ucf
skill: 462.176
kills: 532
deaths: 332
ratio: 1.60
I think I found the problem, try again please

_________________
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- Martin Golding



 


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 35 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Imprint

Powered by phpBB © 2000, 2002, 2005, 2007, 2008, 2009, 2010 phpBB Group

Skin by Lucas Kane
we use apache2 mod rewrite with phpBB SEO
map train_beta1-100 © 2009 by SteveMcQueen
Statistics Backend + Database by XLR Stats and B3 Bot
mapvote robot and gameserver monitor © 2009 by BlinKy
mumble viewer Copyright © 2008 Dominik Radner (aka Urmel)
mumble switcher and integration © 2008 by XTJ7, Unclefragger and Wursti
Localisation Plugin © 2009, Team Leads Plugin © 2009 and Knifer Plugin © 2009 by SvaRoX
for our stats we use Chart.js Copyright (c) 2013-2015 Nick Downie.
the stats also use some jQuery jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc.



voice server
lms » dswp.de:22222
status: online
players: 3/1
map: 28
 
btw test the new ajax serwer monitor here!
top 20 players


nameskillkills
-Dws.BLINGBLING*-*1071.72418631
NormaSnockers1155.39400492
Zottel1090.4276378
make.them.suffer1143.27269872
>8v=1130.37230156
moon1100.78195615
sjas1048.1192315
peace1163.51190660
Wagner_Moura967.849188001
Goomba1151.68182677
z0rn996.032181016
Mad1117.01179124
[dswp]PLZ1144.31178516
Graf_ZahlIII1136.8167407
Zohan997.679159737
ubercunt1012.45159240
Yarrr!1187.33156233
I_am_nOOb1182.57151268
Pandageddon1171.49148319
Pirat1030.51145798