Recent content by Linkpad

  1. L

    IRC Server ?

    Would be a good idea in my opinion ;)
  2. L

    broadcast

    Oh ok, so we can use C# code inside javascript, didn't know it ! Thanks for the explanation. Also, I saw that we need to create the folder "Fougerite" for js script, but I was never able to load a js script from "Fougerite" folder. The only way it works is by adding script in...
  3. L

    broadcast

    Ok, but I could do args.join(" "); without any problems no ? But it give me an error in Jint
  4. L

    broadcast

    Looks like the Magma Javascript interpreter is fucked up, I can't even use join for an array :/ Anyway here a working version of your code : function On_Command(Player, cmd, args) { if(cmd=="b") { if(Player.Admin) { if(args.Length < 1) {...
  5. L

    Compare your computer systems!

    CPU: Intel Core i5 4670K @ 3.40Ghz CPU Cooler: BE QUIET Dark Rock Pro 2 Motherboard: Asus Z87-A Memory: 4x KINGSTON DDR3 PC3-12800 - XMP HyperX Black Series 4Go Storage: SSD : SSD 2.5'' HyperX 3K - 120 Go - sata III HDD : 3,5'' 3000 Go WD Green - SATA III - 64 Mo - IntelliPower Video...
  6. L

    Solved Problem with compilation.

    Hello, today I tried to compile fougerite with visual studio 2012 but at the end dll looks "broken". Here is what I do : - I download fougerite-master from github and I unzip it. - I copy/paste DLL from Managed folder of rust server to References folder - I compile the patcher and I copy/paste...