Search results

  1. chaochaoq9

    Rust experimental server

    @Skippi Archiving can read it??
  2. chaochaoq9

    Solved I am a novice...

    unction On_PluginInit() { if(!Plugin.IniExists("Match")) { Plugin.CreateIni("Match"); var iniCfg = Plugin.GetIni("Match"); iniCfg.AddSetting("Set", "Enable", 0); iniCfg.Save(); } } function On_Command(Player, cmd){ if(Player.Admin){ if(cmd == "on"){ var iniCfg = Plugin.GetIni("Match")...
  3. chaochaoq9

    Approved GatherPlus

    There is an error .
  4. chaochaoq9

    Approved Fougerite MC [Deleted]

    Use MC6 ... I can not find the wrong place
  5. chaochaoq9

    Approved Fougerite MC [Deleted]

    DeathMSG
  6. chaochaoq9

    Approved Fougerite MC [Deleted]

    Misjudgment LargeWoodSpikeWall Misjudgment Hunting Bow ,WoodSpikeWell Misjudgment Hunting Bow.
  7. chaochaoq9

    Solved I am a novice...

    thank you.I am looking at.
  8. chaochaoq9

    Solved I am a novice...

    ok, thank you.
  9. chaochaoq9

    Solved I am a novice...

    I saw this tutorial. http://gomagma.org/community/index.php?threads/view-retrieve-function-declarations-definitions-and-class-structures.37/
  10. chaochaoq9

    Solved I am a novice...

    Eg: DeathEvent.Attacker.SteamID JS did not find the relevant definitions. Was defined in the dll file? Is invoke, was so understanding?
  11. chaochaoq9

    Solved I am a novice...

    I am a novice, I am now learning javaScript, I can only read simple code, I have a question. Eg: Player.Message, DeathEvent.Attacker.SteamID, xxx.xxx They come from somewhere, and where to find them?:):):)
  12. chaochaoq9

    Approved GatherPlus

    case "bloodrate": if (Player.Admin){ if(args.Length != 1) { Player.Message("You can not use spaces! Help: /gatherhelp"); return; } var Name8 = args[0]; var iniCfg =...
  13. chaochaoq9

    Approved GatherPlus

    /boodrate command doesn't work...Another command will work...
  14. chaochaoq9

    Approved GatherPlus

    Nice !;) Fougerite.1.0.3G The work,But can not be set / boodrate Fougerite.1.0.3G Does not work ,Why?? MC4 I would not use ...
  15. chaochaoq9

    Approved GatherPlus

    I use a translator, translation in English, I'm glad you can understand the problem ..;)
  16. chaochaoq9

    Approved GatherPlus

    Not completely cured, or have this problem, I recorded a video, I really hope you can understand this issue. :):):) Download Video: http://pan.baidu.com/s/1i3n94Uh
  17. chaochaoq9

    Approved GatherPlus

    Would lead to such a BUG unlimited resources, increasing the burden of the server. Deposit libraries have no spaces, suggesting cleanup backpack and fell out items. Prevent the use of BUG.
  18. chaochaoq9

    Approved GatherPlus

    My English is not good so I made a video. http://pan.baidu.com/s/1eQiVMKE Try Fougerite.1.0.3G Try Fougerite.1.0.5
  19. chaochaoq9

    Approved GatherPlus

    Feedback BUG: BUG when the backpack with the same items! /boodrate Unable to set 10times Magma Code in the: function On_PlayerGathering(Player, GatherEvent) { if (Player.Inventory.FreeSlots == 1) { Player.InventoryNotice("Your inventory is full!")...
  20. chaochaoq9

    Solved Throws error

    @SPooCK