Raised This Month: $51 Target: $400
 12% 

Subplugin Submission [ZP] Custom Level System v3.2 (22 Features)


Post New Thread Reply   
 
Thread Tools Display Modes
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 03-16-2017 , 21:04   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #231

Bastoski, this plugin do not have internal function to reset all player level. If you want, you can just deleted the saved file.
zmd94 is offline
LiveSixx
New Member
Join Date: Apr 2017
Location: Russia
Old 04-05-2017 , 13:33   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #232

Russian translation:

Code:
[ru]
CL_ASSIST = Вы получили!g %d опыта!t за помощь!g %s %s
CL_BONUS_EXP = Бонус опыт:!g %d
CL_BONUS_AP = Бонус аммо:!g %d
CL_CONNECT_MESSAGE = %s !tподключился !y| Уровень:!g %s!y | Опыт :!g %d |
CL_CHANGE_NAME2 = %s, !gваше имя было изменено на !y%s!
CL_CHANGE_NAME3 = %s, !gваш уровень и опыт будет перенесён на ваше новое имя!
CL_CHANGE_NAME4 = Передача завершена!
CL_DEALT_DAMAGE = Вы получили!t %d опыта!y за наесение урона!t %d
CL_HEADSHOT_KILL = Вы получили!g %d опыта!y за убийство зомби в голову
CL_INFORM = Уровень:!g %s !t| Бонус жизни:!y %d !t| Бонус броня:!g %d
CL_INFORM_2 =!yНапиши /cles !tчтобы открыть !tМеню !gуровней
CL_INFORM_3 =!yНапиши /savecl !tчтобы сохранить свой опыт!
CL_INFECT = Вы получили!g %d опыта!y за заражение человека
CL_KILL = Вы получили!g %d опыта!y за убийство зомби
CL_KILL_HUMAN = Вы получили!g %d опыта!y за убийство человека
CL_KILL_SURVIVOR = Вы получили!g %d опыта!y за убийство выжевшего
CL_KILL_NEMESIS = Вы получили!g %d опыта!y за убийство немезиды
CL_LEVEL_UP = Поздравляем, теперь ваш уровень !g %s
CL_SHOW_STAT = Уровень:!g %s!y | Опыта до следующего уровня:!g %d
CL_SAVE = Сохранение завершено!
CL_HUMAN_WIN = Люди получили!g %d опыта!y за победу над чумой
CL_HUMAN_SURVIVE = Люди получили!g %d опыта!y за выживание в этом раунде
CL_ZOMBIE_WIN = Зомби получили!g %d опыта!y за заражение всех людей
__________________

Last edited by LiveSixx; 04-15-2017 at 14:17.
LiveSixx is offline
Send a message via Skype™ to LiveSixx
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 04-07-2017 , 00:29   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #233

Really appreciate it, LiveSixx.
zmd94 is offline
Bastoski
Junior Member
Join Date: Jun 2016
Old 06-24-2017 , 02:04   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #234

Quote:
Originally Posted by zmd94 View Post
Bastoski, this plugin do not have internal function to reset all player level. If you want, you can just deleted the saved file.
Ok zmd94 i find that but i hawe one question ..Why some players lose exp? :/
How to fix that? Tnx
Bastoski is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 06-29-2017 , 10:51   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #235

Do you get any errors?
zmd94 is offline
Bastoski
Junior Member
Join Date: Jun 2016
Old 06-30-2017 , 01:58   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #236

Quote:
Originally Posted by zmd94 View Post
Do you get any errors?
No errors no logs plugin work perfectly only 5-6 players lose exp but i dont no way :/
From chat=[29.06 - 13:25] Mistic(all): Basta Loock no functions plugins for lvl and xp me back private!
my cl_system.cfg

Quote:
////////////////////////////////////////////////////////////////////////////
// [ZP] Custom Level v3.0 //
// Author: zmd94 //
// -----------------------------------------------------------------------//
// FREE VERSION //
////////////////////////////////////////////////////////////////////////////

cl_save_type 2 // 1; Save the EXP via player steamID | 2; Save the EXP via player name
cl_data_expired 30 // This will remove all entries in the vault that are X days old
cl_connect_message 1 // Enable connect message

