Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function areas:player_exists(name)
- if minetest.player_exists(name) then
- return true
- else
- return false
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement