Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie
CoD Nowy

Restart serwera -> reset lvla

cod nowy

  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
10 odpowiedzi w tym temacie

#1 Paradise.

    Życzliwy

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:34
  • Imię:Kamil
  • Lokalizacja:Zabrze
Offline

Napisano 11.07.2014 09:34

A więc sytuacja jest taka że przy restarcie serwera cofa exp.. Nie wiem jak temu zaradzić. proszę o szybką pomoc :)


  • +
  • -
  • 0

#2 UnknowTraitor

    Życzliwy

  • Użytkownik

Reputacja: 7
Nowy

  • Postów:26
  • GG:
  • Imię:Marcin
  • Lokalizacja:Żarczyce / Świętokrzyskie
Offline

Napisano 11.07.2014 09:41

Pokaż pliki:

Modules.ini

Plugins-codmod.ini

plugins.ini

amx.cfg

codmod.cfg

 

Korzystaj z wklejki.

http://amxx.pl/pastebin/


  • +
  • -
  • 0
b_350_20_692108_381007_FFFFFF_000000.png
GG: 34234011
Według mnie jeden z lepszych hostingów zdjęć i co najważniejsze: darmowy. Kleeja.pl

#3 Paradise.

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:34
  • Imię:Kamil
  • Lokalizacja:Zabrze
Offline

Napisano 11.07.2014 10:07

modules.ini
Wklejka 54hgct99qwvs(modules ini) dodana przez Paradise., 11.07.2014 10:04
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
 
;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
;mysql
;sqlite
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
;hamsandwich
 
 
 
amxx.cfg
Wklejka 5ns52gl6ptft(amx cfg) dodana przez Paradise., 11.07.2014 10:05
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.
128.
129.
130.
131.
132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
150.
151.
152.
153.
154.
155.
156.
157.
158.
159.
160.
161.
162.
163.
164.
165.
166.
167.
168.
169.
170.
171.
172.
173.
174.
175.
176.
177.
178.
179.
180.
181.
182.
183.
184.
// AMX Mod X Configuration File
echo Executing AMX Mod X Configuration File
 
// Default access for all non admin players (see users.ini for access details)
//
// Default value: "z"
amx_default_access "z"
 
// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"
 
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1
amx_mode 1
 
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2
 
// Frequency in seconds and text of scrolling message
//
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
 
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
//                 "This server is using AMX ModXnVisit http://www.amxmodx.org" "000100255"
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod XnVisit http://www.amxmodx.org" "000100255"
 
// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 180
 
// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 5 10 15 30 45 60
 
// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automaticall inserted as the first option
// Default values: 0 1 5
amx_plmenu_slapdmg 0 1 5
 
// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75
amx_flood_time 0.75
 
// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 0
 
// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0
 
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
 
// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1
amx_time_voice 1
 
// Minimum delay in seconds between two voting sessions
//
// Default value: 10
amx_vote_delay 10
 
// How long voting session goes on
//
// Default value: 10
amx_vote_time 10
 
// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1
amx_vote_answers 1
 
// Some ratios for voting success
 
// Default value: 0.40
amx_votekick_ratio 0.40
 
// Default value: 0.40
amx_voteban_ratio 0.40
 
// Default value: 0.40
amx_votemap_ratio 0.40
 
// Default value: 0.02
amx_vote_ratio 0.02
 
// Max. time to which map can be extended
//
// Default value: 90
amx_extendmap_max 90
 
// Step for each extending
//
// Default value: 15
amx_extendmap_step 15
 
// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1
 
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1
 
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""
 
//
// Beginning of Counter-Strike package specific configurations.
//
 
// Rank mode
// 0 - by nick
// 1 - by authid 
// 2 - by ip
//
// Default value: 1
csstats_rank 1
 
// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500
 
// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0
 
// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0
 
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0
 
 
 
 
plugins.ini
Wklejka 1vykmh064rgzw(plugins ini) dodana przez Paradise., 11.07.2014 10:06
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
; AMX Mod X plugins
 
; Admin Base - Always one has to be activated
amxbans_core.amxx 
amxbans_main.amxx
;admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)
 
; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management
 
; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)
pluginmenu.amxx		; Menus for commands/cvars organized by plugin
 
; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands
 
; Map related
nextmap.amxx		; displays next map in mapcycle
mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map
 
; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands
 
; Counter-Strike
;restmenu.amxx		; restrict weapons menu
statsx.amxx		; stats on death or round end (CSX Module required!)
;miscstats.amxx		; bunch of events announcement for Counter-Strike
;stats_logging.amxx	; weapons stats logging (CSX Module required!)
 
; Enable to use AMX Mod plugins
;amxmod_compat.amxx	; AMX Mod backwards compatibility layer
 
; Custom - Add 3rd party plugins here
abd.amxx
afkkisss.amxx
asysta_i_zemsta.amxx
cod_motdstats.amxx
killstreak.amxx
ne_unlimitedammo.amxx
prefixy_cod.amxx
no_fall_damage.amxx
vip.amxx
 
 
plugins-codmod.ini
Wklejka 1p4ev3jz05ehr(plugins codmod ini) dodana przez Paradise., 11.07.2014 10:06
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.
128.
129.
130.
131.
132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
150.
151.
152.
153.
154.
155.
;Call of Duty Mod
 
QTM_CodMod.amxx
 
;Klasy
 
codclass_snajper.amxx
codawans_wyszkolonysnajper.amxx
codawans_elitarnysnajper.amxx
codawans_wyspecjalizowanysnajper.amxx
 
codclass_komandos.amxx
codawans_wyszkolonykomandos.amxx
codawans_elitarnykomandos.amxx
codawans_wyspecjalizowanykomandos.amxx
 
codclass_strzelecwyborowy.amxx
codawans_wyszkolonystrzelec.amxx
codawans_elitarnystrzelec.amxx
codawans_wyspecjalizowanystrzelec.amxx
 
codclass_obronca.amxx
codawans_wyszkolonyobronca
codawans_elitarnyobronca.amxx
codawans_wyspecjalizowanyobronca.amxx
 
codclass_sanitariusz.amxx
codawans_wyszkolonysanitariusz.amxx
codawans_elitarnysanitariusz.amxx
codawans_wyspecjalizowanysaniatariusz.amxx
 
codclass_wsparcieogniowe.amxx
codawans_wyszkolonewsparcie.amxx
codawans_elitarnewsparcie.amxx
codawans_wyspecjalizowanewsparcie.amxx
 
codclass_saper.amxx
codawans_wyszkolonysaper.amxx
codawans_elitarnysaper.amxx
codawans_wyspecjalizowanysaper.amxx
 
codclass_rusher.amxx
codawans_wyszkolonyrusher.amxx
codawans_elitarnyrusher.amxx
codawans_wyspecjalizowaneyrusher.amxx
 
codclass_longer.amxx
codawans_wyszkolonylonger.amxx
codawans_elitarnylonger.amxx
codawans_wyspecjalizowanelonger.amxx
 
codclass_zwiadowca.amxx
codawans_wyszkolonyzwiadowca.amxx
codawans_elitarnyzwiadowca.amxx
codawans_wyspecjalizowanyzwiadowca.amxx
 
codclass_szpieg.amxx
codawans_wyszkolonyszpieg.amxx
codawans_elitarnyszpieg.amxx
codawans_wyspecjalizowanyszpieg.amxx
 
 
//Premium
codclass_bezlitosnyadmiral.amxx
codclass_bezlitosnygeneral.amxx
 
 
;Perki
 
