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

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


Post New Thread Reply   
 
Thread Tools Display Modes
acehero1998
Junior Member
Join Date: Oct 2015
Old 10-11-2015 , 05:32   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #191

i add them but i dont have general and each names... why? i have only lvl 1 lvl 2
acehero1998 is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-11-2015 , 05:35   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #192

Custom Level System v3.2
(CLeS)
(22 Features)

Status:
UP-TO-DATE(11/10/2015)

Changelog:
Code:
v3.2
- [FIXED] Removed unnecessary code and include.
- [FIXED] Menu code.
zmd94 is offline
acehero1998
Junior Member
Join Date: Oct 2015
Old 10-11-2015 , 05:36   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #193

i dont understand
acehero1998 is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-11-2015 , 05:36   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #194

Acehero1998, just try to download new custom_level.sma fie.
zmd94 is offline
acehero1998
Junior Member
Join Date: Oct 2015
Old 10-11-2015 , 05:37   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #195

i download it .. i add it to server but i have only level 1 level 2.. i want have names and titles on chat
acehero1998 is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-11-2015 , 05:42   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #196

Have you enabled below?
Code:
//Uncomment 'CUSTOM_CHAT' if your want to use custom chat
//#define CUSTOM_CHAT
-->
Code:
//Uncomment 'CUSTOM_CHAT' if your want to use custom chat
#define CUSTOM_CHAT
zmd94 is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 10-11-2015 , 09:01   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #197

you released the full version here ? :O
Depresie is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 10-11-2015 , 09:20   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #198

Yes. ;)

This is to celebrate my first plugin that now is in "Plugin in Review" section. Feel free to test that plugin and tell me if there are any problems. \o/


Last edited by zmd94; 10-11-2015 at 09:21.
zmd94 is offline
Smirzh
Junior Member
Join Date: Oct 2015
Old 11-12-2015 , 10:04   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #199

Hi, it's me about

L 11/12/2015 - 17:16:58: Invalid CVAR pointer
L 11/12/2015 - 17:16:58: [AMXX] Run time error 10 (plugin "custom_level.amxx") (native "get_pcvar_num") - debug not enabled!
L 11/12/2015 - 17:16:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

L 11/12/2015 - 17:48:01: Invalid CVAR pointer
L 11/12/2015 - 17:48:01: [AMXX] Displaying debug trace (plugin "custom_level.amxx")
L 11/12/2015 - 17:48:01: [AMXX] Run time error 10: native error (native "get_pcvar_num")
L 11/12/2015 - 17:48:01: [AMXX] [0] custom_level.sma::plugin_precache (line 230)
Smirzh is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 11-12-2015 , 10:34   Re: [ZP] Custom Level System v3.2 (22 Features)
Reply With Quote #200

My fault. Just change below:
Code:
public plugin_precache()
{
    if(get_pcvar_num(g_iELevelIcon))
    {
        new szFile[35]
        for(new i = 0; i < sizeof(RANKS); i++)
        {
            formatex(szFile, charsmax(szFile), "sprites/zombie_plague/level/%i.spr", i)
            g_iSprite[i] = precache_model(szFile)
        }
    }
}
-->
Code:
public plugin_precache()
{
    new szFile[35]
    for(new i = 0; i < sizeof(RANKS); i++)
    {
        formatex(szFile, charsmax(szFile), "sprites/zombie_plague/level/%i.spr", i)
        g_iSprite[i] = precache_model(szFile)
    }
}
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 03:53.


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