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)

Last updated

Was this helpful?