Searching for tp script with permission job

Hi, I am searching for a TP script that allows users with a specific job to be teleported at one (or multiple with a selection menu). (must be able to set multiple points with multiple jobs).

Sorry for my bad English :wink:

Just make something like this:

function isAllowed(job)
  if job == 'police' then return true end
  return false
end

So if player is in โ€˜policeโ€™ job then he can teleport, but if player is in any other job then he canโ€™t teleport.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.