hey, sorry. me again :/ i could'ent find anything good with the search button, so i'm stuck.
Code:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Vip Connect"
#define VERSION "0.1"
#define AUTHOR "omgitsme"
public plugin_init() {
register_plugin("Vip Connect", "0.1", "Omgitsme")
}
public client_connect(){
if (get_user_flags(0) & ADMIN_CHAT ){
client_print(0, print_chat, "message")
}
again, shitty test plugin

i want it to show for everyone, not just the vip who came in.
__________________