Summary

public bool HasPlayerAccessWithNobodyCheck(long playerId, bool isForPB)

Returns if player can use block. If playerId is 0 (Nobody), calls HasNobodyPlayerAccessToBlock instead It is also checking for admin access.

Returns

bool

Can player access block or not

Parameters