Raised This Month: $ Target: $400
 0% 

Admin announce


Post New Thread Reply   
 
Thread Tools Display Modes
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 08-02-2005 , 01:45  
Reply With Quote #11

lol is all i have to say D_hawk.
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt is offline
bdn
Junior Member
Join Date: Apr 2005
Old 08-02-2005 , 05:26  
Reply With Quote #12

hm, so theres now way to do that?.
bdn is offline
Xanimos
Veteran Member
Join Date: Apr 2005
Location: Florida
Old 08-02-2005 , 09:30  
Reply With Quote #13

yea there is......
Xanimos is offline
Send a message via AIM to Xanimos Send a message via MSN to Xanimos
FatuM
Member
Join Date: Jan 2007
Old 05-01-2007 , 20:09   Re: Admin announce
Reply With Quote #14

Is it possible that a simple say message (in the chat) appears instead of a hud message?
__________________


FatuM is offline
Send a message via MSN to FatuM
Old 05-01-2007, 22:06
Reaper2331
This message has been deleted by Reaper2331. Reason: wrong sorry
Reaper2331
Veteran Member
Join Date: Nov 2006
Location: Columbus,Ohio
Old 05-01-2007 , 22:13   Re: Admin announce
Reply With Quote #15

Yes there is and there you should make the Server do the glow command instead of the actual person ? (sorry if im wrong just saying what i think :O)

Here is a Admin Annouce That will just say "An Admin Has Joined The Server." in chat and a HUD message by SteamID in a Admin.ini file found in you Configs folder by mateo10 just edited a little just thought i would show you This

Code:
 
#include <amxmodx>
#include <amxmisc>
new file[256];
public plugin_init() {
    register_plugin("Officer Present", "1.00", "MaTTe");
    
    new cfgdir[128];
    get_configsdir(cfgdir, 127);
    
    format(file, 255, "%s/Admin.ini", cfgdir);
}
public client_authorized(id) {
    new data[128], txtlen;
    new steamid[32], parsedsteamid[32];
    
    new fsize = file_size(file, 1);
    
    for(new line=0;line<fsize;line++) {
        read_file(file, line, data, 127, txtlen);
        
        parse(data, parsedsteamid, 31);
        
        get_user_authid(id, steamid, 31);
        
        if(equal(steamid, parsedsteamid)) {
            set_hudmessage(0, 255, 0, -1.0, -1.0, 0, 6.0, 12.0);
            show_hudmessage(0, "An Admin Has Joined The Server.");
            client_print(0,print_chat,"An Admin Has Joined The Server.");
        }
    }
}
__________________

Reaper2331 is offline
Send a message via AIM to Reaper2331 Send a message via MSN to Reaper2331 Send a message via Yahoo to Reaper2331
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:25.


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