potro1 Posted July 15, 2021 Share Posted July 15, 2021 Can the log shows in descending list to bottom instead of extending upward? right now its liket this : dispbottom "==================== Guild Storage Log ==================",0xFFD64F; dispbottom "===================================================",0xFFD64F; for([email protected]=0;[email protected]<getarraysize([email protected]item_id);[email protected]i++) dispbottom [email protected]time$[[email protected]i] + " Player[" + [email protected]name$[[email protected]i] + "] Item Name[" + getitemname([email protected]item_id[[email protected]i]) + "] Item Amount[" + [email protected]amount[[email protected]i] + "]",(([email protected]amount[[email protected]i] > 0)?0x00FF00:0xFF0000); dispbottom "===================================================",0xFFD64F; Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted August 26, 2021 Share Posted August 26, 2021 SELECT .... FROM .... ORDER BY <column_name> update your SQL query to sort the ordering, or remove the ORDER BY ... DESC Quote Link to comment Share on other sites More sharing options...
Can the log shows in descending list to bottom instead of extending upward?

right now its liket this :
Link to comment
Share on other sites