if (not isPlayerPzLocked(cid)) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, 'You aren\'t PZ Blocked.')
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, 'Your PZ Blocked was removed.')
doRemoveCondition(cid, CONDITION_INFIGHT)
end