codperk_adrenalina.amxx
codperk_apteczka.amxx 
codperk_autodestrukcja.amxx 
codperk_awpsnajper.amxx
codperk_butykomandosa.amxx
codperk_butysnajpera.amxx
codperk_butyszturmowego.amxx
codperk_dynamit.amxx 
codperk_eliminatorrozrzutu.amxx
codperk_fartstrzelca.amxx
codperk_kamizelkanasa.amxx
codperk_kamuflaz.amxx
codperk_maksymalneskupienie.amxx
codperk_modulodrzutowy.amxx
codperk_morfina.amxx
codperk_nabojekapitana.amxx
codperk_nabojeninjy.amxx
codperk_nabojepulkownika.amxx
codperk_nanokamizelka.amxx
codperk_notatkikapitana.amxx
codperk_notatkininjy.amxx
codperk_notatkisapera.amxx
codperk_nozkomandosa.amxx
codperk_ogranicznikrozrzutu.amxx
codperk_pancerzneomexowy.amxx
codperk_platynowenaboje.amxx
codperk_podrecznikszpiega.amxx
codperk_podwojnakamizelka.amxx
codperk_przysposobienieobronne.amxx
codperk_rozblysk.amxx
codperk_tajemnicaadmirala.amxx
codperk_tajemnicagenerala.amxx
codperk_tajemnicawojskowa.amxx
codperk_tarczaswat.amxx
codperk_tytanowenaboje.amxx
codperk_weterannoza.amxx
codperk_wykrywaczmetali.amxx
codperk_wyposazeniewsparcia.amxx
codperk_wyszkoleniesanitarne.amxx
codperk_wytrenowanyweteran.amxx
codperk_wzmocnionakamizelka.amxx
codperk_zaskoczeniewroga.amxx
codperk_zwinnepalce.amxx
codperk_amulet.amxx
codperk_diabel.amxx
codperk_egon.amxx
codperk_esencja_deagla.amxx
codperk_exekucja.amxx
codperk_flara.amxx
codperk_kamizelkaadmina.amxx
codperk_Karasapera.amxx
codperk_lipton.amxx
codperk_Majteczki.amxx
codperk_mocfofera.amxx
codperk_naboje_inteligencji.amxx
codperk_niewidzialny.amxx
codperk_oczy.amxx
codperk_paczka.amxx
codperk_perzeklete_naboje.amxx
codperk_przyczajony.amxx
codperk_sakwa.amxx
codperk_scouter.amxx
codperk_swat.amxx
codperk_szczescie.amxx
codperk_tajemicahadmina.amxx
codperk_tajemnica_skazanca.amxx
codperk_taostatnianiedzila.amxx
 
;Inne
;cod_fragi.amxx      // druzyna wygrywajaca dostaje exp
cod_adminmenu.amxx //menu admina
prefixy_cod.amxx  // prefixy to chyba wiadomo xd
abd.amxx
afkkisss.amxx
 
asysta_i_zemsta.amxx
 
cod_motdstats.amxx
 
killstreak.amxx
 
ne_unlimitedammo.amxx
amx_ex_changer.amxx
no_fall_damage.amxx
vip.amxx
nade_using_delayed.amxx
 
 
codmod.cfg
Wklejka 1toipcirr89g6(codmod cfg) dodana przez Paradise., 11.07.2014 10:07
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
//CVARY Call of Duty Mod
//-----------------------
 
cod_killxp 25 // doswiadczenie za zabojstwo
cod_winxp 100 // doswiadczenie za wygrana
cod_damagexp 5 // doswiadczenie za 20 obrazen
cod_savetype 1 // 1- Nick 2-SteamID 3-IP
cod_maxlevel 200 // Maksymalny poziom
cod_levelratio 35 // ustawia ile doswiadczenia potrzebne do zdobycia 1 poziomu
cod_weaponsblocking 1 //ustawia blokowanie podnoszenia broni
 
//CVARY zalecane
//--------------
 
sv_maxspeed 9999

  • +
  • -
  • 0

