[QUOTE=jonnymad;42888117]I... what? I don't even...[/QUOTE]
Now why did you have to reply to it? I got a userscript that conveniently hid it, and you wrecked it.
FUCK THAT DUDE MADE ME SPILL MY BEER
but no seriously teamwork people lets fuckin bump the fuck out of this thread until we get to a new page so we don't have to experience that anymore.
ps this image has been around quite awhile.
[QUOTE=LauScript;42888692]FUCK THAT DUDE MADE ME SPILL MY BEER
but no seriously teamwork people lets fuckin bump the fuck out of this thread until we get to a new page so we don't have to experience that anymore.
ps this image has been around quite awhile.[/QUOTE]
I know. Goatsecx. Although now I've seen it enough times to not really care. I guess he gave up on the "It's looks cool, work on the textures though." thing.
why would you quote that ._.
where is your common sense
^ I think he quotoed it just to be an general asshole knowing he couldn't get in shit for quotoing it
Chessnut setup a support area on his site
[url]http://chessnut.info/support/index.php[/url]
[QUOTE=BigBadWilly;42889100]^ I think he quotoed it just to be an general asshole knowing he couldn't get in shit for quotoing it[/QUOTE]
Pun intended? :v:
no support tickets ;(
[QUOTE=Johnny Guitar;42907750]no support tickets ;([/QUOTE]
Are you helping out as support staff now or is the list of tickets public?
Johnny is Senior Executive Certified NutScript Lua Inqueries Manager and Support Team Officer of the NutScript Support department.
[img]http://i.imgur.com/eguuawa.png[/img]
[QUOTE=Johnny Guitar;42910692][img]http://i.imgur.com/eguuawa.png[/img][/QUOTE]
finally i've been waiting for the new official protocol to be released
[QUOTE=LauScript;42910764]finally i've been waiting for the new official protocol to be released[/QUOTE]
yeah the last one had an infinite loop so if we got someone who could never figure out a solution we could never close a ticket.
[t]http://i.imgur.com/z0Wj0ag.jpg[/t]
Can someone explain the reason that nutscript thinks im a user and an admin?
I think I fixed it with the [URL="https://github.com/Chessnut/NutScript/commit/80363be3f0b562e5af0bf6f05a5cbea2f284679a"]this commit[/URL].
Also, I allowed items to do stuff like this for non-Lua people!
[code]
ITEM.name = "Medical Kit"
ITEM.desc = "Provides a quick method of healing."
ITEM.model = "models/items/healthkit.mdl"
ITEM:AddQuery("give 25 health on use")
[/code]
[editline]19th November 2013[/editline]
Anyone got suggestions for what type of item queries be can done, besides health?
Armor, speed, ammo of certain types, give some other items etc?
playsound,kill,strip,ignite
I'm not sure if that's the kind of stuff you want people to suggest.
brief and permanent stat increase or decrease, model changes
[QUOTE=Chessnut;42920730]I think I fixed it with the [URL="https://github.com/Chessnut/NutScript/commit/80363be3f0b562e5af0bf6f05a5cbea2f284679a"]this commit[/URL].
Also, I allowed items to do stuff like this for non-Lua people!
[code]
ITEM.name = "Medical Kit"
ITEM.desc = "Provides a quick method of healing."
ITEM.model = "models/items/healthkit.mdl"
ITEM:AddQuery("give 25 health on use")
[/code]
[editline]19th November 2013[/editline]
Anyone got suggestions for what type of item queries be can done, besides health?[/QUOTE]
While cool I don't know thats such a good idea, looks like bloat to me
Non lua people can generally do the same by copying a health kit and editing the number
I think its useful for things like speed etc but as said for health, all you would need to do is include an example health item in NS for people to copy. Same could be said for speed really ("Adrenaline") and for permanent / temporary boosts you could use the attribute system.
[QUOTE=Ylsid;42923263]While cool I don't know thats such a good idea, looks like bloat to me
Non lua people can generally do the same by copying a health kit and editing the number[/QUOTE]
There is hardly any overhead and I still got people asking me how to make their items have armor.
Of course it would seem easy to people with knowledge of Lua, but not everyone understands the syntax/logic behind
making simple things.
[QUOTE=Chessnut;42929319]There is hardly any overhead and I still got people asking me how to make their items have armor.
Of course it would seem easy to people with knowledge of Lua, but not everyone understands the syntax/logic behind
making simple things.[/QUOTE]
I also agree that an armour value would be helpful but as I've said you can keep it "simple" like this or you could implement a full armour value system where people can just edit a value in the item file.
Sorry to bother the current topic but I think the wiki could use some more documentation on stuff, such as hooks and classes, unless you guys have some sort of private wiki that the public don't get access to.
[QUOTE=Chessnut;42920730]I think I fixed it with the [URL="https://github.com/Chessnut/NutScript/commit/80363be3f0b562e5af0bf6f05a5cbea2f284679a"]this commit[/URL].
Also, I allowed items to do stuff like this for non-Lua people!
[code]
ITEM.name = "Medical Kit"
ITEM.desc = "Provides a quick method of healing."
ITEM.model = "models/items/healthkit.mdl"
ITEM:AddQuery("give 25 health on use")
[/code]
[editline]19th November 2013[/editline]
Anyone got suggestions for what type of item queries be can done, besides health?[/QUOTE]
i hope you realize how many noobs are going to flood asking questions about why their
[lua]ITEM:AddQuery("give 25 speed for 5 minutes and increase jump height by 10 feet and set their model to kleiner")[/lua]
doesn't work
[QUOTE=LauScript;42936702]i hope you realize how many noobs are going to flood asking questions about why their
[lua]ITEM:AddQuery("give 25 speed for 5 minutes and increase jump height by 10 feet and set their model to kleiner")[/lua]
doesn't work[/QUOTE]
are people actually that retarded?
[QUOTE=LauScript;42936702]i hope you realize how many noobs are going to flood asking questions about why their
[lua]ITEM:AddQuery("give 25 speed for 5 minutes and increase jump height by 10 feet and set their model to kleiner")[/lua]
doesn't work[/QUOTE]
I honestly hope we don't get people writing paragraphs for this thing, and then ask why they don't work.
[QUOTE=Johnny Guitar;42936738]are people actually that retarded?[/QUOTE]
yes. yes they are.
[QUOTE=LauScript;42939547]yes. yes they are.[/QUOTE]
oh well, welcome to garrysmod i suppose
So like...the new Nutscript doesn't let me be a moderator on my listen server. And I don't want to make a whole new SRCDS server just so I can test stuff out. Any way to fix this?
Did you set yourself an the owner?
Sorry, you need to Log In to post a reply to this thread.