Raised This Month: $ Target: $400
 0% 

print chat


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Torge
Veteran Member
Join Date: Oct 2011
Old 09-08-2012 , 18:34   Re: print chat
Reply With Quote #10

Quote:
Originally Posted by ColdWar View Post
Lool, You even used a register_clcmd or a set_task to activate the mod?
Even, client_putinserver...
Use this:
PHP Code:
#include <amxmodx>

public client_putinserver(id)
{
           
set_task(2.0,"Flags",id)
}

public 
Flags(id)
{
        if(
get_user_flags(id) & ADMIN_LEVEL_G)
    {
               
client_print(id,print_chat,"You Have ADMIN_LEVEL_G Flag!")
    }

When you will connect to the server you will see a message, after 2 seconds..
Shouldn't be there a loop ?
Torge is offline
 



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 08:12.


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