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

basebuilder 6.5 help!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
thebest24
Member
Join Date: Sep 2018
Location: Georgia
Old 06-26-2020 , 13:01   basebuilder 6.5 help!
Reply With Quote #1

i want remove from admin zombie classes this title (admin only) because i already have accs description can u guys help me?

Picture:
https://cdn.discordapp.com/attachmen...9f7fbe05ca.png
thebest24 is offline
sayf118
Member
Join Date: Jul 2017
Old 06-26-2020 , 18:06   Re: basebuilder 6.5 help!
Reply With Quote #2

sure .... send me your zp core + classes .sma
sayf118 is offline
ZaX
Senior Member
Join Date: Jan 2015
Old 06-26-2020 , 23:42   Re: basebuilder 6.5 help!
Reply With Quote #3

Edit the classes sma, find (Admin Only) and remove it.
TIP: Ctrl+F
ZaX is offline
thebest24
Member
Join Date: Sep 2018
Location: Georgia
Old 06-27-2020 , 15:05   Re: basebuilder 6.5 help!
Reply With Quote #4

its basebuilder classes.sma but here is not any (admin only) to remove it
thebest24 is offline
thebest24
Member
Join Date: Sep 2018
Location: Georgia
Old 06-27-2020 , 15:10   Re: basebuilder 6.5 help!
Reply With Quote #5

oh yeeee Ctrl+F helped me thank you!
thebest24 is offline
ZaX
Senior Member
Join Date: Jan 2015
Old 06-27-2020 , 15:11   Re: basebuilder 6.5 help!
Reply With Quote #6

Check if the plugin has language file. data/lang.
If it doesnt have, attach your classes code
ZaX is offline
Nutu_
AlliedModders Donor
Join Date: Mar 2016
Location: Germany
Old 07-23-2020 , 18:43   Re: basebuilder 6.5 help!
Reply With Quote #7

PHP Code:
public show_zclass_menu(id,offset)
{
    if(
offset<0offset 0
    
    
new keyscurnummenu[512], szCache1[32], szCache2[32], iCache3
    
for(new i=offset;i<g_iZClasses;i++)
    {
        
ArrayGetString(g_zclass_nameiszCache1charsmax(szCache1))
        
ArrayGetString(g_zclass_infoiszCache2charsmax(szCache2))
        
iCache3 ArrayGetCell(g_zclass_admini)
        
        
// Add to menu
        
if (== g_iZombieClass[id])
            
format(menu,511,"%s^n\d%d. %s %s \r%s"menucurnum+1szCache1szCache2iCache3 == ADMIN_ALL "" "whatever you want to be written")
        else
            
format(menu,511,"%s^n\w%d. %s \y%s \r%s"menucurnum+1szCache1szCache2iCache3 == ADMIN_ALL "" "whatever you want to be written")
        
        
g_iMenuOptions[id][curnum] = i
        keys 
+= (1<<curnum)
        
        
curnum++
        
        if(
curnum==8)
            break;
    }
    
    
format(menu,511,"\ySelect Your Class:^n\w%s^n"menu)
    if(
curnum==&& offset<12)
    {
        
keys += (1<<8)
        
format(menu,511,"%s^n\w9. Next",menu)
    }
    if(
offset)
    {
        
keys += (1<<9)
        
format(menu,511,"%s^n\w0. Back",menu)
    }
    
    
show_menu(id,keys,menu,-1,"ZClassSelect")

__________________
a simple act of caring creates an endless ripple.
Nutu_ is offline
Reply


Thread Tools
Display Modes

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 12:27.


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