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
 

Zawartość użytkownika Maciuś20

Odnotowano 16 pozycji dodanych przez Maciuś20 (Rezultat wyszukiwania ograniczony do daty: 20.06.2023 )


Sortuj według                Sortuj  

#763284 tabela exp od x poziomu

Napisano przez Maciuś20 w 20.12.2019 16:39 w Pytania

nie




#763281 tabela exp od x poziomu

Napisano przez Maciuś20 w 20.12.2019 15:49 w Pytania

Witam przychodzę z pytaniem jak zrobić tabelę exp ale taką która zaczyna się np od x poziomu. Dokładnie chodzi mi, że każda klasa ma x poziom a tabela zaczyna właśnie się od tego poziomu co mamy na klasie

 




#763249 cod mod Ozonee

Napisano przez Maciuś20 w 18.12.2019 22:18 w Problemy

do zamknięcia to było wina za dużo dawałem

// Mininum damage that player need to deal to get exp reward (Default: 50 | 0 - disabled)
cod_damage_exp_per "50"



#763246 cod mod Ozonee

Napisano przez Maciuś20 w 18.12.2019 21:59 w Problemy

Logi , sma etc.

zero błędów w czymkolwiek 

 

cod_mod.cfg

//// Cvars Database
// SQL database host
cod_sql_host "sql.pukawka.pl"

// SQL database user
cod_sql_user "xxxx"

// SQL database password
cod_sql_pass "xxxxx"

// SQL database name
cod_sql_db "xxxx"

//// Cvars Core
// Minimum players on server to enable exp gain (Default: 4 | 0 - disabled)
cod_min_players "2"

// Exp reward for kill (Default: 20 | 0 - disabled)
cod_kill_exp "500"

// Additional exp reward for kill with headshot (Default: 10 | 0 - disabled)
cod_hs_exp "550"

// Exp reward for damage defined by cod_damage_exp_per cvar (Default: 3)
cod_damage_exp "150"

// Mininum damage that player need to deal to get exp reward (Default: 50 | 0 - disabled)
cod_damage_exp_per "500"

// Exp reward for round win (Default: 25 | 0 - disabled)
cod_win_exp "400"

// Exp reward for bomb plant (Default: 25 | 0 - disabled)
cod_bomb_exp "300"

// Exp reward for bomb defuse (Default: 25 | 0 - disabled)
cod_defuse_exp "300"

// Exp reward for hostage rescue (Default: 25 | 0 - disabled)
cod_host_exp "300"

// Exp bonus for VIP in percent (Default: 25 | 0 - disabled)
cod_vip_exp_bonus "25"

// Enable night exp (Default: 1 | 0 - disabled)
cod_night_exp "1"

// Start hour for night exp (Default: 22)
cod_night_exp_from "22"

// End hour for night exp (Default: 8)
cod_night_exp_to "8"

// Night exp bonus in percents (Default: 100)
cod_night_exp_bonus "100"

// Maximum available level (Default: 501)
cod_max_level "3200"

// Ratio used to calculate level exp by formula: (level ^ 2) * cod_level_ratio (Default: 20)
cod_level_ratio "1"

// Stats points gained per level (Default: 1)
cod_points_per_level "1"

// Enable stats point limit: level * cod_points_per_level / 5 (Default: 1 | 0 - disabled)
cod_points_limit "1"

// Killstreak time in seconds after every kill (Default: 15 | 0 - disabled)
cod_killstreak_time "15"

// Players left to full server to enable exp bonus (Default: 10 | 0 - disabled)
cod_min_bonus_players "1"

// Percentage exp bonus for every player left to full server, maximum bonus: cod_min_bonus_players * cod_bonus_players_per (Default: 10 | 0 - disabled)
cod_bonus_players_per "1"

// Maximum item durability points (Default: 100 | 0 - disabled)
cod_max_durability "100"

// Minimum durability damage caused by death (Default: 20)
cod_min_damage_durability "20"

// Maximum durability damage caused by death (Default: 30)
cod_max_damage_durability "30"

// Time in seconds after round start when skill use is blocked (Default: 5)
cod_block_skills_time "5"

