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
SnowFake
Senior Member
Join Date: Oct 2012
Old 10-27-2014 , 12:38   Re: [ZP] Addon: Custom Level System v1.5
Reply With Quote #61

Yes, in new version have this BUG.
Also, in a map, i have lvl 12 .. and in next map, i have lvl 1 and XP : 5482/85 :-? .. Why this BUG ?
SnowFake is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-27-2014 , 23:03   Re: [ZP] Addon: Custom Level System v1.6
Reply With Quote #62

New update!
Quote:
(27/10/2014)
v1.6
- [FIXED] Native problem at event_Damage.
- [FIXED] Hud problems when map change.

Last edited by zmd94; 10-27-2014 at 23:04.
zmd94 is offline
SnowFake
Senior Member
Join Date: Oct 2012
Old 10-29-2014 , 03:22   Re: [ZP] Addon: Custom Level System v1.6
Reply With Quote #63

You should to make something like this :
Quote:
public Fwd_ClientUserInfoChanged( id, szBuffer )
{
if ( !is_user_connected( id ) )
return FMRES_IGNORED;

static szNewName[ 32 ];

engfunc( EngFunc_InfoKeyValue, szBuffer, "name", szNewName, sizeof ( szNewName ) -1 );

if ( equal( szNewName, g_szName[ id ] ) )
return FMRES_IGNORED;

SaveCredits( id );

ColorChat( id, RED, "^x04%s^x01 Tocmai ti-ai schimbat numele din^x03 %s^x01 in^x03 %s^x01 !", g_szTag, g_szName[ id ], szNewName );
ColorChat( id, RED, "^x04%s^x01 Am salvat^x03 %i^x01 souls pe numele^x03 %s^x01 !", g_szTag, g_iUserCredits[ id ], g_szName[ id ] );

copy( g_szName[ id ], sizeof ( g_szName[] ) -1, szNewName );
LoadCredits( id );

ColorChat( id, RED, "^x04%s^x01 Am incarcat^x03 %i^x01 souls de pe noul nume (^x03 %s^x01 ) !", g_szTag, g_iUserCredits[ id ], g_szName[ id ] );

return FMRES_IGNORED;
}
If a user change his name, have lvl at previous name... :-?
You should, if change the name, to have lvl 0 (or what lvl have for this new name)
SnowFake is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-29-2014 , 04:30   Re: [ZP] Addon: Custom Level System v1.6
Reply With Quote #64

Alright, I will add it in the next update. ;)
zmd94 is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-29-2014 , 06:38   Re: [ZP] Addon: Custom Level System v1.7
Reply With Quote #65

New update!
Quote:
(29/10/2014)
v1.7
- [FIXED] Remove unnecessary code in the new_round.
- [ADDED] Now, you can change your name while playing. All of your level and EXP will be transferred to your new name.
New feature:

1. Now, you can change your name while playing. All of your level and EXP will be transferred to your new name.



New words that need to be translated:
Quote:
CHANGE_NAME2 = %s, !gyour name has been changed into !y%s!
CHANGE_NAME3 = %s, !gyour level and EXP will be transferred to your new name!
CHANGE_NAME4 = Transferring is completed!
Feel free to use it.

Just inform me if there are any problems.

Last edited by zmd94; 10-29-2014 at 06:43.
zmd94 is offline
SnowFake
Senior Member
Join Date: Oct 2012
Old 10-29-2014 , 08:35   Re: [ZP] Addon: Custom Level System v1.7 (20 Features)
Reply With Quote #66

1.:-? If you're dead HUD with Level and XP ramain . . :-?
2.Make a hud, for spectating.. to see level when you're spectating someone..
3. Ty for updates You're great !
SnowFake is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-29-2014 , 09:26   Re: [ZP] Addon: Custom Level System v1.7 (20 Features)
Reply With Quote #67

Alright, I will add that feature in the next update. ;)

I appreciate your suggestion.
zmd94 is offline
New.ZM.Life
Veteran Member
Join Date: Sep 2014
Location: Iran
Old 10-29-2014 , 10:52   Re: [ZP] Addon: Custom Level System v1.7 (20 Features)
Reply With Quote #68

EDIT:

Suggestion:Add extra exp for human if killed zombies by knife

Last edited by New.ZM.Life; 10-29-2014 at 11:04.
New.ZM.Life is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-29-2014 , 11:02   Re: [ZP] Addon: Custom Level System v1.7 (20 Features)
Reply With Quote #69

New update!
Quote:
v1.8
- [ADDED] Hud information about player that you are spectating.
Now, there will be 2 different hud information.

zmd94 is offline
DraGoNuL
Junior Member
Join Date: Dec 2013
Old 11-02-2014 , 12:04   Re: [ZP] Custom Level System v1.7 (21 Features)
Reply With Quote #70

Bug :
Code:
zp_level_bonus 99			// Amount of EXP gain when level up
For every value you get just 1 EXP .
DraGoNuL 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 20:38.


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