Jump to content
  • 0
kerbiii

how to check

Question

3 answers to this question

Recommended Posts

  • 0


getguildmember getcharid(2), 1;

getguildmember getcharid(2), 2;

 

for( .i = 0; .i < getarraysize($@guildmemberaid); .i ++ )

if( isloggedin( $@guildmemberaid[.i], $@guildmembercid[.i] ) )

.Online_Char ++;

 

mes "There is " + .Online_Char + " characters online on your guild.";

close;


query_sql( "SELECT guild_lv FROM guild WHERE guild_id = " + getcharid(2), .GLV );

 

mes "Guild Level : " + .GLV;

close;

 

Edited by Kubix

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.