cl_human_EXP 1 // Amount of EXP gain from killing a zombie without headshot
cl_level_head_EXP 2 // Amount of EXP gain from killing a zombie with headshot

cl_level_icon 1 // Enable level icon
cl_level_icon_time 9.5 // The time for the icon to stay displaying

cl_level_bonus 1 // Enable level bonus
cl_EXP_bonus 3 // Amount of EXP gain when level up
cl_enable_health_bonus 1 // Enable HP bonus
cl_health_bonus 3 // The values of health reward
cl_enable_armor_bonus 1 // Enable armor bonus
cl_armor_bonus 2 // The values of armor reward
cl_enable_AP_bonus 1 // Enable ammo packs reward when level up
cl_AP_amount 100 // The values of ammo packs reward

cl_level_hud 0 // Enable level hud information
cl_hud_colors 255 0 0 // Hud colors
cl_hud_position 2 // 1; The position of hud information is in the left | 2; The position of hud information is in the right

cl_show_hit_recieved 0 // Enable showing recieved damage
cl_show_hit_dealt 0 // Enable showing dealt damage

cl_show_score 1 // Enable showing score for zombie and human
cl_score_colors 0 255 0 // Score colors
cl_human_win 1 // Enable human to be a winner if nobody win

////////////////////////////////////////////////////////////////////////////
// BELOW FEATURES ONLY FOR ZP5.0 AND ABOVE ONLY //
////////////////////////////////////////////////////////////////////////////

cl_enable_assist 1 // Enable EXP given for assisting players
cl_level_assist_EXP 1 // Amount of EXP gain from assisting a non-zombie killer.
cl_level_assist_divide 5 // Amount of damage [Zombie Max health / CVAR] needed to get an assist

////////////////////////////////////////////////////////////////////////////
// BELOW FEATURE IS FOR FULL VERSION //
////////////////////////////////////////////////////////////////////////////
// cl_zombie_EXP 3 // Amount of EXP gain from killing a human
//
// cl_level_damage "0") // Enable human to recieve EXP from dealing a damage
// cl_damage_amount "2000") // Amount of damage need to recieve EXP for human
// cl_damage_EXP_amount "1") // Amount of EXP gain from dealing a damage
//
// cl_human_win_bonus 1 // Enable win bonus for human
// cl_human_win_amount 10 // EXP given to human for winning
// cl_zombie_win_bonus 1 // Enable win bonus for zombie
// cl_zombie_win_amount 10 // EXP given to zombie for winning
//
// cl_zombie_infect_bonus 2 // Enable EXP bonus for zombie when infecting human
// cl_zombie_infect_amount 10 // EXP given to zombie for infecting human
//
// cl_survivor_kill_bonus 1 // Enable kill bonus when killing survivor
// cl_survivor_bonus_amount 1 // Then amount of EXP bonus by killing survivor
//
// cl_nemesis_kill_bonus 1 // Enable kill bonus when killing nemesis
// cl_nemesis_bonus_amount 10 // Then amount of EXP bonus by killing nemesis
Bastoski is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 07-01-2017 , 23:42   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #237

Do the players playing in the server frequently? It is because after 'X' of days the datas for inactive player will be deleted.
zmd94 is offline
mhamed123
Member
Join Date: Aug 2016
Old 07-04-2017 , 17:06   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #238

bro how to add new guns to that menu like golden m4 ...
mhamed123 is offline
Bastoski
Junior Member
Join Date: Jun 2016
Old 07-05-2017 , 02:24   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #239

Quote:
Originally Posted by zmd94 View Post
Do the players playing in the server frequently? It is because after 'X' of days the datas for inactive player will be deleted.
They play every day. I did not play yesterday and I am back today private lvl 1.
Bastoski is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 07-07-2017 , 21:58   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #240

Mhamed123, what do you mean?

Bastoski, do you enable the data expired feature?

PHP Code:
//Uncomment 'DATA_EXPIRED' if your want to enable data expired function
//#define DATA_EXPIRED 
zmd94 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode