Search results

  1. Assassin

    Need Help In Writing Plugin!

    see if i use PluginLog beforce CraftingEvent.Cancel then they can spam the Log file very Easy!also i can't know who maked m4 sucesfuly! and whay do you mean with"Code is bleeding from several points."
  2. Assassin

    Need Help In Writing Plugin!

    thank you my problem solved <3
  3. Assassin

    Need Help In Writing Plugin!

    def On_Crafting(self, CraftingEvent): if CraftingEvent.ResultItem.name == "M4": CraftingEvent.Cancel() if NetUser.Inventory.HasItem("Low Quality Metal", 120) and NetUser.Inventory.HasItem("Paper", 10): NetUser.Inventory.AddItem("M4")...
  4. Assassin

    Need Help In Writing Plugin!

    what is differnece between ItemName and ResultItem.name ?
  5. Assassin

    Need Help In Writing Plugin!

    Hi here is my code: class CraftLimiter: def On_Crafting(self, CraftingEvent): if CraftingEvent.Item.Name == "M4": CraftingEvent.Cancel() but it is not working when i craft M4 and M4 Crafts successfully and this error happens: then i decided to change If...
  6. Assassin

    What's wrong?

    you have no problem bro! you can play without problem! that message is warning for all..
  7. Assassin

    Approved Live Map

    nice.. can you remove MAP Button on the screen? it is not good..
  8. Assassin

    Approved DonatorRank

    there is a problem with Kits Time! if you re-start your server all times of everyone kits will be passed and they can use they kit again! you must put a code for every rank.for example i want to VIP Total Kits=15 and Donator Total Kits=20 if Player Use his 15 or 20 kits then he can't use Kit again!
  9. Assassin

    Problem In Openning RustBuster

    failed!
  10. Assassin

    Problem In Openning RustBuster

    Hi, all Of the Problem is in this video: https://cdn.discordapp.com/attachments/323007769513033728/357986049789788160/bandicam_2017-09-15_00-46-14-104.mp4
  11. Assassin

    how to add two ammos to pipe shotgun

    a screenshot can better say what do you want!
  12. Assassin

    how to add two ammos to pipe shotgun

    Is that server using RustBuster?
  13. Assassin

    how to add two ammos to pipe shotgun

    What servers do you mean?
  14. Assassin

    Problem in Plugin

    thank you <3
  15. Assassin

    Problem in Plugin

    Hi this is that code that i have: //btn fps+ if (GUI.Button(new Rect(3, 3, 113, 18), "FPS+", buttonStyle)) { if (!loadDefault) { heightmapPixelError = Terrain.activeTerrain.heightmapPixelError...
  16. Assassin

    Adding stuff to the game

    Can you send your Unity download Link? i downloaded one but it is not like that Unity that you have
  17. Assassin

    Solved Im having some issue with my plugin

    LOL That is another plugin!i think that Error is about ShowDamage Plugin.. Thank you <3
  18. Assassin

    Solved Im having some issue with my plugin

    class DamageShow: def On_EntityHurt(self, HurtEvent): HurtEvent.Attacker.Notice(str(HurtEvent.Entity.Health ) + " HP") u said HurtEvent.GetTakeDamage().health There is no GetTakeDamage method in that. There is HurtEvent.DamageAmount though. There is no GetTakeDamage in my code..
  19. Assassin

    Solved Im having some issue with my plugin

    i am using this plugins.it works.. but i get error in console! what i must do?