Recent content by Kot-Someone

  1. Kot-Someone

    New Plugins / Oxide Conversions Working On

    6. No Structure Zones On GoMagma.Org presented N4Zones plugin. ))
  2. Kot-Someone

    My Plugins

    Ok, on weekend i`m convert all messages to original and make release.
  3. Kot-Someone

    Approved SystemName

    function On_PluginInit() { if(!Plugin.IniExists("SystemName")) { var ini = Plugin.CreateIni("SystemName"); ini.AddSetting("SystemName", "Servername", "[Fougerite]"); ini.Save(); } else { var ini = Plugin.GetIni("SystemName")...
  4. Kot-Someone

    My Plugins

    I`m convert some plugins from gomagma.org All Plugins Checked on real server with Fougerite_MC1 in Magma Mode * all messages translated to Russian, and i need more time to make English version of plugins )) ClanSystem GoMagma official clan-system plugin with a lot of changes, new...
  5. Kot-Someone

    Approved SystemName

    Issue : Don`t load Servername after restar function On_PluginInit() { if(!Plugin.IniExists("SystemName")) { Plugin.CreateIni("SystemName"); var iniCfg = Plugin.GetIni("SystemName"); iniCfg.AddSetting("SystemName", "Servername", "[Fougerite]"); iniCfg.Save()...
  6. Kot-Someone

    Approved DeathMSG

    I`m read carefuly! But picture demo so better for newbies ))
  7. Kot-Someone

    Approved DeathMSG

    (Magma Mode) error on load plugin at line 66 missplaced "*/" I`m remove last 2 characters
  8. Kot-Someone

    Approved GatherPlus

    error in plugin load (Magma Mode) function On_Command(Player, cmd, args) { switch(cmd) { if(Player.Admin){ right code function On_Command(Player, cmd, args) { if(Player.Admin){ switch(cmd) {