//// Cvars Honor
// Minimum players on server to enable honor gain (Default: 4 | 0 - disabled)
cod_honor_min_players "2"

// Honor reward for kill (Default: 2 | 0 - disabled)
cod_honor_kill "2"

// Additional honor reward for kill with headshot (Default: 1 | 0 - disabled)
cod_honor_kill_hs "1"

// Honor reward for first kill in round (Default: 1 | 0 - disabled)
cod_honor_kill_first "1"

// Honor reward for round win (Default: 1 | 0 - disabled)
cod_honor_win_round "1"

// Honor reward for bomb plant (Default: 5 | 0 - disabled)
cod_honor_bomb_planted "5"

// Honor reward for bomb defuse (Default: 5 | 0 - disabled)
cod_honor_bomb_defused "5"

// Honor reward for hostage rescue (Default: 5 | 0 - disabled)
cod_honor_rescue_hostage "5"

// Honor penalty for hostage kill (Default: 5 | 0 - disabled)
cod_honor_kill_hostage "5"

// VIP honor bonus in percents (Default: 50 | 0 - disabled)
cod_honor_vip_bonus "50"

//// Cvars Accounts
// Enable accounts system (Default: 1 | 0 - disabled)
cod_accounts_enabled "1"

// Time for login in seconds before kick (Default: 60 | 0 - disabled)
cod_accounts_login_max_time "60"

// Maximum login tries with incorrect password before kick (Default: 3 | 0 - disabled)
cod_accounts_password_max_fails "3"

// Minimum password length (Default: 5)
cod_accounts_password_min_length "5"

// Setinfo for auto-login. "_" prefix is automatically added to it (Default: codpass)
cod_accounts_autologin_setinfo "codpass"

// Read account password from additional config - filename same as autologin setinfo (Default: 1 | 0 - disabled)
cod_accounts_autologin_config "1"

//// Cvars Stats
// Minimum players on server to enable stats bonuses (Default: 4 | 0 - disabled)
cod_stats_min_players "2"

// Default value for additional sounds (Default: 1 | 0 - disabled)
cod_sounds_default "1"

// Enable medal awarded at the end ef each map (Default: 1 | 0 - disabled)
cod_medals_enabled "1"

// Exp reward for gold medal (Default: 500 | 0 - disabled)
cod_medal_gold_exp "500"

// Exp reward for silver medal (Default: 300 | 0 - disabled)
cod_medal_silver_exp "300"

// Exp reward for bronze medal (Default: 100 | 0 - disabled)
cod_medal_bronze_exp "100"

// Enable assists (Default: 1 | 0 - disabled)
cod_assist_enabled "1"

// Mininum damage that player need to deal to get assist (Default: 65 | 0 - disabled)
cod_assist_damage "65"

// Exp reward for assist (Default: 15 | 0 - disabled)
cod_assist_exp "15"

// Honor reward for assist (Default: 1 | 0 - disabled)
cod_assist_honor "15"

// Enable revenges (Default: 1 | 0 - disabled)
cod_revenge_enabled "1"

// Exp reward for revenge (Default: 15 | 0 - disabled)
cod_revenge_exp "15"

// Honor reward for revenge (Default: 1 | 0 - disabled)
cod_revenge_honor "15"

//// Cvars Box
// Changes 1/x for bonus box drop on kill (Default: 5 | 0 - disabled)
cod_box_chance "5"

//// Cvars Knife
// Enable VIP knife (Default: 1 | 0 - disabled)
cod_knife_vip "1"

//// Cvars HE Block
// Time in seconds after round start when HE grenade use is blocked (Default: 10)
cod_block_he_time "10"

//// Cvars Market
// Maximum number of items that a player can simultaneously have at the market (Default: 5 | 0 - disabled)
cod_market_max_items "5"

//// Cvars Missions
// Minimum players on server to enable missions progress (Default: 4 | 0 - disabled)
cod_missions_min_players "2"

//// Cvars Clans
// Enable clan chat prefixes (Default: 1 | 0 - disabled)
cod_clans_chat_prefix "1"

// Minimum level that player has to have on any class to create clan (Default: 1 | 0 - disabled)
cod_clans_create_level "25"

