• NutScript - Nutty name, serious framework
    2,778 replies, posted
I haven't updated the HL2RP 1.1 Git and I will be busy for a while. There isn't much left to do in HL2 RP. I need to sort rations since forcing items in your inventory won't work with a grid. I might add extra things to HL2 RP this time (Shoot locks and doorkick are already standard). I might add my old forcefields (the ones I made this summer are way better since the forcefields can be any width and have proper collision stuff so one player can pass while someone else can't)
I've been developing a schema for a while now, and when I set the nut.anim.SetModelClass to player, it t-poses for some people, while working for others, but when I set it to citizen_male, it works for the other players but stops working for the players it was working for originally.
Please keep report bugs :) Thanks for cooperation.
1.1 should no longer error on current GMod branch.
Trying to run 1.1 on a mysqloo database, but the nut_players table is missing and causing issues. It generated all the other tables though. [t]http://content.screencast.com/users/Starbyte/folders/Jing/media/eff7e21b-c0ad-43d7-9d95-b71317c818fe/2015-01-28_2328.png[/t] When I connect that is the issue. (And yeah those yellow errors go down for whatever is supposed to be in that table I think.)
Does your Mysql user have permission to create tables? It should automatically be done for you.
[QUOTE=Chessnut;47033357]Does your Mysql user have permission to create tables? It should automatically be done for you.[/QUOTE] Yeah I granted it all privileges, but for some reason it only created these tables: [img]http://content.screencast.com/users/Starbyte/folders/Jing/media/64102582-d916-4a96-8bc2-6571001de073/2015-01-29_1153.png[/img] But not nut_players.
Any other SQL errors?
Is there a configuration entry to disable the intro? Or is it 'required', because i think its too long.
It only happens once
[QUOTE=Chessnut;47034715]Any other SQL errors?[/QUOTE] Not as far as I know.
[QUOTE=Chessnut;47034774]It only happens once[/QUOTE] Oh, for some reason it happens every time on my client.
[QUOTE=Chessnut;47034715]Any other SQL errors?[/QUOTE] the for loop in sv_database.lua on line 282 only creates 3 of the 4 tables
Fixed
Touch Screen, Map Interaction and Map Manipulation Examples are now in rp_downtown_v2 (ModernRP). [t]http://i.imgur.com/NSDIU1d.jpg[/t] [t]http://i.imgur.com/tRjcCMT.jpg[/t] [t]http://i.imgur.com/d5yoRSu.jpg[/t] [t]http://i.imgur.com/bOgFIak.jpg[/t]
Hey guy's im making a Fallout 3 Schema and i need help ITEM.name = "Nuka Cola" ITEM.desc = "A liter with cola in it." ITEM.model = Model("models/props_junk/garbage_plasticbottle003a.mdl") ITEM.restore = 10 ITEM.price = 3 I want when the player drinks it it adds 1 money how can i do this?
Any chance you can make third person work while in vehicles?
[QUOTE=Austin1456;47046542]Hey guy's im making a Fallout 3 Schema and i need help ITEM.name = "Nuka Cola" ITEM.desc = "A liter with cola in it." ITEM.model = Model("models/props_junk/garbage_plasticbottle003a.mdl") ITEM.restore = 10 ITEM.price = 3 I want when the player drinks it it adds 1 money how can i do this?[/QUOTE] Go into the base of cookfood (since it's a foodstuff) and make it so it does +1 currency on use.. [url=https://github.com/rebel1324/modernrp/blob/master/plugins/cookfood/items/base/sh_cookfood.lua][the base is here][/url] Look about line 53... [lua]onRun = function(item)[/lua]
[url]http://steamcommunity.com/id/santsignog/[/url] im always available for ns support if you dont want to post on the thread
I've set up the new website: [url]http://nutscript.rocks[/url]
Where could suggestions be made for HL2RP features?
I have a problem: [IMG]http://i.imgur.com/BxmTFyJ.png[/IMG] I can't set myself as an owner because the command apparently doesn't exist. Any ideas on what to do?
Get an admin mod .
There was an attempt [media]http://www.youtube.com/watch?v=vhjk69Af1Bc[/media]
If you're using NS1.0, please update shared.lua since I added a fix for crashing servers.
[QUOTE=Chessnut;47052234]Get an admin mod .[/QUOTE] What admin mod would you suggest to get, as some aren't compatible?
[QUOTE=Redsparten321;47059208]What admin mod would you suggest to get, as some aren't compatible?[/QUOTE] Chessnut made one: [url]https://github.com/Chessnut/moderator[/url]
Any sample schemas available for Nutscript 1.1?
[QUOTE=pilot;47060809]Any sample schemas available for Nutscript 1.1?[/QUOTE] There's [url=https://github.com/rebel1324/modernrp]ModernRP[/url] and [url=https://github.com/Chessnut/hl2rp/tree/1.1]HL2RP.[/url]
[QUOTE=pilot;47060809]Any sample schemas available for Nutscript 1.1?[/QUOTE] I'm going to make a sample schema that lists important things and just shows how things work.
Sorry, you need to Log In to post a reply to this thread.