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

New notify functions #40

Merged
merged 2 commits into from
Jun 16, 2020
Merged

Conversation

Disinterpreter
Copy link
Member

@Disinterpreter Disinterpreter commented Jun 16, 2020

Fixes #31

I added functions:
notImplemented(native, additional)
and
deprecated(native, version, additional)

for notifying scripters about dangerous functions with unexpected returns when they call them.

image

added 'notImplemented' and 'deprecated' functions for notify about functions with problems
@colistro123
Copy link
Collaborator

colistro123 commented Jun 16, 2020

The deprecated is fine, there's this to check if functions aren't implemented though:
https://github.com/multitheftauto/amx/blob/develop/amx/server/syscalls.lua#L118

Edit: Nevermind, I just re-read the stuff I understand now.

@colistro123 colistro123 merged commit dd50399 into multitheftauto:develop Jun 16, 2020
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

Successfully merging this pull request may close these issues.

Deprecated Allow* functions
2 participants