1. avec la derniere version?
     
  2. il me semble, mais j'ai un doute. peut etre je n'avais pas encore reload le plugin... :/
     
  3. dis moi car sinon je ne sais vraiment pas quel est le probleme XD
     
  4. 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 :)
     
  5. Reneb updated R-Remover with a new update entry:

    small fix

    [DOUBLEPOST=1397907651][/DOUBLEPOST]
    j'ai ajouté un debug pour essayé de savoir pourquoi il y a se NGC View etc, si ca te le refait renvoi moi tes logs plz :)
     
  6. je met à jour, j'attend de voir comment ça se comporte et je te tiens au jus au plus vite ;)
     
  7. still causes lag?[DOUBLEPOST=1397914517][/DOUBLEPOST]cause hard lag on server when it being called from anti floating.
     
  8. if you want anti floating => you will get a little lag, but i have a 60+ players server, and i dont get lags from it.
    if you dont want anti floating => you will not get any lag
    just set what you wish in the configs.
     
  9. prod for the administrator or all?
     
  10. you can set in configs:
    "onlyadminprod":true => only admins, false => all players
     
  11. [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
    ... sniff
     
    Last edited by a moderator: Apr 19, 2014
  12. Reneb updated R-Remover with a new update entry:

    minor fix

    [DOUBLEPOST=1398005736][/DOUBLEPOST]Ce n'est pas vraiment des erreurs, ca en donne mais c'est pas vraiment une erreur, in game ca ne change rien.
    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.
     
  13. nice
     
    Last edited by a moderator: Apr 20, 2014
  14. If you guys have any more suggestions for the plugin tell me, after the errors are corrected i'll release the final update :)
     
  15. Great plugin but how do I get rid of the auto-disable or set the auto-disable to 2 minutes
     
  16. Uknown chat command :s
     
  17. you don't have Oxmin then.
    it's required
     
  18. it is very strongly recommended NOT to disable the timer.
    if you really want to put it to 2 minutes
    search for this line in the plugin:
    self.timer[steamID] = timer.Once(30, function() self:DeactivateRemove(netuser,steamID) end)

    and replace it by
    self.timer[steamID] = timer.Once(120, function() self:DeactivateRemove(netuser,steamID) end)[DOUBLEPOST=1398085895][/DOUBLEPOST]
    yes i removed the shotgun based weapons.
    it was either this or you get the error messages when you destroy the workbenchs,wood doors, etc
     
  19. Fixed, dont know why but first time i uploaded he didnt take it.