UScript for Unturned Code Samples
SQL Related
populate an arrow with records from SQL table
vRecords = database.allRows("SELECT * FROM uconomy ORDER BY balance DESC LIMIT " + n);
prevent error from comparisons when array is empty because SQL record is missing or null
if (vPlayerName.count == 0) {