05-07-2013, 02:04 AM
(This post was last modified: 05-07-2013, 02:08 AM by supertransformer.)
I'm making a protection plugin, how many people will use it/want it here?
It takes alot of time & its complicated xD
& while im here i will ask a question.
Is this a good idea to check if the X/Y/Z coords are in the protected area?
x = 168.45539
CodsProtectedX = 169.45538
if (x<CodsProtectedX) then
-- Yup, it should block the aciton.
else
-- Nope, the player can place the block/dig it
end
It takes alot of time & its complicated xD
& while im here i will ask a question.
Is this a good idea to check if the X/Y/Z coords are in the protected area?
x = 168.45539
CodsProtectedX = 169.45538
if (x<CodsProtectedX) then
-- Yup, it should block the aciton.
else
-- Nope, the player can place the block/dig it
end