hi guys... can anybody help me with this script? can't seem to make it work...
mes "^ff0000Online Users^000000 :";
//----------------------------------------------------------------------------------------------------------------
set .@size, query_sql( "SELECT `name` FROM `char` WHERE `online` = 1 AND `account_id` NOT IN ( SELECT `account_id` FROM `login` WHERE `level` > 0 ) ORDER BY `name` DESC LIMIT 128", .@name$ );
//-----------------------------------------------------------------------------------------------------------------
for( set .@i,0; .@i < .@size; set .@i,.@i+1 ) {
getmapxy( .@map$, .@x, .@y, 0, .@name$[.@i] );
set .@base, readparam( 11,.@name$[.@i] );
set .@jobl, readparam( 55,.@name$[.@i] );
set .@jname$,jobname( readparam( 19,.@name$[.@i] ) );
mes ""+( .@i+1 ) +". ^007700"+ .@name$[.@i] +"^000000";
}
for (set .@z,0; .@z<getarraysize(.@name$); set .@z,.@z+1)
set .@menu$, .@menu$ + .@name$[.@z]+":";
set .@num, select(.@menu$) -1;
next;
mes "^ff0000"+.@name$[.@num]+" Info^000000 :";
mes "^777777Class^000000 : ^0055FF"+.@jname$[.@i]+"";
mes "^777777Base Lvl^000000 : ^0055FF"+ .@base[.@i] +"";
mes "^777777Job Lvl^000000 : ^0055FF"+ .@jobl[.@i]+"";
mes "^777777Map^000000 : ^0055FF"+ .@map$ +" "+.@x+", "+.@y+"";
close;
Question
caspa
hi guys... can anybody help me with this script? can't seem to make it work...
Edited by caspa2 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.