04-30-2013, 01:31 AM
no but it should be easy to implent.
i have to add something like this to the OnPlayerBreakingBlock function
i have to add something like this to the OnPlayerBreakingBlock function
if Line1 == "[SL]" or Line1 == "[SignLock]" then
if Line2 ~= Player:GetName() then
if Line3 ~= Player:GetName() then
if Line4 ~= Player:GetName() then
return true
end
end
end
end

