Raised This Month: $ Target: $400
 0% 

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


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-11-2015 , 13:05   Re: [ZP] Custom Level System v3.1 (22 Features)
Reply With Quote #11

If you want to disable the sprites, just open the cl_system.cfg file. Then, change below:
Code:
zp_level_icon    1                // Enable level icon
-->
Code:
zp_level_icon    0                // Enable level icon
Next, just open the custom_level.sma file. Then, just remove below code:
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
 



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 23:22.


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