←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

Dużo pytań/problemów każdej maści :)

Locked

  • +
  • -
Myszax's Photo Myszax 30.09.2008

Witam! (powrót po długiej przerwie)
Kupiłem serwer z kumplami na Gamepad.pl i mam do was pytania.

1. Mam na serwerze plugin bomba_explode_sound
/* 
Bomb Countdown HUD Timer v0.2 by SAMURAI 

* Plugin Details 
With this plugin enabled, you can see an colored Hud Message with the c4 time left, until explode 
Remeber : if until explode remains less than 8 seconds, hudmessage color will be red, if > 7 will be yellow and > 13 will be green. 

* Required Modules: 
- CSX 

* Credits: 
- Emp` for various indicates 
- Alka for full tests 

* Changelog 
- Fixed Events problems 
- Pcvars 
- Fixed any bug on plugin 

*/ 


#include <amxmodx> 
#include <csx> 

#define PLUGIN "Bomb Countdown HUD Timer" 
#define VERSION "0.2" 
#define AUTHOR "SAMURAI" 

// 
// KONFIGURACJA TUTAJ 
// 
#define muzyczka "sound/misc/bomba.wav" 
#define czas 10 
// 

// 

new g_c4timer, pointnum; 
new bool:b_planted = false; 

new g_msgsync; 

public plugin_init() 
{ 
register_plugin(PLUGIN,VERSION,AUTHOR); 

pointnum = get_cvar_pointer("mp_c4timer"); 

register_logevent("newRound", 2, "1=Round_Start"); 
register_logevent("endRound", 2, "1=Round_End"); 
register_logevent("endRound", 2, "1&Restart_Round_"); 

g_msgsync = CreateHudSyncObj(); 
} 

public newRound() 
{ 
g_c4timer = -1; 
remove_task(652450); 
b_planted = false; 
} 

public endRound() 
{ 
g_c4timer = -1; 
remove_task(652450); 
} 

public bomb_planted() 
{ 
b_planted = true; 
g_c4timer = get_pcvar_num(pointnum); 
dispTime() 
set_task(1.0, "dispTime", 652450, "", 0, "b"); 
} 

public bomb_defused() 
{ 
if(b_planted) 
{ 
remove_task(652450); 
b_planted = false; 
} 

} 

public bomb_explode() 
{ 
if(b_planted) 
{ 
remove_task(652450); 
b_planted = false; 
} 

} 

public dispTime() 
{ 
if(!b_planted) 
{ 
remove_task(652450); 
return; 
} 


if(g_c4timer >= 0) 
{ 
if(g_c4timer > 13) { 
set_hudmessage(0, 150, 0, -1.0, 0.80, 0, 1.0, 1.0, 0.01, 0.01, -1); 
} 
else if(g_c4timer > 7) { 
set_hudmessage(150, 150, 0, -1.0, 0.80, 0, 1.0, 1.0, 0.01, 0.01, -1); 
if(g_c4timer == czas) { 
client_cmd(0, "spk %s", muzyczka) 
} 
} 
else { 
set_hudmessage(150, 0, 0, -1.0, 0.80, 0, 1.0, 1.0, 0.01, 0.01, -1); 
} 

ShowSyncHudMsg(0, g_msgsync, "C4: %d", g_c4timer); 

--g_c4timer; 
} 

} 

public plugin_precache() 
{ 
precache_sound("misc/bomba.wav") 

return PLUGIN_CONTINUE 
}
I mam z nim problemy: Gdy paka jest podłożona i TT zabije CT to paka znika (to jest OK), ale czasem jest tak, że paka podłożona TT zabija CT i ta paka przechodzi do następnej rundy i pika dalej, a potem wybucha.

2. Szukam pluginu, że tylko admin może patrzeć na każdą drużynę i z każdej kamery.

3. Co dopisać do server.cfg żeby można było patrzeć tylko z jednej kamery "First Person"

