-
Arrow functions as per ES6
``` js
// Basic syntax:
(param1, param2, paramN) => { statements }
(param1, param2, paramN) => expression
// equivalent to: => { return expression; }
// Parentheses ar…
dpeek updated
7 years ago
-
```
What steps will reproduce the problem?
1. Play a song on drums
2. 98% of the time the total number of notes will be calculated the wrong
way - because of this, you get 100% notes hit even though …
-
I think it would be a good idea add bzip2 support in hl1, like source games. Mods like Sven Co-op have huge sized maps (~100mb+) which takes a time to download on slow connection speeds, even with dow…
R4to0 updated
10 years ago
-
since the latest update for team fortress classic, my game overlay where you pick class, i cant click using the mouse now, i have to use keyboard numbers to choose/deploy, i cant click spectate having…
skmo updated
11 years ago
-
Having the wrong client.dll (or whatever name the mod uses for its' client binary) no longer boots players off the server. Usually this happens to ensure clients have the correct (non-hacked) client-s…
-
Using Sven Co-op 4.7.
RegisterHam(Ham_TakeHealth, "player", "hookTakeHealth");
public hookTakeHealth(id, Float:health, bits)
{
log_amx("hookTakeHealth %f", health);
return HAM_HANDLED; // Cr…
-
```
RegisterHam(Ham_Item_AddToPlayer, "item_battery", "hookPickupBattery", 1);
RegisterHam(Ham_Item_AddToPlayer, "item_healthkit", "hookPickupHealthKit", 1);
```
``` c++
public hookPickupHealth…
-
Using Wine + UbuntuOS, any plugin that use HamSandwich won't load.
Using AmxModX 1.8.2 and lastest HamSandwich build.
Using /amx_module, it shows that its loaded but in the log file i get " Plugin u…
-
I currently run Half-Life in windowed mode at the same resolution as my screen. Nice to see the engine has its' own native mode to make the window borderless now.
There is a small issue though, the W…
-
### Counter-Strike 1.6
on load:
warning: MP3_InitStream(29, media\gamestartup.mp3) failed
### Counter-Strike: Condition Zero
on load:
warning: MP3_InitStream(29, media\gamestartup.mp3) failed
MP3_In…
ghost updated
11 years ago