Hedel Nasser

Results 27 comments of Hedel Nasser

Btw, this also happens on half-life as it's the base game, so it needs the hl label too

plugin_precache() is called before LinkUserMessages(), so WeaponList hasn't an msgid yet... After a little it of testing, get_weaponid/get_weaponname uses WeaponList message to populate its data, on CS is sent right...

Maybe you should check [set_error_filter()](http://www.amxmodx.org/api/amxmodx/set_error_filter)

> This doesn't seem to work * Compiles, (re)starts hlds (win), runs "func" * Doesn't work * Renames error filter callback to "asdfg", "asdfgh", "asdfghj" & "asdfghjk" and tries again...

Check my profile, as I have enabled (again) email visibility in there

split code only uses a chunk of 2 mb, it shouldn't have any issue... can you post your php version, and the Server API that it's running (from `phpinfo();`)?

Redirect download expects the filename (non urlencoded) as it's arguments (iirc i had removed it after noticing the double decoding downloading a file with % on it), if it's urlencoded...

I would merge this, but i've planned to rewrite the link parsing code, as i want to add support for mega's file (from folder) link on both formats

I was expecting that since i added the deploy button... Weird that it didn't happen before... But i think that it may be related to: https://github.com/Th3-822/rapidleech/commit/591883c2b6c8b10a5befe0c033d7f3fce8c77101 I'm sure that mega's...

it may have been due #204 and the PHP#78902 bug