Client
Guide to use the script more advanced
Exports are used to sync the zone script with the addon script
StartCrawl
Player starts crawling
exports['highqez_crawldead']:StartCrawl()
EndCrawl
Player stops crawling
exports['highqez_crawldead']:EndCrawl()
IsCrawling
Check if the player is crawling
Return:
Boolean:
true
: the player is crawlingfalse
: the player is not crawling
exports['highqez_crawldead']:IsCrawling()
IsDead
Check if the player is dead
Return:
Boolean:
true
: the player is deadfalse
: the player is not dead
exports['highqez_crawldead']:IsDead()
PauseAnim
Pause and Resume the crawling animation of the player
Attribute:
Boolean:
true
: pause the crawling animationfalse
: resume the crawling animation
exports['highqez_crawldead']:PauseAnim(true)
Last updated
Was this helpful?