View Single Post
Author Message
virtual
BANNED
Join Date: Jul 2012
Old 08-01-2012 , 09:05   silver/golden login notifier.
Reply With Quote #1

Hey can som1 edit this script it shows all admin/golden/silver login notifier,
_____________________________________________ _____________________________________
PHP Code:
#include <amxmodx> 

public plugin_init() 

    
register_plugin("LOGIN Join notifer","0.1","yamin"


public 
client_putinserver(id)

    new 
name[32
    
get_user_name(id,name,31
     
    
    if(
get_user_flags(id) & ADMIN_BAN)
    { 
        
client_print(0,print_chat,"*** Administrator Login: %s is an Administrator",name
    } 

Silver player flag - S
Golden player flag - T
Pls Help
Thnx
virtual is offline