// Honor fee for clan creation (Default: 1 | 0 - disabled)
cod_clans_create_fee "250"

// Honor fee for new member join - from clan bank honor or user account (Default: 1 | 0 - disabled)
cod_clans_join_fee "100"

// Honor fee clan name change - from clan bank honor (Default: 1 | 0 - disabled)
cod_clans_name_change_fee "100"

// Maximum clan members without clan level upgrade (Default: 3)
cod_clans_members_start "3"

// Maximum clan level (Default: 10)
cod_clans_level_max "10"

// Maximum clan skills level (Default: 10)
cod_clans_skill_max "10"

// Base cost for clan level upgrade (Default: 1000)
cod_clans_level_cost "1000"

// Additional cost for every clan level upgrade: cod_clans_level_cost + cod_clans_next_level_cost * clan_level (Default: 1000)
cod_clans_next_level_cost "1000"

// Base cost for clan skils level upgrade (Default: 500)
cod_clans_skill_cost "500"

// Additional cost for every clan skill level upgrade: cod_clans_skill_cost + cod_clans_next_skill_cost * skill_level (Default: 500)
cod_clans_next_skill_cost "500"

// Members slots per clan level (Default: 1)
cod_clans_members_per_level "1"

// Bonus points to health stat per health skill level (Default: 1)
cod_clans_health_per_level "1"

// Percentage bonus to lower gravity skill level (Default: 5)
cod_clans_gravity_per_level "5"

// Percentage bonus to taken damage per damage skill level (Default: 1)
cod_clans_damage_per_level "1"

// Percentage exp bonus per exp skill level (Default: 3)
cod_clans_exp_per_level "3"

// Enemies from clans at war will have red glow (Default: 1)
// 2 - war enemies glow always
// 1 - war enemies glow except when have render less than 30/255
// 0 - glow disabled
cod_clans_enemy_glow "1"

//// Cvars Shop
// Honor cost for item durability repair (Default: 10 | 0 - disabled)
cod_shop_repair_cost "10"

// Honor cost for random item (Default: 15 | 0 - disabled)
cod_shop_item_cost "15"

// Honor cost for item upgrade (Default: 10 | 0 - disabled)
cod_shop_upgrade_cost "10"

// Honor cost for small bandage hp bonus (Default: 6 | 0 - disabled)
cod_shop_small_bandage_cost "6"

// Honor cost for big bandage hp bonus (Default: 15 | 0 - disabled)
cod_shop_big_bandage_cost "15"

// Honor cost for small exp bonus (Default: 6 | 0 - disabled)
cod_shop_small_exp_cost "6"

// Honor cost for medium exp bonus (Default: 14 | 0 - disabled)
cod_shop_medium_exp_cost "14"

// Honor cost for big exp bonus (Default: 25 | 0 - disabled)
cod_shop_big_exp_cost "25"

// Honor cost for random exp bonus (Default: 15 | 0 - disabled)
cod_shop_random_exp_cost "15"

// Honor cost for additional rocket (Default: 15 | 0 - disabled)
cod_shop_rocket_cost "15"

// Honor cost for additional mine (Default: 15 | 0 - disabled)
cod_shop_mine_cost "15"

// Honor cost for additional dynamite (Default: 15 | 0 - disabled)
cod_shop_dynamite_cost "15"

// Honor cost for additional medkit (Default: 15 | 0 - disabled)
cod_shop_medkit_cost "15"

// Honor cost for additional thunder (Default: 15 | 0 - disabled)
cod_shop_thunder_cost "15"

// Honor cost for additional teleport (Default: 30 | 0 - disabled)
cod_shop_teleport_cost "30"

// Honor cost for additional jump (Default: 20 | 0 - disabled)
cod_shop_jump_cost "20"

// Honor cost for bunny hop (Default: 25 | 0 - disabled)
cod_shop_bunny_hop_cost "25"

// Honor cost for silent walk (Default: 15 | 0 - disabled)
cod_shop_silent_cost "15"

// Honor cost for bonus armor (Default: 20 | 0 - disabled)
cod_shop_armor_cost "20"

// Honor cost for bonus damage (Default: 35 | 0 - disabled)
cod_shop_damage_cost "35"

