Just wish there were more active servers using this, Johnny tried but in the end wownotcockwork.
[QUOTE=C0MMUNIZT;42670202]Just wish there were more active servers using this, Johnny tried but in the end wownotcockwork.[/QUOTE]
it's mainly because clockwork comes right out of the package, ready to run and play.
this requires adding things first.
[QUOTE=LauScript;42669787]k temp script is in the works[/QUOTE]
Dying would be a bit of a pain in the ass, but debuffs/stamina loss/cookfood plugin hunger/thirst issues? That would be fantastic.
If you were freezing and holding a weapon, it could jitter around. A thermostat item that tells you the current temperature! Shivering sounds! Radiators emitting heat! /hug to share heat hahaha
everything from above is possible and i'll probably be doing that instead of dying.
I think I may just turn this into a full out survival plugin and take the time to make it right. ( by this i mean include hunger, if there already isn'ta hungry plugin)
no /hug.
[QUOTE=LauScript;42670849]everything from above is possible and i'll probably be doing that instead of dying.
I think I may just turn this into a full out survival plugin and take the time to make it right.
no /hug.[/QUOTE]
Sounds very good indeed. It's rare nowadays to see people do a lot of work that hasn't exactly been done openly before. I hope you finish it :)
[QUOTE=LauScript;42670849]no /hug.[/QUOTE]
You had me sold up until then.
Updated the sample schema to conform to recent updates.
[QUOTE=Chessnut;42678570]Updated the sample schema to conform to recent updates.[/QUOTE]
thank u <333
[editline]28th October 2013[/editline]
[lua]function CLASS:OnSet(client)
client:SetModel("models/Barney.mdl")
client:GetInventory():Add("id", 1, {
Job = "swagman",
Owner = client:Name()
})
end[/lua]
with this function in a class it's giving me this error
[code][ERROR] gamemodes/hieroglyph/gamemode/schema/classes/sh_sec_ofc.lua:10: attempt to call field 'Add' (a nil value)
1. OnSet - gamemodes/hieroglyph/gamemode/schema/classes/sh_sec_ofc.lua:10
2. SetCharClass - gamemodes/nutscript/gamemode/libs/sh_class.lua:112
3. unknown - gamemodes/nutscript/gamemode/libs/sh_class.lua:80
4. func - gamemodes/nutscript/gamemode/libs/sh_netstream.lua:115
5. unknown - lua/includes/modules/net.lua:31
[/code]
could someone help me out with fixing the code
[editline]28th October 2013[/editline]
oh I get it, that function is for the GetDefaultInv hook only. Here is the correct code for anyone who has this problem:
[lua]function CLASS:OnSet(client)
client:SetModel("models/Barney.mdl")
client:UpdateInv("id", 1, {Job = "swagman", Owner = client:Name()}, false, false, true)
end[/lua]
[editline]28th October 2013[/editline]
is there an admin command to set someone's class?
Just a heads up, i have a alpha version of the temperature plugin working. Heat sources working, being wet will get you hypothermia faster, and temperatures differ outdoors compared to indoors. being by a fire will dry you out faster. still have to add clothing as a factor and a few other things as well, then i need to add hud notifications to show when you're wet. shivering sounds, maybe a postprocessing overlay or a texture of frost around the corner of the screen if someone can make that a texture i can do that too.
Chessnut since you aren't online in steam, i'll just post it on here so you can see it whenever, please add it so you can add text onto the centre of the display bars on the hud with color arguments. and font maybe?
anyone know the admin command for giving flags
[QUOTE=cis.joshb;42679705]anyone know the admin command for giving flags[/QUOTE]
/flaggive
It's in the 'Help' section of the F1 menu.
[QUOTE=NightmareX91;42679750]/flaggive
It's in the 'Help' section of the F1 menu.[/QUOTE]
holy shit thanks man
[QUOTE=LauScript;42670294]it's mainly because clockwork comes right out of the package, ready to run and play.
this requires adding things first.[/QUOTE]
nah not really most people that join servers are too autistic and can't see past the gimmicks that exist in most current scripts
account suspended on the wiki?
Just noticed that, any chance you can get it up and running soon? Wanted to look at NutScript.
I'll probably need to move documentation over to the GitHub wiki or use some free wiki service; I'm broke.
[QUOTE=Chessnut;42703769]I'll probably need to move documentation over to the GitHub wiki or use some free wiki service; I'm broke.[/QUOTE]
I can give you 5$ through PayPal if you want? :>
[QUOTE=Persious;42703910]I can give you 5$ through PayPal if you want? :>[/QUOTE]
Beat you to it!
I don't know his PayPal email :(
how do i allow users to be guards in Dissolution?
/plywhitelist <name> Guard
Gah, the amount of newbies trying to run servers who don't even know how to give flags or whitelists and don't have the ingenuity to check the help tab are beyond me.
[B]EDIT:[/B]
Also Chess, how much are you currently paying monthly for your webhosting?
[QUOTE=GTbrawlers;42711024]Gah, the amount of newbies trying to run servers who don't even know how to give flags or whitelists and don't have the ingenuity to check the help tab are beyond me.
[B]EDIT:[/B]
Also Chess, how much are you currently paying monthly for your webhosting?[/QUOTE]
uh, what`s wrong with newbies hosting servers?
[QUOTE=GTbrawlers;42711024]Gah, the amount of newbies trying to run servers who don't even know how to give flags or whitelists and don't have the ingenuity to check the help tab are beyond me.
[B]EDIT:[/B]
Also Chess, how much are you currently paying monthly for your webhosting?[/QUOTE]
Regardless of who hosts, the more servers we have, and the more players we have, the higher we are on the server list.
I think the wiki (ns.chessnut.info and github) should have, at the very least, an installation guide.
[QUOTE=Johnny Guitar;42711479]uh, what`s wrong with newbies hosting servers?[/QUOTE]
There's nothing wrong with newbies hosting servers as thats how everyone started out. The criticism comes in when they don't bother to look at any documentation that is provided.
[QUOTE=jaooe;42721710]I think the wiki (ns.chessnut.info and github) should have, at the very least, an installation guide.[/QUOTE]
I'll just direct you here sir.
[IMG]http://gyazo.com/80ae75126ff623b2acc3cda1f87fac3f.png[/IMG]
[URL]http://ns.chessnut.info/NutScript_Setup[/URL]
I accidentally deleted all pages while getting rid of the spam pages (8000+ pages)
I'm going to make video tutorials since those are easier to follow instead, one for no MySQL and one for MySQL. Not sure if the Linux setup needs its own tutorial either, I'll see if I can blend them though.
Sorry, you need to Log In to post a reply to this thread.