4. Czego tylko 1 osoba w z ct może mieć defuse kita??

5. Mam na serwerze ATAC 3.0.1 i chciałbym żeby ktoś napisał mi taki plugin np: wpisuje a konsoli atac_menu i wyświetla mi się menu po lewej stronie (tak jak amxmodmenu) i tak wybieram nick(jednego z graczy online na serwerze) i przechodzi do następnego "okienka" z karami czyli jaką kare mu chce dać.

6. Gdy włączam serwer (przypominam, że mam serwer na Gamepad.pl) to mapy ładują mi się z mapcycle - prawie. Chodzi o to, że w cstrike/mapcycle.txt na pierwszą mapę mam ustawiony aim_map, a przy ładowaniu serwer w gamepadowej konsoli piszę mi tak:
Auto detecting CPU
Using AMD Optimised binary.

Console initialized.
scandir failed:/home/panel/user_files/s17626/CS_v1.6/./valve/SAVE
scandir failed:/home/panel/user_files/s17626/CS_v1.6/./platform/SAVE
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 20:02:44 Oct 24 2006 (3651)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 91.204.163.221:27231

   Metamod version 1.19  Copyright (c) 2001-2006 Will Day 
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.


   AMX Mod X version 1.8.1.3746 Copyright (c) 2004-2006 AMX Mod X Development Team
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under
   certain conditions; type 'amxx gpl' for details.

scandir failed:/home/panel/user_files/s17626/CS_v1.6/./valve/SAVE
scandir failed:/home/panel/user_files/s17626/CS_v1.6/./platform/SAVE
L 09/28/2008 - 20:07:32: -------- Mapchange to de_dust --------
stray key in process_key: item_getiteminfo 63
[AMXX] Zaladowano 7 adminow z pliku
Last man bets version 0.9.3 initialized.
L 09/28/2008 - 20:07:32: [M_Antirusher.amxx]  

        Admin Spectator ESP v1.3, Copyright (C) 2006 by KoST


Executing AMX Mod X Configuration File
Czestotliwosc wyswietlania wiadomosci: 10:00 minut
[PTB] Ptb.cfg is being executed
PTB: (limitjoin) WTJ prevention is ON.
PTB: (limitafter) Team limiting starts after 0 round(s).
PTB: (limitmin) Team limiting needs at least 0 player(s).
PTB: (maxsize) Maximum team size is 11 player(s).
PTB: (maxdiff) Maximum team size difference is 2.
PTB: (autorounds) First 3 rounds no free team choice.
PTB: (wtjauto) Auto-joining WTJ after 3 tr(y/ies).
PTB: (wtjauto) Auto-kicking WTJ after 5 tr(y/ies).
PTB: (kick) WTJ kicking is OFF.
PTB: (savewtj) Saving to wtj.log is OFF.
PTB: (switch) Team switching is ON.
PTB: (switchafter) Switching starts after 3 round(s).
PTB: (switchmin) Switching needs at least 5 player(s).
PTB: (switchfreq) Switch occurs every 1 round(s) at maximum.
PTB: (playerfreq) Individual players are switched every 7 round(s) at maximum.
PTB: (forceswitch) Forcing switch after 0 unsuccessful switch(es).
PTB: (deadonly) Switching dead only is ON.
PTB: (tellwtj) Telling about WTJ tries is OFF.
PTB: (announce) Announcements are OFF.
PTB: (sayok) "OK" announcements are ON.
PTB: (typesay) typesay usage is OFF.
PTB: (maxstreak) Maximum accepted win streak is 3.
PTB: (maxscore) Maximum accepted team score difference is 2.
PTB: (minrating) Minimum critical strength rating is 1.49.
PTB: (maxrating) Maximum critical strength rating is 2.00.
PTB: (superrating) Super critical strength rating is 3.00.
PTB: (maxincidents) Maximum incidents before internal player score scale down is 50.
PTB: (scaledown) Integer scale down factor for player scores is 2.
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
   VAC secure mode disabled.