// Honor cost for full invisibility (Default: 50 | 0 - disabled)
cod_shop_invisible_cost "50"

// Amount of durability added by item repair (Default: 40)
cod_shop_durability_amount "50"

// Amount of hp added by small bandage (Default: 25)
cod_shop_small_bandage_hp "25"

// Amount of hp added by big bandage (Default: 75)
cod_shop_big_bandage_hp "75"

// Amount of ap added by armor (Default: 100)
cod_shop_armor_amount "100"

// Amount of exp bonus added by small exp (Default: 25)
cod_shop_small_exp "25"

// Amount of exp bonus added by medium exp (Default: 75)
cod_shop_medium_exp "75"

// Amount of exp bonus added by big exp (Default: 150)
cod_shop_big_exp "150"

// Minimum amount of exp bonus added by random exp (Default: 1)
cod_shop_random_exp_min "1"

// Maximum amount of exp bonus added by random exp (Default: 200)
cod_shop_random_exp_max "200"

// Amount of damage added by damage bonus (Default: 10)
cod_shop_small_bandage_hp "10"

//// Cvars Free Honor
// Amount of free honor that player will receive (Default: 500)
cod_free_honor "500"



#763243 cod mod Ozonee

Napisano przez Maciuś20 w 18.12.2019 21:49 w Problemy

Witam posiadam dziwny problem z codem Ozonee mianowicie wszystkie klasy wywaliłem napisałem swoje pod to wszystko cacy jest tylko jeden problem gracze tero dostają xp a ct nic nie dostają ani za killa ani za wygraną rundę. Silnik czysty zostało wgrane nic nie było zmieniane

 




#763189 [FIX]Nie tworzące się tabele w gm amxbans

Napisano przez Maciuś20 w 16.12.2019 23:53 w Nowości

Witajcie wielu pewnie z was miało problem z zainstalowaniem gmamxbans. Wywala mu błędy takie jak 

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' use_static_bantime enum('yes','no') NOT DEFAULT 'yes' ) ENGINE=MyISAM DEFAULT' at line 4
amx_amxadmins	Stworzono
amx_bans	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '0', expired int(1) NOT DEFAULT '0', imported int(1) NOT DEFAULT '0'' at line 16
amx_bans_edit	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'auto_increment, `bid` int(11) NOT , `edit_time` int(11) NOT , `admin_nick` va' at line 2
amx_bbcode	Stworzono
amx_comments	Stworzono
amx_files	Stworzono
amx_levels	Stworzono
amx_logs	Stworzono
amx_modulconfig	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '1', PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8' at line 6
amx_reasons	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '0', PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8' at line 4
amx_reasons_set	Stworzono
amx_reasons_to_set	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' reasonid int(11) NOT , PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ' at line 3
amx_serverinfo	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '1', reasons int(10) , timezone_fixx int(11) NOT DEFAULT '0', PRIMAR' at line 11
amx_smilies	Stworzono
amx_usermenu	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '1', lang_key varchar(64) , url varchar(64) , lang_key2 varchar(64) ,' at line 4
amx_webadmins	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'default '0', PRIMARY KEY (id),UNIQUE (username,email) ) ENGINE=MyISAM DEFAULT C' at line 9
amx_webconfig	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' default_lang varchar(32) , start_page varchar(64) , show_comment_count int(1' at line 7
amx_flagged	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'auto_increment, `player_ip` varchar(32) , `player_id` varchar(35) , `player_n' at line 2

Wgraj ten plik w folder install i ciesz się zainstalowanym amxbansem

testowane na https://amxx.pl/topi...oprawki-amxxpl/

 

FLuk7Kb.png

 

Załączone pliki




#763187 działający amxbans

Napisano przez Maciuś20 w 16.12.2019 22:11 w Szukam pluginu

Zerknij na ten post

gdyby nie aktualizacja bazy danych by było gut ale niestety nie działa




#763182 działający amxbans

Napisano przez Maciuś20 w 16.12.2019 21:19 w Szukam pluginu

Witam szukam działającego amxbansa nie only steam




#763179 Call of Duty Mod (by O'Zone)

