Füsti docs
DiscordGithub
  • Füsti's scripts
  • 🧟‍♂️fusti_zombie
    • Using the export
      • Setting up zone types
      • Setting up blips
      • Setting up zombies
  • 🪚fusti_jobcreator
    • Setting up the config
      • Setting up mainPlace
      • Setting up vehicles
      • Setting up actions
      • Picture of add-on vehicles
  • 🚙FUSTI_VEHICLESHOP
    • Setting up the config
      • Creating categories
      • Setting up the client side handlers and functions
      • Setting up the server side handlers and functions
      • Creating shops
      • Creating vehicles
Powered by GitBook
On this page

Was this helpful?

  1. fusti_zombie

Using the export

You can use the 'inZone' export to check if the current player is in zone.

Example:

local inZone = exports.fusti_zombie:inZone()
if inZone then
   print("The player is in the zone!")
else
   print("The player is not in the zone!")
end

PreviousFüsti's scriptsNextSetting up zone types

Last updated 1 year ago

Was this helpful?

🧟‍♂️