#4 pro100wHS

    Pomocny

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:70
  • GG:
  • Lokalizacja:Ziemia
Offline

Napisano 11.07.2014 11:53

odblokuj mysql, engine i nvalut w modules.ini, powinno się naprawić.


  • +
  • -
  • 0

b_350_20_FFFFFF_ACBB53_0A0F2E_000000.png

Jeżeli masz do mnie jakąś sprawę to napisz od razu o co ci chodzi.

Wiadomości typu "pomożesz?" bez wyjaśnienia sprawy będę od razu usuwał


#5 Paradise.

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:34
  • Imię:Kamil
  • Lokalizacja:Zabrze
Offline

Napisano 11.07.2014 12:30

Nic nie dało.


  • +
  • -
  • 0

#6 GranSki!pl

    Profesjonalista

  • Zbanowany

Reputacja: 21
Życzliwy

  • Postów:158
  • GG:
  • Lokalizacja:polska
Offline

Napisano 11.07.2014 12:55

f

fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
;hamsandwich

 

Odblokuj te moduly(usuń ;)


http://www.grandskil...--------------->

b_350_20_FFAD41_E98100_000000_591F11.png

Nie pomagam juz na GG!!!!!!!!!!!!!. Chyba ze odpłatnie.!!!!!!!!!


#7 Paradise.

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:34
  • Imię:Kamil
  • Lokalizacja:Zabrze
Offline

Napisano 11.07.2014 13:19

Nadal to samo. :/
mam w logach jakieś errory. 
http://www.speedysha...or-20140710.log

http://www.speedysha...or-20140711.log


  • +
  • -
  • 0

#8 Paradise.

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:34
  • Imię:Kamil
  • Lokalizacja:Zabrze
Offline

Napisano 11.07.2014 14:58

usuwa również zdobyte monety po resecie.. Ogólnie robi się "cofka"


  • +
  • -
  • 0

#9 Split

    Programista

  • Power User

Reputacja: 106
Zaawansowany

  • Postów:490
  • Imię:Szymon
  • Lokalizacja:Opole
Offline

Napisano 11.07.2014 15:20

Któryś plugin może odpowiada za usuwanie składników po restarcie, wyłącz wszystkie pluginy i sprawdź czy działa, jak zadziała to włączaj pojedynczo i sprawdzaj :)


  • +
  • -
  • 0

LoL, 500 postów ;D


#10 pro100wHS

    Pomocny

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:70
  • GG:
  • Lokalizacja:Ziemia
Offline

Napisano 12.07.2014 10:13

No dobra, pasuje te logi zinterpetować:

L 07/10/2014 - 18:45:05: [HAMSANDWICH] Function Spawn not found.
L 07/10/2014 - 20:33:11: [AMXX] Run time error 10 (plugin "codclass_szpieg.amxx") (native "RegisterHam") - debug not enabled!
Jak dla mnie to masz starą wersję amxa
 
Wypakuj plik i wgraj go do folderu adons/amxmodx/modules. Jest to wersja, na której sam bazuję i nie mam errorów
 
 
Załączony plik  hamsandwich_amxx_i386.rar   45,97 KB  25 Ilość pobrań
 
 

  • +
  • -
  • 0

b_350_20_FFFFFF_ACBB53_0A0F2E_000000.png

Jeżeli masz do mnie jakąś sprawę to napisz od razu o co ci chodzi.

Wiadomości typu "pomożesz?" bez wyjaśnienia sprawy będę od razu usuwał


#11 ProSkillBongoo

    Pomocny

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:52
  • Lokalizacja:Karton
Offline

Napisano 12.07.2014 18:26

Po crashu serwera zawsze cofa exp/monety itp które zdobyłeś na tej mapie co się serwer scrashował nie da się tego naprawić.


  • +
  • -
  • 0





Również z jednym lub większą ilością słów kluczowych: cod nowy

Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych