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

Advanced Commands (0.16)


Post New Thread Reply   
 
Thread Tools Display Modes
wtfaatp
Senior Member
Join Date: Jul 2010
Old 12-18-2010 , 11:10   Re: Advanced Commands (0.15)
Reply With Quote #411

This is for Source Engine game.. (SOURCEMOD)
You want to look in the Amx forums here..
http://forums.alliedmods.net/forumdisplay.php?f=3
wtfaatp is offline
flawless13
Member
Join Date: Aug 2010
Old 12-19-2010 , 13:31   Re: Advanced Commands (0.15)
Reply With Quote #412

seems like av chat is visible for all now
flawless13 is offline
FrozDark
BANNED
Join Date: May 2010
Location: Kazakhstan, Shymkent
Old 12-20-2010 , 00:59   Re: Advanced Commands (0.15)
Reply With Quote #413

sv_alltalk 0 and only admins can view all chat
FrozDark is offline
Send a message via Skype™ to FrozDark
Arcy
Senior Member
Join Date: Feb 2010
Location: Wroclaw, Poland
Old 12-22-2010 , 04:57   Re: Advanced Commands (0.15)
Reply With Quote #414

more/less good translation in polish

btw. Why is it that if I'm root people can't see me in the admin list?
Can You make a cvar that will decide if you are a root ur in admin list or not?
Attached Files
File Type: txt advcommands.txt (17.3 KB, 115 views)

Last edited by Arcy; 12-22-2010 at 06:38.
Arcy is offline
The Art of War
Veteran Member
Join Date: Dec 2009
Location: Sweden Rock Festival
Old 12-22-2010 , 08:31   Re: Advanced Commands (0.15)
Reply With Quote #415

Quote:
Originally Posted by Arcy View Post
more/less good translation in polish

btw. Why is it that if I'm root people can't see me in the admin list?
Can You make a cvar that will decide if you are a root ur in admin list or not?
Look in the .sp

Admins with root access arent displayed.
__________________
The Art of War is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 12-22-2010 , 11:50   Re: Advanced Commands (0.15)
Reply With Quote #416

On both my GG server and my Pub server root is displayed and normal admin.

But yes please can there be a cvar to show root or not and or even only show root to admins with A access..?
wtfaatp is offline
xaider
Senior Member
Join Date: Jan 2009
Location: Russia, Ryazan
Old 12-23-2010 , 08:15   Re: Advanced Commands (0.15)
Reply With Quote #417

Just add a generic (b) flag to you. And you'll be shown in the list.

2 Arcy
Thx for translation
__________________
Life don't forgive weaknesses..
xaider is offline
Send a message via ICQ to xaider Send a message via Skype™ to xaider
The Art of War
Veteran Member
Join Date: Dec 2009
Location: Sweden Rock Festival
Old 12-23-2010 , 17:04   Re: Advanced Commands (0.15)
Reply With Quote #418

Quote:
Originally Posted by xaider View Post
Just add a generic (b) flag to you. And you'll be shown in the list.

2 Arcy
Thx for translation
Perhaps can the plugin maker help me about admins without specified access can still use commands they are not supposed to through the menu?...
__________________
The Art of War is offline
Arcy
Senior Member
Join Date: Feb 2010
Location: Wroclaw, Poland
Old 12-24-2010 , 14:19   Re: Advanced Commands (0.15)
Reply With Quote #419

Quote:
Originally Posted by The Art of War View Post
Look in the .sp

Admins with root access arent displayed.
Well from what I can see
Code:
{
GetClientName(Adms[i],name,sizeof(name));
if (GetUserFlagBits(Adms[i]) & ADMFLAG_ROOT) PrintToChatEx(Adms[i],client,"\x04[ROOT]\x01 \x03%s\x01",name);
else if (GetUserFlagBits(Adms[i]) & ADMFLAG_GENERIC) PrintToChatEx(Adms[i],client,"\x04[ADMIN]\x01 \x03%s\x01",name);
}
Root should've been displayed as root.
Arcy is offline
jaboy
Junior Member
Join Date: Jan 2010
Location: insite your dropbox
Old 12-27-2010 , 15:19   Re: Advanced Commands (0.15)
Reply With Quote #420

someone can help me whit overrides ?
course im trying to override myself but it dont seems to work
jaboy is offline
Send a message via Skype™ to jaboy
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 04:26.


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