View Single Post
unburdened
Junior Member
Join Date: Jun 2009
Old 07-20-2009 , 05:09   Re: [YAP] - Yet Another PUG
Reply With Quote #76

PHP Code:
public introduce(id)
{
    if(!
is_user_connected(id) ) return

    
client_print(id,print_chat,"%L",id,"PUG_INTRODUCTION",pug_header);
    
pug_msg_tmp_empty(id,"PUG_INFO");
    
pug_msg_tmp_empty(id,"PUG_AUTHOR");

How can I make it so that only shows the PUG_INTRODUCTION/PUG_AUTHER on connect, but show the PUG_INFO only when the pug is not LIVE or at intermission?
unburdened is offline