• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

exhaustion.make TFS 3.5

Rooteh

New Member
Joined
Jul 24, 2008
Messages
95
Reaction score
0
Can someone please make a sample script on how to use:
exhaustion.check(cid, storage)
exhaustion.get(cid, storage)
exhaustion.set(cid, storage, time)
exhaustion.make(cid, storage, time)

and what exactly their purpose is? My real question is.. what is the differnce between .make and .set / .check and .get. Thanks
 
Last edited:
Check returns false is player hasn't exhaustion, true if has.
Get returns false if player hasn't exhaustion, seconds left if has.
Set makin' exhaustion for player.
Make makin' exhaustion if player hasn't exhaustion.
 
Back
Top