HighQez
StoreDiscordYoutube
  • Welcome
  • Resources
    • AFK Safe Zone
      • Installation
      • API
        • Client
    • Crawl Dead
      • Installation
      • API
        • Client
        • Server
    • Phone Snatcher
      • Installation
    • Vehicle Armoury
      • Installation
    • Headgear
      • Installation
      • API
        • Client
        • Server
    • Cash Item
      • Installation
      • API
        • Server
Powered by GitBook
On this page

Was this helpful?

  1. Resources
  2. Crawl Dead
  3. API

Server

Guide to use the script more advanced

Exports are used to sync the zone script with the addon script

IsCrawling

Check if the player is crawling

Attribute:

  • Integer:

    • playerid: server id of the player

Return:

  • Boolean:

    • true: the player is crawling

    • false: the player is not crawling

Usage
exports['highqez_crawldead']:IsCrawling(playerid)

PreviousClientNextPhone Snatcher

Last updated 1 year ago

Was this helpful?