(to co na czerwono to właśnie o to mi chodzi) po zatrzymaniu i uruchomieniu serwera jest mapa de_dust (gdy wpisuję nextmap to piszę aim_map), a pierwsza mapa w mapcycle jest aim_map , a de_dust chyba 5 z kolei. I do amxx.cfg dopisałem
//Skad zmieniac mapy
//0-folder z mapami 1- mapcycle 2-plik maps.ini
amx_mapchooser_mapsloc 1

//Skad brac mapy do amxmodmenu
amx_mapsmenu_mapsloc 1
amx_mapmenu_mapsloc 1
i nic. - POMOCY! :P

7. Problem z motd: Wyświetla się lecz nie cały :/ Pomoże ktoś? (mój motd w załączniku)

Proszę o POMOC.
Z góry bardzo dziękuję i jestem wdzięczny.
Quote

  • +
  • -
choyrack's Photo choyrack 30.09.2008

2. Szukam pluginu, że tylko admin może patrzeć na każdą drużynę i z każdej kamery.

http://amxx.pl/viewtopic.php?t=1485
Quote

  • +
  • -
zer0.'s Photo zer0. 30.09.2008

(mój motd w załączniku)

Nic nie widze ?!

(to co na czerwono to właśnie o to mi chodzi)

Nic czerwonego nie widze ?!
Quote

  • +
  • -
choyrack's Photo choyrack 30.09.2008

3. Co dopisać do server.cfg żeby można było patrzeć tylko z jednej kamery "First Person"

mp_forcecamera "1" 
mp_forcechasecam "2"


[ Dodano: 30-09-2008, 19:42 ]

4. Czego tylko 1 osoba w z ct może mieć defuse kita??

Daj plugins.ini

[ Dodano: 30-09-2008, 19:43 ]

6. Gdy włączam serwer (przypominam, że mam serwer na Gamepad.pl) to mapy ładują mi się z mapcycle - prawie. Chodzi o to, że w cstrike/mapcycle.txt na pierwszą mapę mam ustawiony aim_map, a przy ładowaniu serwer w gamepadowej konsoli piszę mi tak:

Pierwa mapa jest ustawiona w komendzie startowej serwera i to nie ma nic do tego jaką masz kolejność w mapcycle.txt :-) daj w mapcycle.txt pierwszego dusta i będzie ok leciało lub poproś admina z GajPadu żeby Ci zmienił mapę w komendzie startowej (o ile w ogóle to robią)

[ Dodano: 30-09-2008, 19:44 ]

7. Problem z motd: Wyświetla się lecz nie cały :/ Pomoże ktoś? (mój motd w załączniku)

Nie ma załącznika...
Quote

  • +
  • -
Myszax's Photo Myszax 30.09.2008

