xrein Posted June 28, 2013 Posted June 28, 2013 how to i modify the output of @accinfo?? i want to add group_id filter, if"(group_id != 99){ dont show password and other informations } thanks Quote
Patskie Posted June 28, 2013 Posted June 28, 2013 What you mean? A certain group_id will not show their information? .bypass = 99; // GM LEVEL if ( getgmlevel() >= .bypass ) end; // greater than or equal to .bypass level terminate the script Quote
Capuche Posted June 28, 2013 Posted June 28, 2013 .. or in group.conf accinfo: false for others group? Quote
Question
xrein
how to i modify the output of @accinfo??
i want to add group_id filter,
if"(group_id != 99){
dont show password and other informations
}
thanks
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.