Use Commands without /Whoami
#1

Edit file Descriptor.cpp 

Find this:

if (gserver->barunsongames_flag && m_pChar->m_admin == 10)

Replace it with this:

if (/*gserver->barunsongames_flag &&*/ m_pChar->m_admin == 10) // No whoami

 

#2

obviously only if you have admin level of 10.

 

If you want it for everyone that has an admin level (e.g. an GS) than use the following:

 

if (m_pChar->m_admin >= 1)

 

 



edit: some people would actually ask this eventually, so just gonna putting it here..

#3

no more whoami x.x thankyou!!

Simple things make one happy

#4

i think a better solution is what i did where i still use whoami but i have toggle on off and i persist that thru load zone.

 

#5

the reason i say this tho is because the client has some code here n there for example with strings if you use whoami it show the string index before each string 

having whoami toggle allows u to show and hide the strings in menus

also has other benefits.



Forum Jump:


Users browsing this thread: 1 Guest(s)