Search results

  1. salva

    Please help!!

    Download server ready to work here: https://drive.google.com/open?id=1Dq_6iTf3_AsK7fjUEziRXtx8MxSYSvnv
  2. salva

    RB Fog

    Yes, I have it done on my server, but in a much more complex and tedious way ... the code above is only the tip of the iceberg, I will try to do something simple if I get some free time these days
  3. salva

    remove

    And if you get it right ..... you will take the pleasure and want to modify and edit all, xddd, you're welcome
  4. salva

    Please help!!

    I've never really seen this type of messages in the server console before, it never happened to me
  5. salva

    Please help!!

    Recommendations: 1 º Only connect to the server when it is fully started, otherwise you will receive the message that "the server is offline ...." and then throw you a kick, (do this test and you will see that everything is fine) Regarding the ports it does not matter that you play in the same...
  6. salva

    Map in rust buster

    You welcome
  7. salva

    remove

    Well simply by editing the plugin as a minimum with NotePad ++ (but I do not recommend it), what you should do is edit this line .... https://github.com/dretax/Python-Plugins/blob/master/FougeritePlugins/DestroySystem/DestroySystem.py#L205 But I do not recommend it if your programming knowledge...
  8. salva

    RB Fog

    Yes ... obviously as you see above ... the code was already published, it is done through a plugin that is not public ... if you have programming knowledge you can do it without problems, otherwise ... .if you really need it I can compile and publish it, greetings
  9. salva

    Please help!!

    Well there are several things you should check 1º You should find out if your router, in the NAT configuration you have open the ports 28015,28016,28017 that point to your local IP address (the one in your pc, I recommend that you use a fixed local) 2º You should find out what your public IP...
  10. salva

    Fog in rust buster

    you can check this post http://fougerite.com/threads/rb-fog.1302/
  11. salva

    Solved RustBuster Client Problem

    HI! ,try to download a new client and disable your antivirus before extracting or running it, greetings
  12. salva

    Console Spam

    Really very strange that you comment, I doubt that the server is running in the background ... But I do not know .... An unorthodox solution would be to use the server console command (rustpp.shutdown) in case you use rust ++, more info on rust ++ here: http: //fougerite.com/wiki/rustpp/
  13. salva

    Solved Kaspersky detecting a virus.

    Disables karpersky during the extraction so that it does not act on the files .... Believe me, if you use the client that offers this web you should not fear anything ... It is totally virus free ... In fact look at the amount of downloads you have, regards
  14. salva

    Console Spam

    Not only that, any badly written code can spawner that in the console
  15. salva

    Solved Kaspersky detecting a virus.

    RustBuster does not contain viruses, you should not worry ... But what you can do is download a new client from the official website, open Rust and see in RustBuster.log what files have been blocked, take those files and send them to karpersky for to analyze them (I suppose)
  16. salva

    Console Spam

    Information is scarce, but not ... It is not normal, I am asked 2 questions .... Do you use official plugins or do you use any private plugins? Have you edited a plugin?
  17. salva

    Thread

    If I'm not wrong you should use ConsoleSystem.Print("some message"); Or ConsoleSystem.LogError("some message"); To show messages called from a job in the background can be displayed Some example here: https://github.com/salvadj1/AutoSave/blob/master/AutoSave_v101.cs#L124 Also In the same...
  18. salva

    Approved PillarRestrictions

    salva submitted a new resource: PillarRestrictions - PillarRestrictions proposes a control on your server to avoid those annoying "Pillar Bases" Read more about this resource...
  19. salva

    PillarRestrictions - PillarRestrictions

    PillarRestrictions is a simple plugin that proposes a control on your server to avoid those annoying "Pillar Bases" Players will be able to build normal house as usual and it does not affect construction at all, however it will prevent them from placing too many pillars together. Below I leave...
  20. salva

    Approved IntelligentHelp

    Yes I would work much more fluid in that way, this plugin I did a long time ago ... then I did not have any knowledge, I will update it .. Thanks for the contribution