Reneb updated R-Remover Tool with a new update entry:
New Remover Tool in C#
R-Remover-Tool
Building and entity removal tool
Total Downloads: 63,067 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018
- 5/5, 105 likes
-
Great Plugin, works fine for me.
-
that was only for admins everywhere need to put 2? "target": 2,"basic": 2,"admin": 2, "all": 2 ?
{
"Remove": {
"target": 1,
"basic": 0,
"admin": 2,
"all": 2
}, -
yes.
and if you put: basic: 2, it means players will not be allowed to use /remove -
thank you
-
Now removing of building blocks doesn't refund resources.
Refund rate is 0.5 by default, right? So why int refundRate? It must be float/double (Convert.ToFloat/Double() respectively) otherwise it will be rounded (0.5 to Int returns 0).
Also /remove admin X always works 30 sec (default). -
So, how to block use of remover to all players? (only admin use)
Like this?
Code:void LoadVariables() { removeTarget = Convert.ToInt32(GetConfig("Remove", "target", 2)); removeAuth = Convert.ToInt32(GetConfig("Remove", "basic", 2)); removeAdmin = Convert.ToInt32(GetConfig("Remove", "admin", 2)); removeAll = Convert.ToInt32(GetConfig("Remove", "all", 2));
-
yes
[DOUBLEPOST=1423347698][/DOUBLEPOST]thx chili i'll look into it. -
You are real
-
oh ... it's you STV loool
-
-
Also /remove X works like /remove all.
-
Chili what you just said is not possible :X
For your prévious post yes i saw that it doesnt refund.
Any way ill look as soon as i can but i guess for tonight i'm done -
-
Oh ... I see da fuck
-
why would u want to block players from being able to remove their own stuff lol that would cause more trouble than its worth lol
-
.cs? What happen to .lua?
-
.cs has the speed , lua has the lag,
So for à plugin like this it's much better to have à .cs it Will be much faster -
Reneb updated R-Remover Tool with a new update entry:
refund works & added more messages to config
[DOUBLEPOST=1423391738][/DOUBLEPOST] -
Everything works fine, thanks Reneb!
Is it possible to move messages about remove is activated (or deactivated) for X sec. to the config file? It's for translation. Thanks again!