View asdsadsad
function eventFire(el, etype){ | |
if (el.fireEvent) { | |
el.fireEvent('on' + etype); | |
} else { | |
var evObj = document.createEvent('Events'); | |
evObj.initEvent(etype, true, false); | |
el.dispatchEvent(evObj); | |
} | |
} |
View gist:0734480606fc31f5004ee187d730f615
steam@system:~/.steam/steamcmd/cs16$ ./hlds_run -game cstrike | |
Invalid game type 'cstrike' sepecified. | |
Sun May 7 10:13:05 MSK 2017: Server Failed | |
steam@system:~/.steam/steamcmd/cs16$ |
View gist:7e5e4b396173dd5d3403b656b9ab5887
steam@system:~/.steam/steamcmd/cs16$ ll | |
total 37856 | |
drwxrwxr-x 5 steam steam 4096 May 7 10:08 ./ | |
drwxrwxr-x 7 steam steam 4096 May 7 10:08 ../ | |
-rwxrwxr-x 1 steam steam 954176 May 7 10:08 core.so* | |
-rwxrwxr-x 1 steam steam 658817 May 7 10:08 crashhandler.so* | |
-rwxrwxr-x 1 steam steam 303632 May 7 10:08 demoplayer.so* | |
-rwxrwxr-x 1 steam steam 2949240 May 7 10:08 engine_i486.so* | |
-rwxrwxr-x 1 steam steam 393734 May 7 10:08 filesystem_stdio.so* | |
-rwxrwxr-x 1 steam steam 107274 May 7 10:08 hlds_linux* |
View gist:382bd9839763119df0d6f7518f58cbca
steam@system:~$ steamcmd | |
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt' | |
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". | |
[ 0%] Checking for available update... | |
[ 0%] Downloading update (0 of 18,553 KB)... | |
[ 0%] Downloading update (3,537 of 18,553 KB)... | |
[ 19%] Downloading update (6,310 of 18,553 KB)... | |
[ 34%] Downloading update (8,678 of 18,553 KB)... | |
[ 46%] Downloading update (11,212 of 18,553 KB)... |