xmaniacx Posted January 27, 2013 Posted January 27, 2013 (edited) Hahaha this is very basic but i dont know how to add another name that would be ignore when log in...... if (compare(strcharinfo(0),"[GM]","[ GM ])) end; Edited January 27, 2013 by xmaniacx Quote
Emistry Posted January 27, 2013 Posted January 27, 2013 if( compare( strcharinfo(0),"[GM]" ) || compare( strcharinfo(0),"[ GM ]" ) ) end; you can also use array + loop .... save all "name" in array...and use loop to compare all name Quote
xmaniacx Posted January 27, 2013 Author Posted January 27, 2013 Thank you emistry............. [ PROBLEM SOLIVED ] Quote
Question
xmaniacx
Hahaha this is very basic but i dont know how to add another name that would be ignore when log in......
if (compare(strcharinfo(0),"[GM]","[ GM ])) end;
Edited by xmaniacx2 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.