multitheftauto / amx

MTA AMX compatibility layer.
zlib License
31 stars 8 forks source link

Deprecated Allow* functions #31

Closed Disinterpreter closed 4 years ago

Disinterpreter commented 4 years ago

There's no reason to have these functions.

https://github.com/multitheftauto/amx/blob/7e2447f2297ad8e10309946106580180f0a51171/amx/server/syscalls.lua#L277-L287

https://wiki.sa-mp.com/wiki/AllowAdminTeleport https://wiki.sa-mp.com/wiki/AllowInteriorWeapons https://wiki.sa-mp.com/wiki/AllowPlayerTeleport

The last version of using of these functions is 0.3d. So I think we can delete them.

Disinterpreter commented 4 years ago

https://github.com/multitheftauto/amx/pull/40