Raised This Month: $32 Target: $400
 8% 

OciXCrom's Rank System [XP|Levels|Ranks]


Post New Thread Reply   
 
Thread Tools Display Modes
Dexon
Member
Join Date: Aug 2019
Old 08-27-2019 , 05:34   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #321

L 08/27/2019 - 111:46: [ZP] Invalid Player (0)
L 08/27/2019 - 111:46: [AMXX] Displaying debug trace (plugin "rsdamage.amxx", version "1.0-zp")
L 08/27/2019 - 111:46: [AMXX] Run time error 10: native error (native "zp_get_user_zombie")
L 08/27/2019 - 111:46: [AMXX] [0] asd.sma:reTakeDamage (line 92)

Damage bug.
The ammo and the armor working fine.

Last edited by Dexon; 08-27-2019 at 05:35.
Dexon is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-27-2019 , 07:22   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #322

Quote:
Originally Posted by Dexon View Post
L 08/27/2019 - 111:46: [ZP] Invalid Player (0)
L 08/27/2019 - 111:46: [AMXX] Displaying debug trace (plugin "rsdamage.amxx", version "1.0-zp")
L 08/27/2019 - 111:46: [AMXX] Run time error 10: native error (native "zp_get_user_zombie")
L 08/27/2019 - 111:46: [AMXX] [0] asd.sma:reTakeDamage (line 92)

Damage bug.
The ammo and the armor working fine.
Replace:

PHP Code:
zp_get_user_zombie(iAttacker
With:

PHP Code:
!is_user_connected(iAttacker) || zp_get_user_zombie(iAttacker
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
LiZou Mapper
Member
Join Date: Oct 2018
Location: Morocco
Old 08-27-2019 , 14:26   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #323

You can add API
that i want make Skin with level
ex:
Skin 1 : [Level 1]
__________________

-------------
My Maps !
Zombie Escape Mod !
-------------

LiZou Mapper is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-27-2019 , 16:26   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #324

Quote:
Originally Posted by LiZou Mapper View Post
You can add API
that i want make Skin with level
ex:
Skin 1 : [Level 1]
Are you blind or simply don't know what API is?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
LiZou Mapper
Member
Join Date: Oct 2018
Location: Morocco
Old 08-27-2019 , 18:54   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #325

Quote:
Originally Posted by OciXCrom View Post
Are you blind or simply don't know what API is?
Im Sorry i don't test plugin
but plugin is working very good
Nice Bro

Like++
__________________

-------------
My Maps !
Zombie Escape Mod !
-------------


Last edited by LiZou Mapper; 08-27-2019 at 19:14. Reason: Add Like
LiZou Mapper is offline
Dexon
Member
Join Date: Aug 2019
Old 09-01-2019 , 05:31   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #326

OciXCrom, the speed plugin which you've linked for me only effects when I level up. Then when I rejoin, or something, it will go back to the basic speed.

Also, the damage system doesn't work (and it doesn't even work on level up). Any idea?
Dexon is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-01-2019 , 07:04   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #327

Quote:
Originally Posted by Dexon View Post
OciXCrom, the speed plugin which you've linked for me only effects when I level up. Then when I rejoin, or something, it will go back to the basic speed.

Also, the damage system doesn't work (and it doesn't even work on level up). Any idea?
About the speed - you have other plugins that are overriding it. Probably the main Zombie Mod plugin does that.
About the damage - how did you configure the .ini file?
__________________

Last edited by OciXCrom; 09-01-2019 at 07:05.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Dexon
Member
Join Date: Aug 2019
Old 09-03-2019 , 16:27   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #328

Quote:
Originally Posted by OciXCrom View Post
About the speed - you have other plugins that are overriding it. Probably the main Zombie Mod plugin does that.
About the damage - how did you configure the .ini file?
Okay, thank you for the reply. By the way, the armor and the ammo plugins works well, of course. So:
I'd like to ask you, is it possible for you, to make this awesome plugin more awesome? So.. make it possible to register zp items for levels?
Dexon is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 09-04-2019 , 14:35   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #329

I want to make HUD at left, so what co-ordinates I have to use? and it should like this:

[ XP: $current_xp$/$next_xp$ | Level $level$/$max_levels$: $rank$ ]

[XP]: 0/100
[Level]: 1/30
[Rank]: Newborn

HUDINFO_FORMAT_FINAL = [ XP: $current_xp$/$current_xp$ | Level $level$/$max_levels$: $rank$ ]

[XP]: 2000/2000
[Level]: 30/30
[Rank]: Elite Master

Like This: On Left, Below Radar.
https://c-s.net.ua/forum/uploads/mon...1385311051.jpg

Last edited by Alber9091; 09-04-2019 at 16:58.
Alber9091 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-04-2019 , 16:04   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #330

@Dexon - it's possible. I'll do it after I post the new update.

@Alber9091 - try 0.03, 0.19. You can use this and move the text to the desired location in order to see its coordinates (little buggy on the sides, still working on it).

Use $br$ to move the text on a new line.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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 17:29.


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