Headline / Gangs

Gangs for Jailbreak Servers Running SourceMod
GNU General Public License v3.0
17 stars 7 forks source link

Gravity+Speed modifier #26

Closed WhyFaust closed 7 years ago

Headline commented 7 years ago

Does it's default values match that of the old function?

WhyFaust commented 7 years ago

It used to be 0,01~0.02 Now 0,03

Headline commented 7 years ago

I'm alright with having OnAvailableLR implemented in this plugin for those who have hosties, but we should also keep in mind that some servers may not be running this plugin. So we have to be careful about how we use this native.

On line 2755 if we keep LastRequest(), but then add OnAvailableLR elsewere and have it call LastRequest(). That way LastRequest() is kept and can be used in the PlayerDeath hook if they're not using hosites (A simple LibraryExists check).

Besides that I'm 👍

Headline commented 7 years ago

Thank you!

👍