Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetConsoleVarAsString used on float results in server crash #73

Closed
WoutProvost opened this issue Sep 12, 2017 · 2 comments
Closed

GetConsoleVarAsString used on float results in server crash #73

WoutProvost opened this issue Sep 12, 2017 · 2 comments

Comments

@WoutProvost
Copy link
Contributor

Everything explained in this thread

@Y-Less
Copy link
Member

Y-Less commented Sep 13, 2017

Unfortunately, as also detailed in that thread, this isn't easy to fix in pure PAWN. There are four options I can see:

  1. Ignore it.
  2. Wait (indefinately) for the fixes-plugin.
  3. Use the plugin-based fix in that thread (requires a plugin, so won't be done in this include).
  4. Use DANGEROUS_SERVER_ROOT (no plugin required).
    (5) A hybrid of 3) and 4) that detects the best method.

@Y-Less
Copy link
Member

Y-Less commented Oct 23, 2017

Merged in #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants