Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
const async = require('async'); | |
class demoClass { | |
constructor(con) { | |
this.constantVariable = con; | |
const that = this; | |
this.q = async.queue(function(input, cb){ | |
that.processFunc(input, cb); | |
//vagy that.processFunc.apply(that, arguments); | |
}, 1); |
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
//* Script: Customizable spawn loadouts for regular and donator players | |
//* Author: Wardog | |
//* Donate: https://wrdg.net/donate | |
//* | |
//* Notes: Creates a directory in the Server Profile folder called SpawnLoadout. You can change these files in | |
//* in real time, without restarting the server to take effect. | |
//* | |
//* ./SpawnLoadout/CommonItems.txt = items spawned between both donators and regulars | |
//* ./SpawnLoadout/Regular.txt = loadout for regular players | |
//* ./SpawnLoadout/Donators/STEAMIDHERE.txt = directory where steam id files go for donators; loadouts for donators |