Skip to content

Deprecated Allow* functions #31

Closed
@Disinterpreter

Description

@Disinterpreter

There's no reason to have these functions.

amx/amx/server/syscalls.lua

Lines 277 to 287 in 7e2447f

function AllowAdminTeleport(amx, allow)
end
function AllowInteriorWeapons(amx, allow)
end
function AllowPlayerTeleport(amx, player, allow)
end

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions