Server
These are all the server side exports you can utilize in other resources.
JailPlayer
Returns
true
orfalse
, indicating whether the target was successfully jailed.
ReleaseInmate
Client invoking must have ACE or police job!
Returns
true
orfalse
, indicating whether the target was successfully released.
ReleaseInmateOffline
Returns
true
orfalse
, indicating whether the offline character's sentence was cleared.
EditInmateSentence
Returns
true
orfalse
, indicating whether the target's sentence was changed.
IsInmate
Returns
true
orfalse
, indicating whether the target is an inmate.
GetInmateInfo
Returns a table of inmate information if the target is an inmate.
SetLockdown
Target must be an inmate.
Returns
true
orfalse
, indicating whether the target was successfully placed in lockdown.
ReleaseLockdown
Returns
true
orfalse
, indicating whether the target was successfully released from lockdown.
IsInmateLockdown
Returns
true
orfalse
, indicating whether the target is in lockdown.
AddCanteen
Target must be an inmate.
Returns
true
orfalse
, indicating whether the target's canteen balance has been updated.
RemoveCanteen
Target must be an inmate.
Returns
true
orfalse
, indicating whether the target's canteen balance has been updated.
Last updated