Exports (API Communication)

All Functions only accessible at server side

Good to know: You can use all functions as event or manupulation of the logic

Functions

Change the map

exports["EasyMapChange"]:ChangeMap(map, player)

Get the current map

exports["EasyMapChange"]:GetCurrentMap()

Check if player is allowed to use the command

exports["EasyMapChange"]:IsPlayerAllowed(source)

Last updated