Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/27/15 in all areas

  1. .@result = query_sql( "SELECT `account_id`,`name` FROM `char` WHERE `online` = 1 AND `account_id` NOT IN ( SELECT `account_id` FROM `login` WHERE `group_id` > 0 ) ORDER BY RAND() LIMIT 1",.@aid,.@name$ );
    1 point
  2. do{ .@result = query_sql( "SELECT `account_id`,`name` FROM `char` WHERE `online` = 1 ORDER BY RAND() LIMIT 1",.@aid,.@name$ ); } while( .@result && ( checkvending( .@name$ ) || checkchatting( .@name$ ) ) ); if ( .@result ) { getitem 512,1,.@aid; getitem 512,2,.@aid; getitem 512,3,.@aid; }
    1 point
  3. 1 point
×
×
  • Create New...