-
Posts
450 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Support Replies posted by UserLeftRust
-
-
its because its designed to follow the command list.... because you have spaces the list order is off... i'll have a look at updating it this weekend to reflect this.
-
something killed the heli on spawn
-
Changed Status from Pending to Closed
-
images and psd's are only included for you to be able to customise / make your own mate.. all you need is the .cs in your plugins folder, all the images are hosted on my imgur already
-
1
-
-
Okay, i'll have a poke about, there are some bits i don't like as this wasnt created by me... i may end up just rewriting it to be honest.
-
hmmm... what a bottom!
I'm going to rewrite it anyway, theres a few things i don't like... Not Damo's fault.... just not a MikeHawke plugin -
not sure why its picking that up. i'll get on it
-
1
-
-
weird.. ill have a look shortly
-
1
-
-
Changed Status from Pending to Closed
-
Backpacks isnt mine, make sure you remove the other backpack plugin and try redownloading BackPackPro incase the file has goofed. Just dropped it onto a dev and shes loading... so its got to be something silly
-
Static Lootables doesn't edit config files when calling the OnNewSave hook, I just checked it, So something else is effecting the config.
May sound a bit stupid but lets go through it.
When you wipe the server are you or your host deleing oxide/config or oxide/data files?
How are you handing wipes? auto script, manual deletion, etc.
if you go through your wipe procedure is there a config file before boot and then after boot how has it changed?
Are you getting NULL in the config file? << That is a server error and usually due to space constraints or Oxide taking a poop.
SL only handles Data file entries on a new save and thats just getting loot containers.
E.g.
private void OnNewSave ( string filename ) { DataFile.WriteObject ( Data = new RootData () ); }
-
I cant recreate this, so just to make sure i'm not missing something, your opening the UI with the command, selecting a set of wings and then enabling them, then closing the UI and you'r stuck until you press escape... correct? Is this happening when you bring up the UI AND the /wing command?
-
No need for attitude, but firstly, I didn't write the plugin hence the large green banner at the top of the plugin page.... so that said, it was for sale before i had anything to do with it and your the first to mention something being wrong. Secondly the F3 network render is different from the client side and not a true visual, that is also effected by the direction your player is looking. So what i was asking was if you have the ability to ask another player to take some screenshots then that would be grand and help completely in resolving this apparent issue.
-
just in F3? get another player to have a look at you and take pics... just before i start chasing my tail... sometimes the F3 view is aids
-
hmmm... valid issue, may be a bit of a smeg to fix too..... working on the plug at the moment anyway so will look at a fix
-
Changed Status from Pending to Closed
-
-
reload RustyBangers after you update VL
-
completely missed this... i will have a look... thought i fixed all of these holes
-
Changed Status from Pending to Closed
-
I think your players are bringing up the rules and then exiting with the wrong button… because the kick method is a console command not a chat command so there is legit no physical link between bringing it up and fireing the command besides pressing the wrong button
-
Changed Status from Pending to Can't Reproduce
-
nah its all good... i did the same to be honest.
-
only reason why RustyBangers wont work is if vehicle licence isnt loaded,
type plugins in console and hit enter and it will give you a list of plugins and any broken ones will be at the bottom with a reason why... bet you VL is broke -
Changed Status from Pending to Not a Bug
-
update vehicle licence
-
Sounds like a config error mate… have a good look through and check your rewards
-
Im really not sure.. i'm trying to break it but its not coming up with anything
the logic is right... i just don't see why it pooped that error out
-
Changed Status from Pending to Can't Reproduce
-
Changed Status from Pending to Can't Reproduce
-
Changed Status from Pending to Can't Reproduce
-
Changed Status from Pending to Closed
-
yeah last update was to make it modular so you can change images and add more quicker then i can lmao
-
you toooooo
UFFFFFf.... okay.... i will look
-
Theres like 4 checks in there.... also, wouldn't kick for an NRE, its more likely the server took a dump... but open you TheButton data file and make sure there isnt a null in there.
-
Changed Status from Pending to Gremlins
-
thats really weird!... ah well... at least you've figured something out
-
attach config as working fine here... maybe a typo
-
Changed Status from Pending to Closed
Changed Fixed In to Next Version
-
wait.. i think i know what it is.... i may just be an idiot.. I'll sort
-
Is this all that is in the data file? i cant figure out where the NRE is coming from
-
which kits though? umod?
-
Okay.. I will try and remedy that
-
Bum... I will test and update soon... Keep eyes peeled
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Im going to close this one and we will continue in the DM so that we are not splitting the conversation and forgetting parts.. ^^ that.... i can add
-
i could possible add a check to see if the player owns beds and only do wild spawn if they dont have any....
but to test... wipe your spawn data with WipeStart in console
-
once a player has spawned in a starting point... every spawn after is wild..
-
"AutoRespawn true/false": false,
"Only Spawn at SpawnPoint true/false": false, -
I can make that a thing... you on the Codefling Discord? http://discord.gg/trvz85Q
-
boooo..... i will have to test... what kit plugin are you using too?
-
Changed Status from Pending to Closed
Changed Fixed In to 1.0.6
-
Fixed in current version 1.0.6
-
1
-
-
could you just open up you rcon
type plugins
hit enter and paste whatever comes up in here -
Changed Status from Pending to Closed
-
check support channel in codefling discord
-
this has got to be another plugin changing the bot behaviour... can you paste the output from running
plugins
in the rcon console -
@Alexander Koroschetz you on discord?
-
Changed Status from Pending to Closed
-
mainly only used if you have a player that you trust.... but they are on the database to be fair
-
SteamID64
["quote","Comma","quotes"]
e.g.
["76561198004524913","76561198004524934","7656119800453454"]
or you can do it multiline
[
"76561198004524913",
"76561198004524934",
"7656119800453454" <<No comma on last entry..
]
-
1
-
-
-
RustyBanger BUG
in RustyBangers
Posted
Changed Status from Pending to Work in Progress