Choyrack dostałeś pomógł.
Z tym czerwobym to chodziło mi o
L 09/28/2008 - 20:07:32: -------- Mapchange to de_dust --------
, bo w kodzie nie da się kolorem :/
A załącznika z rozszerzeniem txt się nie da więc:
<html>
<head>
<title>Nazwa Serwera | [FFA] | www.adres.pl</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style type="text/css">
body{font-family:verdana,arial;background:#000000;margin:0px;}
img{border:0px none;}
.at{font-size:9px;color:red;}
.green{font-size:11px;color:#00FF00;}
.white{font-size:11px;color:#FFFFFF;}
.red{font-size:11px;color:#FF0000;}
.blue{font-size:11px;color:#0000FF;}
.yellow{font-size:11px;color:#FFFF00;}
</style>
</head>
<body>

<center>
<table cellspacing=10 cellpadding=0>
<tr><td colspan=2 align="center"><span class="red"></span><span class="green"><big>[b]Serwer klanu T.N.T | [<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/naughty.gif' class='bbc_emoticon' alt='^^' />] | www.tnt.y0.pl[/b]</big></span><span class="red"></span>

</td></tr>
<tr><td align="center"><span class="white">[b]Head Admin:[/b]</span></td>
<td align="center"><span class="red">[b]Myszax | GG: 1953066[/b]</span></td></tr>
<tr><td align="center"><span class="white">[b]Admin:[/b]</span></td>
<td align="center"><span class="red">[b]* Mario *
Lion
Jaco
Przemo
Baerok
Subarek[/b]</span></td></tr>
<tr><td colspan=2 align="center">
<span class="red"></span><span class="red"><font size="4">Zasady Serwera:</font></span><span class="red"></span></td></tr><tr><tr><td colspan=2 align="center"><span class="green">1. </span><span class="white">[b]Nie raszujemy![/b]<tr><td colspan=2 align="center"><span class="green">2. </span><span class="white">[b]Nie czitujemy![/b]<tr><td colspan=2 align="center"><span class="green">3. </span><span class="white">[b]Nie krzyczymy do mikrofonu![/b]<tr><td colspan=2 align="center"><span class="green">4. </span><span class="white">[b]Można puszczać muzykę, ale taką żeby było ją słychać, a nie jakieś "buczenie".[/b]<tr><tr><tr><td colspan=2 align="center"><span class="red"><font size="4">Zasady Admina: </font></span><span class="white">[b][/b]<tr><tr><td colspan=2 align="center"><span class="green">1. </span><span class="white">[b]Admin może zmieniać mapy bez pytanie raz na trzy mapy i ta mapa nie morzę się powtarzać.[/b]<tr><td colspan=2 align="center"><span class="green">2. </span><span class="white">[b]Admin nie może kikować, banować bez powodu.[/b]<tr><td colspan=2 align="center"><span class="green">3. </span><span class="white">[b]Admin może zrobić głosowanie na mapy kiedy mu się to podoba i nie musi zaakceptować rezultatu głosowania.[/b]<tr><td colspan=2 align="center"><span class="green">3. </span><span class="white">[b]Admin może slapować, slayować, kikować, banować za nie przestrzeganie zasad serwera.[/b]<tr><tr><td colspan=2 align="center">
<span class="blue"><font size="6">! </font></span><span class="yellow"><font size="4">Za nie dostosowanie się do zasad serwera Admina może wyciągnąć konsekwencje.</font></span><span class="blue"><font size="6"> !</font></span></td></tr></td></tr>
</table>
</body>
</html>
Quote

Gość__* 30.09.2008

Nazwa Serwera | [<acronym title='Free For All' class='bbc ipSeoAcronym'>FFA</acronym>] | <a href='http://www.adres.pl' class='bbc_url' title='External link' rel='nofollow external'>www.adres.pl</a>

Po co Ci </strong> jak to nie jest żaden index <span rel='lightbox'><img class='bbc_img' src='https://amxx.pl/public/style_emoticons/default/angel.gif' class='bbc_emoticon' alt='O:)' /></span> Usuń to zbędne ... Co od <strong class='bbc'>motd</strong> to nie można przewijać go w dół? </div> <div id="post-17612-controls" class='post_controls'> <a href="https://amxx.pl/index.php?app=forums&module=post&section=post&do=reply_post&f=22&t=2955&qpid=17612" title="Reply directly to this post">Quote</a> </div> </div> <!--post:17624--> <div class='topic_reply ' id='entry17624'> <h2 class='secondary'> <ul class='ipsList_inline post_rep'> <li style="display:none"> <a href='https://amxx.pl/index.php?app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type=pid&type_id=17624&rating=1&secure_key=880ea6a14ea49e853634fbdc5015a024&post_return=17624' class='rep_up' title='Vote this post up'><img src='https://amxx.pl/public/style_images/mobile/add.png' alt='+' /></a> </li> <li style="display:none"> <a href='https://amxx.pl/index.php?app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type=pid&type_id=17624&rating=-1&secure_key=880ea6a14ea49e853634fbdc5015a024&post_return=17624' class='rep_down' title='Vote this post down'><img src='https://amxx.pl/public/style_images/mobile/delete.png' alt='-' /></a> </li> </ul> <img src='https://amxx.pl/public/style_images/mobile/profile/default_large.png' alt="Myszax's Photo" class='photo' /> <a data-ipb="noparse" href="https://amxx.pl/user/2124-myszax/" title="View Profile"><span style='font-weight: bold;'>Myszax</span></a> <span class='subtext'>30.09.2008</span> </h2> <div id="post-17624" class='post line_spacing'> <blockquote class='ipsBlockquote' data-author="kur3k"><p><blockquote class='ipsBlockquote' ><p><title>Nazwa Serwera | [<acronym title='Free For All' class='bbc ipSeoAcronym'>FFA</acronym>] | <a href='http://www.adres.pl' class='bbc_url' title='External link' rel='nofollow external'>www.adres.pl</a>

Po co Ci </strong> jak to nie jest żaden index <span rel='lightbox'><img class='bbc_img' src='https://amxx.pl/public/style_emoticons/default/angel.gif' class='bbc_emoticon' alt='O:)' /></span> Usuń to zbędne ... Co od <strong class='bbc'>motd</strong> to nie można przewijać go w dół?</p></blockquote>Ok usunąłem. Tak właśnie nie mogę przewijać w dół.<br />P.S. Pousuwałem troszkę zbędnych pluginów na serwerze i już defusa może kupować każdy z ct. </div> <div id="post-17624-controls" class='post_controls'> <a href="https://amxx.pl/index.php?app=forums&module=post&section=post&do=reply_post&f=22&t=2955&qpid=17624" title="Reply directly to this post">Quote</a> </div> </div> <!--post:17625--> <div class='topic_reply ' id='entry17625'> <h2 class='secondary'> Gość__* <span class='subtext'>30.09.2008</span> </h2> <div id="post-17625" class='post line_spacing'> <pre class='prettyprint lang-auto linenums:0'><<acronym title='HyperText Markup Language' class='bbc ipSeoAcronym'>html</acronym>> <head> <style type="text/css"> body{font-family:verdana,arial;background:#000000;margin:0px;} img{border:0px none;} .at{font-size:9px;color:red;} .green{font-size:11px;color:#00FF00;} .white{font-size:11px;color:#FFFFFF;} .red{font-size:11px;color:#FF0000;} .blue{font-size:11px;color:#0000FF;} .yellow{font-size:11px;color:#FFFF00;} </style> </head> <center> <table cellspacing=10 cellpadding=0> <tr><td colspan=2 align="center"><span class="red"></span><span class="green"><big>[b]Serwer klanu T.N.T | [<img src='https://<acronym title='AMX Mod X' class='bbc ipSeoAcronym'>amxx</acronym>.pl/public/style_emoticons/<#EMO_DIR#>/naughty.gif' class='bbc_emoticon' alt='^^' />] | www.tnt.y0.pl[/b]&l...pan><span class="red"></span> </td></tr> <tr><td align="center"><span class="white">[b]Head Admin:[/b]</span></td> <td align="center"><span class="red">[b]Myszax | GG: 1953066[/b]</span></td></tr> <tr><td align="center"><span class="white">[b]Admin:[/b]</span></td> <td align="center"><span class="red">[b]* Mario * Lion Jaco Przemo Baerok Subarek[/b]</span></td></tr> <tr><td colspan=2 align="center"> <span class="red"></span><span class="red"><font size="4">Zasady Serwera:</font></span><span class="red"></span></td></tr><tr><tr><td colspan=2 align="center"><span class="green">1. </span><span class="white">[b]Nie raszujemy![/b]<tr><td colspan=2 align="center"><span class="green">2. </span><span class="white">[b]Nie czitujemy![/b]<tr><td colspan=2 align="center"><span class="green">3. </span><span class="white">[b]Nie krzyczymy do mikrofonu![/b]<tr><td colspan=2 align="center"><span class="green">4. </span><span class="white">[b]Można puszczać muzykę, ale taką żeby było ją słychać, a nie jakieś "buczenie".[/b]<tr><tr><tr><td colspan=2 align="center"><span class="red"><font size="4">Zasady Admina: </font></span><span class="white">[b][/b]<tr><tr><td colspan=2 align="center"><span class="green">1. </span><span class="white">[b]Admin może zmieniać mapy bez pytanie raz na trzy mapy i ta mapa nie morzę się powtarzać.[/b]<tr><td colspan=2 align="center"><span class="green">2. </span><span class="white">[b]Admin nie może kikować, banować bez powodu.[/b]<tr><td colspan=2 align="center"><span class="green">3. </span><span class="white">[b]Admin może zrobić głosowanie na mapy kiedy mu się to podoba i nie musi zaakceptować rezultatu głosowania.[/b]<tr><td colspan=2 align="center"><span class="green">3. </span><span class="white">[b]Admin może slapować, slayować, kikować, banować za nie przestrzeganie zasad serwera.[/b]<tr><tr><td colspan=2 align="center"> <span class="blue"><font size="6">! </font></span><span class="yellow"><font size="4">Za nie dostosowanie się do zasad serwera Admina może wyciągnąć konsekwencje.</font></span><span class="blue"><font size="6"> !</font></span></td></tr></td></tr> </table></pre>Zobacz teraz. Nie widzę tu nic co mogło by blokować przewijanie .. </div> <div id="post-17625-controls" class='post_controls'> <a href="https://amxx.pl/index.php?app=forums&module=post&section=post&do=reply_post&f=22&t=2955&qpid=17625" title="Reply directly to this post">Quote</a> </div> </div> <!--post:17635--> <div class='topic_reply ' id='entry17635'> <h2 class='secondary'> <ul class='ipsList_inline post_rep'> <li style="display:none"> <a href='https://amxx.pl/index.php?app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type=pid&type_id=17635&rating=1&secure_key=880ea6a14ea49e853634fbdc5015a024&post_return=17635' class='rep_up' title='Vote this post up'><img src='https://amxx.pl/public/style_images/mobile/add.png' alt='+' /></a> </li> <li style="display:none"> <a href='https://amxx.pl/index.php?app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type=pid&type_id=17635&rating=-1&secure_key=880ea6a14ea49e853634fbdc5015a024&post_return=17635' class='rep_down' title='Vote this post down'><img src='https://amxx.pl/public/style_images/mobile/delete.png' alt='-' /></a> </li> </ul> <img src='https://amxx.pl/public/style_images/mobile/profile/default_large.png' alt="Myszax's Photo" class='photo' /> <a data-ipb="noparse" href="https://amxx.pl/user/2124-myszax/" title="View Profile"><span style='font-weight: bold;'>Myszax</span></a> <span class='subtext'>30.09.2008</span> </h2> <div id="post-17635" class='post line_spacing'> kur3k to też nie działa, ale pokazuje się jeden punkt więcej lecz suwaka dalej nie ma. </div> <div id="post-17635-controls" class='post_controls'> <a href="https://amxx.pl/index.php?app=forums&module=post&section=post&do=reply_post&f=22&t=2955&qpid=17635" title="Reply directly to this post">Quote</a> </div> </div> <!--post:17648--> <div class='topic_reply ' id='entry17648'> <h2 class='secondary'> <ul class='ipsList_inline post_rep'> <li style="display:none"> <a href='https://amxx.pl/index.php?app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type=pid&type_id=17648&rating=1&secure_key=880ea6a14ea49e853634fbdc5015a024&post_return=17648' class='rep_up' title='Vote this post up'><img src='https://amxx.pl/public/style_images/mobile/add.png' alt='+' /></a> </li> <li style="display:none"> <a href='https://amxx.pl/index.php?app=core&module=global&section=reputation&do=add_rating&app_rate=forums&type=pid&type_id=17648&rating=-1&secure_key=880ea6a14ea49e853634fbdc5015a024&post_return=17648' class='rep_down' title='Vote this post down'><img src='https://amxx.pl/public/style_images/mobile/delete.png' alt='-' /></a> </li> </ul> <img src='https://amxx.pl/uploads/966f2a6eff54ca6f980f64f293803ed7_682.jpg?_r=0' alt="Saper's Photo" class='photo' /> <a data-ipb="noparse" href="https://amxx.pl/user/680-saper/" title="View Profile"><span style='color:#664477; font-weight: bold;'>Saper</span></a> <span class='subtext'>30.09.2008</span> </h2> <div id="post-17648" class='post line_spacing'> plik modt nie mzoe miec wiecej niz 1,2kb bo inaczej nie bedzie sie przewijac </div> <div id="post-17648-controls" class='post_controls'> <a href="https://amxx.pl/index.php?app=forums&module=post&section=post&do=reply_post&f=22&t=2955&qpid=17648" title="Reply directly to this post">Quote</a> </div> </div> <!--no data in this master skin--> <div id='shareStrip'> <a class='button secondary' id='share_facebook_trigger' href='#'>Share <img src="https://amxx.pl/public/style_extra/sharelinks/facebook.png" /></a> <a class='button secondary' id='share_twitter_trigger' href='#'>Share <img src="https://amxx.pl/public/style_extra/sharelinks/twitter.png" /></a> </div> <div class='controls'> <div class='buttons'> <span class='button locked'>Locked</span> </div> </div> </div> <script type="text/javascript"> document.observe("dom:loaded", function(){ /* Facebook */ if ( $('share_facebook_trigger') ) { $('share_facebook_trigger').on('click', _fireFacebook ); } /* Twitter */ if ( $('share_twitter_trigger') ) { $('share_twitter_trigger').on('click', _fireTwitter ); } function _fireTwitter(e) { Event.stop(e); _url = 'https://amxx.pl/topic/2955-dużo-pytańproblemów-każdej-maści/'; _title = $$('meta[property~="og:title"]').first().readAttribute('content'); window.open('http://twitter.com/intent/tweet?url=' + encodeURIComponent( _url ) + '&text=' + encodeURIComponent( _title ) ); } function _fireFacebook(e) { Event.stop(e); _url = 'https://amxx.pl/topic/2955-dużo-pytańproblemów-każdej-maści/'; _title = $$('meta[property~="og:title"]').first().readAttribute('content'); window.open('http://www.facebook.com/sharer.php?u=' + encodeURIComponent( _url ) + '&t=' + encodeURIComponent( _title ) ); } }); </script> </div> <div id='footer' class='clear'> <a id='full_version' href='#'>Full Version</a> <a href='#' id='show_langs'>English (USA)</a> <div id='show_langs_box' style='display: none'> <form action="https://amxx.pl/index.php?showtopic=2955" method="post"> <fieldset> <input type='hidden' name='k' value='880ea6a14ea49e853634fbdc5015a024' /> <input type='hidden' name='setlanguage' value='1' /> <input type="hidden" name="langurlbits" value="&cal_id=" /> <label for='newLang' class='hide'>Language:</label> <select name="langid" id='newLang'> <option value='2' > Polski </option> <option value='4' selected='selected'> English (USA) </option> </select> <input type='submit' class='input_submit alt' value='Go' id='newLangSubmit' /> </fieldset> </form> </div> </div> <div id='task'></div> </div> <div id='shade' style='display:none'></div> <!-- pre-load --> <div style='display:none'><img src='https://amxx.pl/public/style_images/mobile/wait.gif' /></div> </body> </html><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="130b0823261a4a1db511e800-|49" defer></script>