Raised This Month: $ Target: $400
 0% 

Print function to chat


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Estland
Member
Join Date: Nov 2012
Old 12-31-2013 , 04:49   Re: Print function to chat
Reply With Quote #1

So something like that?

Code:
public client_putinserver(id)
{
    set_task(2.0, "Function")
}

public Function(id)
{   
    if(is_user_connected(id)) {
        new Name[33]
        get_user_name(id,Name,32);
       
        if(get_user_flags(id) & ADMIN_LEVEL_E) {
            ColorChat(0, NORMAL, "Master^4 %s^1 joined the server!", Name);
            return PLUGIN_HANDLED;
        }
Estland 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 10:04.


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