I've tested the weapons, it's pretty strange that's happening for you.
[editline]27th September 2013[/editline]
What do you mean by "i put 1 of every other item in the sample schema, excluding containers. waited a bit, rejoined"
Not sure if you know this, but if you look around really quickly with the keys equipped you can see the melon viewmodel.
[QUOTE=Zelpa;42331540]Not sure if you know this, but if you look around really quickly with the keys equipped you can see the melon viewmodel.[/QUOTE]
Just call it an easter egg.
It's a feature, not a bug.
[QUOTE=Chessnut;42330622]I've tested the weapons, it's pretty strange that's happening for you.
[editline]27th September 2013[/editline]
What do you mean by "i put 1 of every other item in the sample schema, excluding containers. waited a bit, rejoined"[/QUOTE]
i put items from business into my inventory. then waited 3 minutes( just incase there was periodic saving or something which i thought i saw in the code somewhere ). then i rejoined, and items were missing from the inventory
it seems like it just randomly doesn't want to save items sometimes?
Weird, I made another update to von which doesn't require the hotfix for inventory so you can try updating to that.
alright, so it's happening consistently. check it out:
so i added these items from the business menu:
[URL=http://filesmelt.com/][img_thumb]http://filesmelt.com/dl/before17.png[/img_thumb][/URL]
then i rejoined after waiting like 2 minutes, and this is what my inventory was after:
[URL=http://filesmelt.com/][img_thumb]http://filesmelt.com/dl/after26.png[/img_thumb][/URL]
ps i'm testing this with a 100% stock version of sample schema, and nutscript. also just updated both 15 minutes ago
also just to be sure, i removed my pistol weapon and tested it without it( cause that's not stock obviously), same thing.
[editline]28th September 2013[/editline]
maybe you can play this off as a tax feature
-snip-
I need help.
The factions I have made lets you go on them with out being given the whitelist :C
Here's the code for one of them.
[quote]FACTION_DUTY = 3
local FACTION = {}
FACTION.name = "Duty"
FACTION.uniqueID = "dut"
FACTION.desc = "Soldiers of Duty."
FACTION.color = Color(10, 74, 24)
FACTION.maleModels = {
"models/stalkertnb/psz9d_duty4.mdl"
}
nut.faction.Register(FACTION_DUTY, FACTION) [/quote]
Also, How do I take items off of business menu?
Thanks!
[QUOTE=soap755;42357306]Also, How do I take items off of business menu?
Thanks![/QUOTE]
Just disable the business menu and use vendors instead.
Spammed with:
[I]mod_studio: MOVETYPE_FOLLOW with no model.[/I]
While yielding "Keys"
Posted an issue on GitHub relating to a game breaking bug that keeps happening on my server.
Players T-Pose randomly, and they can't hear chat from others, and others can't hear chat from them. It also removes them from the scoreboard, and their name tag (when you hover over them) doesn't display.
[QUOTE=NightmareX91;42361601]Posted an issue on GitHub relating to a game breaking bug that keeps happening on my server.
Players T-Pose randomly, and they can't hear chat from others, and others can't hear chat from them. It also removes them from the scoreboard, and their name tag (when you hover over them) doesn't display.[/QUOTE]
Happened with my server also.
That's because the characters aren't being networked to other players for some reason.
[editline]30th September 2013[/editline]
If you can give me details (# of players, ping, etc), server/client errors, or other stuff it'd be helpful.
Another thing I noticed - the players table on my MySQL doesn't seem to be getting filled, but the characters table does. Because of this, I can't whitelist people.
Are there any errors in the console?
[editline]30th September 2013[/editline]
Try updating the .sql file and see if it works
It appears that players don't T-Pose and vanish if I connect to the server using 'connect 80.229.11.147:27015' in the console. According to my friend, it only happens when you connect to the server via Steam or the server list.
[QUOTE=NightmareX91;42368982]It appears that players don't T-Pose and vanish if I connect to the server using 'connect 80.229.11.147:27015' in the console. According to my friend, it only happens when you connect to the server via Steam or the server list.[/QUOTE]
lies, it's related to the character selection, also is this not fixed?
[QUOTE=Johnny Guitar;42369202]lies, it's related to the character selection, also is this not fixed?[/QUOTE]
It's not fixed, but I haven't had the issue yet when connecting through the console.
[QUOTE=NightmareX91;42358997]Just disable the business menu and use vendors instead.[/QUOTE]
Where do I disable it?
And how do I give my self money In-game/make people start of with money. In my case Rubles. Thanks
Sorry for the questions.
[QUOTE=NightmareX91;42369268]It's not fixed, but I haven't had the issue yet when connecting through the console.[/QUOTE]
but it's because of when you select the character it has to do with the net library screwing up, me and chessnut discussed this earlier. (My memory might be fuzzy haven't slept in .. a while)
[QUOTE=Johnny Guitar;42369785]but it's because of when you select the character it has to do with the net library screwing up, me and chessnut discussed this earlier. (My memory might be fuzzy haven't slept in .. a while)[/QUOTE]
well then.
It's actually the opposite, characters aren't being sent to you when you join for some
reason.
ITEM.price doesn't seem to be working. Anyone able to help me out?
[QUOTE=Garrison;42375625]ITEM.price doesn't seem to be working. Anyone able to help me out?[/QUOTE]
It worked fine for me when I still used the business menu.
[QUOTE=NightmareX91;42378658]It worked fine for me when I still used the business menu.[/QUOTE]
I need it to work on vendors. Any ideas?
[url=https://github.com/Chessnut/NutScript/commit/d7cff5fa1d688ac78885c77d93b56db6c4bb4aba]The issue has been fixed, thanks for reporting it.[/url]
Can some-one please tell me how I make the factions whitelist only?
-Thanks.
[QUOTE=soap755;42396986]Can some-one please tell me how I make the factions whitelist only?
-Thanks.[/QUOTE]
[code]
-- Define it as a whitelisted faction.
FACTION.isDefault = false
[/code]
ITEM.weight doesn't do anything -- what's up with that? does the parameter have to be something other than an integer?
Sorry, you need to Log In to post a reply to this thread.