Search results

  1. MasterPeace

    Adding new objects

    Oh, sorry, I have no idea what is Project ATM, that's why I didn't understood. So there is no other way to do this for now?
  2. MasterPeace

    Adding new objects

    So where to find something about this client? I would like to make my server unique, as I would also make some basic mods free for everybody.
  3. MasterPeace

    Adding new objects

    Hello. You can chill a little bit from my errors and crashes on Linux server. Could you guys say me if it's possible to get some environment (I have unity for example, or just clear C#) and add some basic objects/effects? Like I said some day I was trying to make games I have even screenshot...
  4. MasterPeace

    Solved JajahPeace - Linux Errors

    Guys sorry. Here is another report. I think it will better to just write all my problems in one topic. Hope you'll sum this up somehow and find issue. Another day another problem. I found that my server is offline. Checked log... Nothing found, just some errors and bum, no more log, probably...
  5. MasterPeace

    Approved HomeSystem

    Yea. Everyting like on Windows. I'm checking directories etc day by day with ftp.
  6. MasterPeace

    Approved HomeSystem

    And more Linux errors from me: [2/10/2015 7:13:21 AM] [Debug] [CHAT-CMD] "JajahPeace" executed "/home dupcia" [2/10/2015 7:13:37 AM] [Error] Traceback (most recent call last): File "<string>", line 312, in JobTimerCallback SystemError: Object reference not set to an instance of an object...
  7. MasterPeace

    On_EntityHurt

    So I made houses stronger with this thing: health = (Hurt.DamageAmount/100)*50 Hurt.Entity.GetTakeDamage().health=Hurt.Entity.GetTakeDamage().health+health /100 * 50 may look idiot, but I'm still evaluating.
  8. MasterPeace

    On_EntityHurt

    on-entityhurt
  9. MasterPeace

    Solved airdrops in 1.0.7B

    Sorry when I saw those huge exceptions I really thought it's not worth to even open it. Here is your log: World.Airdrop(1): [2/9/2015 2:49:56 PM] [Debug] [CHAT-CMD] "JajahPeace" executed "/airdrop_random" [2/9/2015 2:49:56 PM] [Error] Traceback (most recent call last): File "<string>", line...
  10. MasterPeace

    Solved airdrops in 1.0.7B

    I just can't check man. On linux log file is filled with some "Shit", so you just can't. Every process, function, everything is in log. It's not like on windows, where you have only connect/disconnect players and errors, if any.
  11. MasterPeace

    Solved airdrops in 1.0.7B

    No, like I wrote before, I don't get it. So plugin is stopping on World.Airdrop(1) Also you broke forum reply. I can't reply without some webmaster tools, because some "Drop files to upload here" is showing on reply form. :)
  12. MasterPeace

    Solved airdrops in 1.0.7B

    I know I can do Server.BroadcastFrom("Airdrop",player.Name+" Called an Airdrop to"+DC_Yellow+" random location!") I just like to have everything in variables. More readibility.
  13. MasterPeace

    Solved airdrops in 1.0.7B

    Yes I'm sure. I made plugin "Airdrop", so players can ask admin for an airdrop, just because airdrops never come. I thought random airdrops will work and everything will be fine, just write "/airdrop_random" sometimes, but not. Look at my plugin: if cmd == "airdrop_random": if...
  14. MasterPeace

    Solved airdrops in 1.0.7B

    In server.cfg: airdrop.min_players "2" In rust++: airdrop_count=2 Not working. Basically if airdrops are dropping with World.Airdrop(1), I don't expect it's gonna drop automatic, if manually it's not dropping either. I have a plugin: if cmd == "airdrop_here": if Player.Admin...
  15. MasterPeace

    Solved airdrops in 1.0.7B

    I don't want to make new subject, it doesn't matter I think: They don't work, only manual/plugin I guess. I have also problems - World.Airdrop(1) don't work on online server. Only on localhost. No errors or something, it's just not working. World.AirdropAt() is working on both.
  16. MasterPeace

    On_NPCHurt

    on-npchurt
  17. MasterPeace

    Proud owner of server for some ducks! :)

    Proud owner of server for some ducks! :)
  18. MasterPeace

    Solved Rad zones and Animals stronger

    Yes I can help. Basic things like hooks. Not everybody know how to work with source so I can add sometimes some pages.
  19. MasterPeace

    Solved Rad zones and Animals stronger

    Yeah man. Players will be happy. I'll update server now. I added this to R++ notices :) "notice3=Special thanks for DreTaX and Fougerite Team 4 making it possible." So nice. Remember write to me if you need some help, especially with wiki. I know that there is only about 6-8 hooks, but...
  20. MasterPeace

    Solved Rad zones and Animals stronger

    And one thing, this debug thing what is writing "Fougerite: 0" needs to be deleted ;) It's showing twice every time I'm hurt.