RauliTop

Results 18 issues of RauliTop

Recently I added some new features to my server. I don't know where is the problem, but every 2 days server is crashing with console overflowed with this message: SZ_GetSpace...

This happens because you delete custom.hpk from server directory. But, this message should not appear if server has sv_allowupload 0 sv_send_logos 0 Why? Because server doesn't want customized sprays and...

ITDB_PARALYZE enum according to: Rehlds: https://github.com/dreamstalker/rehlds/blob/6a916d766b2f766ed9a45f9f008b3f7b737e3c89/rehlds/dlls/cbase.h#L651-L659 Regamedll: https://github.com/s1lentq/ReGameDLL_CS/blob/master/regamedll/dlls/basemonster.h#L35-L46

With this natives, more features can be used by customized smokegrenades. https://github.com/s1lentq/ReGameDLL_CS/blob/f57d28fe721ea4d57d10c010d15d45f05f2f5bad/regamedll/game_shared/bot/bot_manager.cpp#L306-L336 https://github.com/s1lentq/ReGameDLL_CS/blob/f57d28fe721ea4d57d10c010d15d45f05f2f5bad/regamedll/game_shared/bot/bot_manager.cpp#L338-L461 For example, - Gas/Heal Smoke: check if player is inside the smoke and take him damage or...

The idea is hook errors to create a log with them. https://github.com/dreamstalker/rehlds/blob/1196646dcfc5e62e4801a08860596476d0e3d77f/rehlds/engine/host.cpp#L108#L139 Well, I don't know if it will work because maybe it's too late and HLDS process is closed....

This 3 natives: https://github.com/Vaqtincha/reapi/blob/84b61c12cc799113c3c5a4e4c643eaa5ce0e7633/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc#L327#L380 To avoid confusion, I think it will be a good idea to add a @ note that the natives can't create a decal effect. Also at...

This will help us to disable the 'brass shells' from weapons when firing. An example about I'm talking about: https://imgur.com/UrquTs8 https://imgur.com/gmgHW40 Probably we need to pass player index on the...