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

All Admins Status Menu 0.2.7


Post New Thread Reply   
 
Thread Tools Display Modes
Lefan
Junior Member
Join Date: Apr 2010
Old 06-27-2010 , 21:20   Re: All Admins Status Menu 0.2.7
Reply With Quote #41

Quote:
You can detect if it running counter strike...
YES , counter strike
Lefan is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 06-27-2010 , 21:42   Re: All Admins Status Menu 0.2.7
Reply With Quote #42

Quote:
Originally Posted by fezh View Post
I'm not sure but I think color chat also works in CZ and DoD.
Nope, not in DOD.
__________________
fysiks is offline
kaspet
Member
Join Date: Jan 2009
Old 06-28-2010 , 06:39   Re: All Admins Status Menu 0.2.7
Reply With Quote #43

can you add perameter - load admins from mysql?
kaspet is offline
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 06-28-2010 , 10:28   Re: All Admins Status Menu 0.2.7
Reply With Quote #44

Quote:
Originally Posted by cFG View Post
Awesome work!
Greetz from poland

Could you add support for sql listening?
Quote:
Originally Posted by kaspet View Post
can you add perameter - load admins from mysql?
I never worked with mysql but, maybe i will try in the future.

Quote:
Originally Posted by AntiBots View Post
You can detect if it running counter strike...
But for what? for the chat color thing? mMm, i added defines to compile the plugin with color or not. In the previus version i used the method that you mentioned but with that method people have to download the chatcolor.inc to compile.
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
ot_207
Veteran Member
Join Date: Jan 2008
Location: Romania The Love Country
Old 06-28-2010 , 11:07   Re: All Admins Status Menu 0.2.7
Reply With Quote #45

Quote:
Originally Posted by Alucard^ View Post
I never worked with mysql but, maybe i will try in the future.
See admin_sql.amxx that will help you. You can see how admins are loaded there. Basically it is just copy paste.
__________________
My approved plug-ins | Good for newbies! | Problems?

Back, will come around when I have time.
ot_207 is offline
Old 06-29-2010, 00:17
K.K.Lv
This message has been deleted by K.K.Lv.
K.K.Lv
Veteran Member
Join Date: Aug 2008
Location: GameFolder
Old 06-29-2010 , 01:59   Re: All Admins Status Menu 0.2.7
Reply With Quote #46

I have done a color chat for Red color, if your code only need Red color, I think it can useful for you ! you don't need use
Code:
ColorChat( id, RED, "message" );
if no player in TE, then will print Grey color !

my code :
Code:
stock RedColorChat(id, const fmt[], any:...) {
    static msg[ 192 ];
    vformat( msg, charsmax( msg ), fmt, 3 );
    
    static players[ 32 ], num, param;
    get_players( players, num );
 
    for ( new i = 0; i < num; i++ ) {
         if ( get_user_team( players[ i ] ) == 1 ) {
               param = players[ i ];
               break;
         }
    }
    if ( !param )
         param = 33;
 
    message_begin( id ? MSG_ONE_UNRELIABLE : MSG_BROADCAST, get_user_msgid( "SayText" ), _, id );
    write_byte( param );
    write_string( msg );
    message_end();
}
__________________
QQ:116268742
K.K.Lv is offline
Send a message via MSN to K.K.Lv
Lefan
Junior Member
Join Date: Apr 2010
Old 06-29-2010 , 04:55   Re: All Admins Status Menu 0.2.7
Reply With Quote #47

help me!!!!
Lefan is offline
Lefan
Junior Member
Join Date: Apr 2010
Old 06-29-2010 , 04:56   Re: All Admins Status Menu 0.2.7
Reply With Quote #48

up messege ( 40 post )
Lefan is offline
Lefan
Junior Member
Join Date: Apr 2010
Old 06-29-2010 , 13:15   Re: All Admins Status Menu 0.2.7
Reply With Quote #49

help meeeeeee
Lefan is offline
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 06-29-2010 , 14:16   Re: All Admins Status Menu 0.2.7
Reply With Quote #50

Shut the fuck up!!!!!!!!!!!!!!!!!!!!!!!
KadiR 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 17:46.


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