Skip to content

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