Napisano przez Maciuś20 w 16.12.2019 18:25 w Nowości

po włączeniu cod_unprecacher dalej wywala błąd z limitem modeli 

 
ERROR : Host_Error: PF_precache_model_I: Model "models/hgibs.mdl" failed to precache because the item count is over the 512 limit.


lub jeszcze to ERROR : Host_Error: no precache: models/bush.mdl

 




#763146 problem z instalacją

Napisano przez Maciuś20 w 15.12.2019 18:58 w Problemy

Witam korzystałem z tego poradnika by naprawić tworzenie tabeli przy instalacji lecz niestety nic https://amxx.pl/topi...zas-instalacji/

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' use_static_bantime enum('yes','no') NOT DEFAULT 'yes' ) ENGINE=MyISAM DEFAULT' at line 4
amx_amxadmins	Stworzono
amx_bans	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '0', expired int(1) NOT DEFAULT '0', imported int(1) NOT DEFAULT '0'' at line 16
amx_bans_edit	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'auto_increment, `bid` int(11) NOT , `edit_time` int(11) NOT , `admin_nick` va' at line 2
amx_bbcode	Stworzono
amx_comments	Stworzono
amx_files	Stworzono
amx_levels	Stworzono
amx_logs	Stworzono
amx_modulconfig	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '1', PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8' at line 6
amx_reasons	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '0', PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8' at line 4
amx_reasons_set	Stworzono
amx_reasons_to_set	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' reasonid int(11) NOT , PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ' at line 3
amx_serverinfo	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '1', reasons int(10) , timezone_fixx int(11) NOT DEFAULT '0', PRIMAR' at line 11
amx_smilies	Stworzono
amx_usermenu	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT '1', lang_key varchar(64) , url varchar(64) , lang_key2 varchar(64) ,' at line 4
amx_webadmins	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'default '0', PRIMARY KEY (id),UNIQUE (username,email) ) ENGINE=MyISAM DEFAULT C' at line 9
amx_webconfig	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' default_lang varchar(32) , start_page varchar(64) , show_comment_count int(1' at line 7
amx_flagged	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'auto_increment, `player_ip` varchar(32) , `player_id` varchar(35) , `player_n' at line 2



#763144 odpowiedni exp do coda

Napisano przez Maciuś20 w 15.12.2019 17:11 w Pytania

Witam przychodzę z pytaniem które już mnie męczy parę lat dobrych jak polecacie najbardziej obliczyć odpowiedni exp za wygraną rundę,killa hs itp pod jakikolwiek lvl używając ratio. Jest na to jakiś wzór matematyczny czy coś?




#763122 Call of Duty Mod (by O'Zone)

Napisano przez Maciuś20 w 15.12.2019 11:54 w Nowości

jak otworzyć sklep sms bo nie mogę nic znaleźć odpowiedzialnego by to otworzyć

 




#763114 Pytanie cod mod (by O'Zone)

Napisano przez Maciuś20 w 14.12.2019 22:12 w Pytania

Do zamknięcia ogarnąłem już


 




#763112 Pytanie cod mod (by O'Zone)

Napisano przez Maciuś20 w 14.12.2019 21:53 w Pytania

Witam czy jest jakaś funkcja w codzie O'Zone, która była w nowym codzie od QTM. Peyote  chodzi mi tu o return COD_STOP;




#763005 kompilator cod mod (by O'Zone)

Napisano przez Maciuś20 w 09.12.2019 14:01 w Pytania

Witam gdzie mogę znaleźć kompilator pod pod coda 

(by O'Zone) bo nie mogę przekomplikować paczki 



#762936 cod mod dyskusja

Napisano przez Maciuś20 w 07.12.2019 16:45 w Dyskusje

Witam chciałbym otworzyć dyskusje na temat codów kiedyś było ich pełno jak grzybów po deszczu i nie ważne jaki był maksymalny poziom było zawsze w czym wybierać a obecnie to słabo wygląda jedynie paczki codów, które stworzył donciak. Smutno mi z tego powodu bo chciałem wrócić do csa i pograć sobie jak kiedyś ale nie ma zbytnio w czym wybierać takie jest moje zdanie a wy co o tym sądzicie ?