xmaniacx Posted January 27, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 110 Reputation: 1 Joined: 04/03/12 Last Seen: April 29, 2019 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted January 27, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Yesterday at 02:49 PM Share 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 Link to comment Share on other sites More sharing options...
xmaniacx Posted January 27, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 110 Reputation: 1 Joined: 04/03/12 Last Seen: April 29, 2019 Author Share Posted January 27, 2013 Thank you emistry............. [ PROBLEM SOLIVED ] Quote Link to comment Share on other sites More sharing options...
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 xmaniacxLink to comment
Share on other sites
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.