Search results

  1. MasterPeace

    Restriction Zones - PvP, Entity Destroying, Entity names fixes

    Restricition Zones 1.1.0: - Added PVP on/off, - Added Entity destroying on/off as DreTax wanted, - /zone set name 100 off on on - please fix your zones by adding settings. Look at package for "New install" and open zones.ini to see what changed, - Fixed entity names (shelter), - More settings...
  2. MasterPeace

    Approved Restriction Zones

    Waaaaaaaaaaaaaaaaaaaw.... You can't keep strings that way in config waaaaaaaaaaaaaaaaaaw: "Message=You cant build here" waaaaaaaaaw. So many time wasted on so stupid error. Ok. So update will be soon.
  3. MasterPeace

    Approved Restriction Zones

    Oh thanks god it's on my side. But I don't know where. I did that clear plugin like I wrote above without any functionality, just hook and it worked. Ok I will figure it out. Thanks.
  4. MasterPeace

    Approved Restriction Zones

    Yes. I didn't change code at all. Just added other hooks for pvp and boom, after about hour of writing code and uploading to main server I realised that EntityDeployed is not reacting. Have you C# environment set? You could check C# too. using System; using System.Collections.Generic; using...
  5. MasterPeace

    Approved Restriction Zones

    Wait wait wait @DreTaX - My entity deployed hook stopped working. R6 and R7 of Fougerite are same about this. public void EntityDeployed (Fougerite.Player Player, Fougerite.Entity Entity) { Player.Message("Entity deployed"); } I don't even receive this debug...
  6. MasterPeace

    Approved Restriction Zones

    New version today with PVP and Entity Destroying settings. I'm testing in now on my server.
  7. MasterPeace

    Approved HungerGames

    Great. Can I use it as reference for my Arena plugin? I really needed this inventory saving and clearing on start, it will be cool to check what did you make there.
  8. MasterPeace

    Approved Restriction Zones

    Players killable but entities not?
  9. MasterPeace

    Approved Restriction Zones

    Yea but with files I had never problems. With Datastore / Dictionaries - yea. We have radius. What would be zones without radius. I just said that I don't see reason why to add to that additional code to use dictionary (you need files anyway.. So load from file, then to dictionary, and when I...
  10. MasterPeace

    Resource Spawner

    @DreTaX - I'm just talking. I saw thread with resource spawning topic so I posted one of my old problems - maybe some day it will be possible with FG, or it will inspire you to do this function in your plugin, whatever. We just talking here. Don't think that I'm your hater or something haha :P...
  11. MasterPeace

    Resource Spawner

    Resource spawner is easy as shit (remember my loot crates and flares?) the problem is when you want to have spawn points, not just commands. If someone kill chicken, respawn it somewhere else after some time. If someone find loot crate respawn it. Then it getting hard :) Because how many time...
  12. MasterPeace

    Approved Restriction Zones

    Yea. I didn't thought about Vector2. If something is not needed (Y), delete it. I will change it. About Dictionary - no. I don't remember but I'm just using array and checking zones in INI on every entity deploy. And also I want to keep myself away from Dictionaries, databases, and other...
  13. MasterPeace

    Fougerite Official

    .. And we were all wrong. No @Marcos . If someone is writing on chat "[color red]Gówno" you will see same message in console "[color red]Gówno", not just gówno. So problem is on your side. Your screen showing error when someone use chat whatever he write there. Think what your plugins are...
  14. MasterPeace

    Approved Restriction Zones

    I will try that DamageAmount again but I did that like 5 times in my life and it was never working. But I will check again to be sure and don't waste time. About storing zones: [Zones] hangar=hangar [Location] hangar_X=6636.477 hangar_Y=350.2296 hangar_Z=-4332.621 [Radius] hangar=45...
  15. MasterPeace

    Fougerite Official

    I though he said that if someone try to write in red his message become "spam" :D Player write: [COLOR red]Hey I'm writing in red! Chat: spam .... I'm not sure but it should be easy to do if Fougerite is getting full message with [color]. Just check for [ and ] and delete it.
  16. MasterPeace

    Approved Restriction Zones

    I found a bug when I was recording clip (I didn't uploaded clip because I realized that I wasted too many time to record it and was mad, anyway, again) I found some bugs: 1. Wrong entity name for shelter. I fixed it on my release, but didn't uploaded yet as it's too small update, not worth. 2...
  17. MasterPeace

    Fougerite Official

    Also @Marcos it's probably some plugin, not fougerite. Show us screen of this chat because I don't really know what you talking about.
  18. MasterPeace

    Fougerite Official

    Yea why not. It was always working. I mean I can stop using that if it will be bad. But error from this jint can have problems later with other so I pasted it. edit: can make*. Sorry sometimes I leaving brain in the box called "unnamed"
  19. MasterPeace

    Fougerite Official

    I think.. Still same problems as always.. And always something different. I saw RPCs already spamming but without crash. I saw some big errors on full console looped and players couldn't connect. I saw some different errors what I didn't saw before but I don't see them now. Worst was first...
  20. MasterPeace

    Approved Restriction Zones

    What are your doubts :) If you want prove of work I can make video - but yes. I never tested it on online server. But what.. No reports of errors, so I guess its' working.