Callback works (Spawns 3 flares every second), Medical box spawns on player spawn.
butttt after the callback had looped about 10 times the server crashed..
Got this from Output_log.txt
PhysicsSDK: NpScene::createActor: WriteLock is still acquired. Procedure call skipped to avoid a deadlock...
Its not too hard to convert Lua to Python, The only problem is that you have to write the whole thing from scratch as you can not copy and paste.
You can not use online programs to convert Lua to Python and even if you could 100% convert it, You'd still have to change the Hooks and methods its...
@DreTaX Look what I found... PortalGun thingy xD
http://rustmagma.ru/173-plagin-tpmaster-dlya-magma.html
case "p":
if(Player.Admin){
var location;
var distArray = [];
var hits = UnityEngine.Physics.RaycastAll(Player.PlayerClient.controllable.character.eyesRay)...
Theirs a few Russian websites with some magma plugins.
I know theirs a fake Russian website faking another Russian magma website and the downloads are full of Virus's (E.G: Arena++.exe)
Heres a link to one that I believe is 100% legit...
Basically I'd like to get the value from a setting an ini file.
E.G
[Items]
Metal Ore=250
I'd like to get "250".
This is what I have at the moment:
keys = Plugin.GetIni("Settings").EnumSection("Items")
setting = Plugin.GetIni("Settings").GetSetting...
Just do a try/except so you don't get the errors in console if its always throwing an error.
E.G:
Try:
World.Spawn("WorldFlare_New", Player.X, Player.Y, Player.Z)
Except Exception:
Exception = None
#Do stuff here if error appears
^Something like this should work
I see only 2 problems with this;
1- Getting a plugins version you'd have to search the plugins website page (1900ish lines)
2- Downloading a newer version would require a logged in account or it can not download it.
Has anyone tried this?
I guess the fixes would be;
1- Another website page that...
Description:
Hate it when you can't even join your own server because you do not have enough slots? Well with this plugin you can choose how many slots you want to save!
This plugin supports DreTaX's Moderator Plugin
Installation:
- Place into Python folder
- Reload the server
- Done
To do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.