R-Remover [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Apr 7, 2014.
-
il me semble, mais j'ai un doute. peut etre je n'avais pas encore reload le plugin... :/
-
-
Oxide] 'aldapech {CZ}' (STEAM_0:0:78179382) ran command '/remove '
No Network View with id ViewID Unassigned to send RPC "ClientHealthUpdate"
Gave 1 Wood Stairs to 1 inventory
[Oxide] 'aldapech {CZ}' (STEAM_0:0:78179382) ran command '/remove '
Gave 1 Wood Pillar to 1 inventory
Gave 1 Wood Pillar to 1 inventory
Gave 1 Wood Pillar to 1 inventory
Gave 1 Wood Pillar to 1 inventory
No Network View with id ViewID Unassigned to send RPC "ClientHealthUpdate"
Gave 1 Wood Stairs to 1 inventory
[Oxide] 'aldapech {CZ}' (STEAM_0:0:78179382) ran command '/remove '
No NGC View with id NGC ViewID 121372789 (1852:118) to send RPC "ClientHealthUpdate"
Gave 1 Spike Wall to 1 inventory
Current Time: 14.72071
No NGC View with id NGC ViewID 121372791 (1852:120) to send RPC "ClientHealthUpdate"
Gave 1 Spike Wall to 1 inventory
No NGC View with id NGC ViewID 121372792 (1852:121) to send RPC "ClientHealthUpdate"
Gave 1 Spike Wall to 1 inventory
Maintenant, je suis sur d'avoir relancer le plugin -
je met à jour, j'attend de voir comment ça se comporte et je te tiens au jus au plus vite
-
still causes lag?[DOUBLEPOST=1397914517][/DOUBLEPOST]cause hard lag on server when it being called from anti floating.
-
if you dont want anti floating => you will not get any lag
just set what you wish in the configs. -
prod for the administrator or all?
-
"onlyadminprod":true => only admins, false => all players -
[Oxide] '[BTK]-Dwelikinn' (STEAM_0:0:76259413) ran command '/remove '
No NGC View with id NGC ViewID 68485416 (1045:297) to send RPC "ClientHealthUpdate"
There were no inventories able to handle the arguments ""Wood Stairs" 1 152518826"
No NGC View with id NGC ViewID 68485241 (1045:122) to send RPC "ClientHealthUpdate"
Gave 1 Wood Storage Box to 1 inventory
[Oxide] samino2 removed Wooden Door with .. Hatchet
No NGC View with id NGC ViewID 126550034 (1931:19) to send RPC "ClientHealthUpdate"
Gave 1 Wooden Door to 1 inventory
... sniffLast edited by a moderator: Apr 19, 2014 -
Reneb updated R-Remover with a new update entry:
minor fix
le fait que ca dise NO NGC View blablabla, c'est que le jeux essaye de renvoyer des dommages a une structure qui n'existe plus (wooden door, wood storage box, tout les trucs destructible)
j'ai corrigé le problème, en enlevant les destructibles apres 0.05secondes comme ca le serveur a le temps de renvoyer les dommages avant de remove.
Removed the possibility to remove with all shotgun based weapons: HandCannon, Shotgun, Pipe Shotgun.[DOUBLEPOST=1398005840][/DOUBLEPOST]There were no inventories able to handle the arguments ""Wood Stairs" 1 152518826"
this is shown when the player who removes wood stairs (or any structures) has NO MORE room in inventory. -
If you guys have any more suggestions for the plugin tell me, after the errors are corrected i'll release the final update
-
Great plugin but how do I get rid of the auto-disable or set the auto-disable to 2 minutes
-
Uknown chat command :s
-
it's required -
http://cloud-3.steampowered.com/ugc/3334097070970914267/8D982632B9EA73C1AA4C218E3424FC447185B155/
Salut, j'ai ce message quand j'utilise simplement le fusil à pompe.
Hi, I have this message when I just use the shotgun. -
if you really want to put it to 2 minutes
search for this line in the plugin:
self.timer[steamID] = timer.Once(30, function() selfeactivateRemove(netuser,steamID) end)
and replace it by
self.timer[steamID] = timer.Once(120, function() selfeactivateRemove(netuser,steamID) end)[DOUBLEPOST=1398085895][/DOUBLEPOST]
it was either this or you get the error messages when you destroy the workbenchs,wood doors, etc -