Search results

  1. Assassin

    Approved RRTM

    Assassin submitted a new resource: RRTM - Resource RespawnTime Manager Read more about this resource...
  2. Assassin

    RRTM - RRTM

    Change Respawn Delay Time of Resources in Server Very Easy! [Settings] RespawnTime=120 #i changed it to 500 and it tooks 80second to Respawn!so 120 must be 18second ** NOTE ** If You Want to See how much seconds it takes to respawn resource!go to source code and remove # from lines 26 & 27...
  3. Assassin

    Approved Abuse Logger

    [A]mirHosein submitted a new resource: Abuse Logger - Logs all abuses that an admin can do ! Read more about this resource...
  4. Assassin

    Abuse Logger - Abuse Logger

    This Plugin logs some admin abuses like: -Gathering with Uber Hatchet -Killing Animals with Uber Hatchet -Destroy Entities with Uber Hatchet -Killing/Hurting Players With Uber Hatchet so you can control your admins and their power
  5. Assassin

    Solved Problem with some strings!

    it was ok! thank you for your help <3!
  6. Assassin

    Solved Problem with some strings!

    def On_PlayerGathering(self, Player, GatherEvent): if Player.Inventory.InternalInventory.activeItem is not None: toolname = Player.Inventory.InternalInventory.activeItem.name if toolname == "Uber Hatchet": Plugin.Log("AbuseLog", GatherEvent.Player.Name...
  7. Assassin

    Solved Problem with some strings!

    tnx because i'm making Abuse Logger Plugin!and i need to check if a admin kill animals with Uber Hunting Bow or not!
  8. Assassin

    Solved Problem with some strings!

    Hi Problem 1: if GatherEvent.???== "Uber Hatchet": what i should use instead of ??? ! ? i used WeaponName,weaponname and Weaponname but none of these worked! Problem 2: Uber Hunting Bow is not registered as weapon in the plugin! also in DeathMessage Plugin Uber Hunting Bow Shows as Hunting Bow...
  9. Assassin

    Approved ParsisGame First Iranian RustBuster Server | Best Plugins | 3 Homes | Events | and...

    ServerIP: parsisgame.ddns.net ServerPort: 28015 Using RustBuster?: Yes Fougerite Server?: Yes
  10. Assassin

    Need Help With AirStrike Plugin!

    drop ++ is for all AirDrops in server, i want to have AirDrop and AirStrike both in server, so there must a way to World. airdropAt(hitlocation) remove.airdrop.drops Then activate timer
  11. Assassin

    Need Help With AirStrike Plugin!

    how i can remove Loot Drops Of AirDrop?
  12. Assassin

    Need Help With AirStrike Plugin!

    Hi, first see these videos to know what i mean with AirStrike! i used this code to make an explode in where admin ls looking too: class Strike: def On_Command(self, Player, cmd, args): if cmd == "strike": if Player.Admin or Player.Moderator: hit =...
  13. Assassin

    Fougerite Official

    can you add /sharelist for see who is in Player share list ?
  14. Assassin

    Approved AniamlDeath MSG

    [A]mirHosein updated AniamlDeath MSG with a new update entry: Added Killer Weapon Name & Distance ! Read the rest of this update entry...
  15. Assassin

    AniamlDeath MSG - Added Killer Weapon Name & Distance !

    Plugin Updated! What Is Changed? - Added Killer Weapon Name - Added Distance
  16. Assassin

    Approved AniamlDeath MSG

    yeah i will add it soon
  17. Assassin

    Bug In Python

    Hi if u try to block crafting of item in Py you will have this bug in your server: then if u reconnect nothing solved and u need to close game and open it! the code is this: def On_Crafting(self, CraftingEvent): if CraftingEvent.ResultItem.name == "everything"...
  18. Assassin

    Approved AniamlDeath MSG

    [A]mirHosein submitted a new resource: AniamlDeath MSG - This plugin shows who kills what type of animal in server chat! Read more about this resource...
  19. Assassin

    AniamlDeath MSG - AniamlDeath MSG

    if you want to remove an animal death message like boar! you must do this in the code # elif HurtEvent.Victim.Name == "Boar": #Server.Broadcast(HurtEvent.Attacker.Name + " Killed a[color red] Pig!") # return that means you must add # to first 3 lines those are for...
  20. Assassin

    HasFlag Framework 3.5

    Can you explain more ? i don't know what is it exactly