[QUOTE=soliv;43671162]Give yourself the R flag.[/QUOTE]
Not sure if trolling or instructions aren't clear enough.
I'm curious to this aswell.
[QUOTE=ZeMysticalTac;43688177]Not sure if trolling or instructions aren't clear enough.
I'm curious to this aswell.[/QUOTE]
It was replied by a nicer guy. do /flaggive <player> R
[QUOTE=Sm63;43688374]It was replied by a nicer guy. do /flaggive <player> R[/QUOTE]
Oh the R
flag not the r flag, lol.
[strike]Is there a way I can increase the allowed character count?[/strike]
Nevermind I'm a dumb.
[QUOTE=ZeMysticalTac;43699939]Oh the R
[B][strike]Is there a way I can increase the allowed character count?[/strike][/B]
Nevermind I'm a dumb.[/QUOTE]
You don't say?
jk
[QUOTE=_VeXan;43705471]You don't say?
jk[/QUOTE]
Well this post was totally helpful, useful and not a waste of time.
Annyways, is anyone currently running NS: HL2RP?
[QUOTE=GTbrawlers;43706066]Annyways, is anyone currently running NS: HL2RP?[/QUOTE]
Yup.
IP: 193.0.159.207:27065
Hiya, I've been lurking FacePunch for a while and thought I'd actually ask some questions that were bugging me for a bit.
1. How do I change ranks for a CP or whatnot from like RcT to 05 and higher? I can't figure it out for the life of me.
Edit: Figured it out "/charsetname. EX. "/charsetname RCT.392 HELIX.OfC.392"
2. Where is character data saved in case I just want to wipe it?
SQLite = Delete sv.db in garrysmod folder.
3. Also, how do I know which models the server is using in case I want to change the models up. Where do I find the model names basically?
4. How do I make a vendor that isn't an NPC, but like a Combine console or a prop. (Similar to question 3 I guess.)
[QUOTE=Boom Rainbow;43709746]
3. Also, how do I know which models the server is using in case I want to change the models up. Where do I find the model names basically?
[/QUOTE]
If you mean the Civil Protection models, go into your config.lua in gamemodes/hl2rp/gamemode/schema/ and edit there.
[QUOTE=Boom Rainbow;43709746] Where is character data saved in case I just want to wipe it?[/QUOTE]
If you're using SQLite, remove the sv.db file from your garrysmod directory.
If MySQL, you should know how to delete data.
[QUOTE=Sm63;43712667]If you mean the Civil Protection models, go into your config.lua in gamemodes/hl2rp/gamemode/schema/ and edit there.[/QUOTE]
I mean I want to know the names of the models. Where can I find names like, phoenix_police.mdl and all the rest of those? Where is it fetching these models from?
[QUOTE=mib999;43713091]If you're using SQLite, remove the sv.db file from your garrysmod directory.
If MySQL, you should know how to delete data.[/QUOTE]
Thanks much!
[QUOTE=Boom Rainbow;43714424]I mean I want to know the names of the models. Where can I find names like, phoenix_police.mdl and all the rest of those? Where is it fetching these models from?[/QUOTE]
Just go into game and go into addons, metropolicepack and just rightclick one of the models and copy to clipboard
Is this bad?
[thumb]https://dl.dropboxusercontent.com/u/77744658/bt/hl2%202014-01-30%2005-15-21-492.jpg[/thumb]
[QUOTE=rebel1324;43715603]Is this bad?
[thumb]https://dl.dropboxusercontent.com/u/77744658/bt/hl2%202014-01-30%2005-15-21-492.jpg[/thumb][/QUOTE]
That's looking quite good; is this used on the context menu or willl it be used on a different "hotkey"?
-snip-
video got corrupted ggnore
We have scanners, no map is big enough for helicopters, gunships and dropships, so why not have Manhacks?
Want manhack? eh?
Still can't find the models list (I just want to know where I can find the names of all the vendor models.)
[QUOTE=Boom Rainbow;43745079]Still can't find the models list (I just want to know where I can find the names of all the vendor models.)[/QUOTE]
I said already. Just go into game and go into addons, metropolicepack and just rightclick one of the models and copy to clipboard
Well, besides metropolice as well, but there are only gma files in there because I downloaded it from the workshop.
[QUOTE=rebel1324;43744180]Want manhack? eh?[/QUOTE]
Wes pwease.
[B]Edited:[/B]
I got voted dumb for a joke comment... :suicide:
[QUOTE=Boom Rainbow;43746111]Well, besides metropolice as well, but there are only gma files in there because I downloaded it from the workshop.[/QUOTE]
There's an add-on tab.
So I set the doors to unownable and restarted the server for some quick content adding.
And they unownable doors reset to be ownable.
How do you normally restart your server?
Hi.
I am having an issue.
[IMG]http://i58.servimg.com/u/f58/18/10/09/27/issued10.png[/IMG]
I tried to use sqlite but the characters are deleted when the server restarts. That's why I am trying with an existing database.
Can you help me ?
PS : our database works well with Clockwork.
Did you execute the included .sql file?
[QUOTE=Chessnut;43754867]Did you execute the included .sql file?[/QUOTE]
Yep. I made a database with the .sql located in nutscript folder.
[QUOTE=Chessnut;43749470]There's an add-on tab.[/QUOTE]
Sorry for being nooby, but I don't know where this is at all besides for the addon folder in Gmod. :<
I am really upset, my database doesn't seem to work at all. Can you tell me if I did something wrong ?
This is what I did :
1 - I create a new gmod server with SteamCommands.
2 - I download nutscript and hl2rp schema.
3 - I put them in gamemodes folder.
4 - I start WAMP and I create a new SQL database called "anothertest_nutscript"
5 - I drag nutscript.sql to the database "anothertest_nutscript"
6 - I configure the database :
nut.config.dbModule = "tmysql4"
nut.config.dbHost = "127.0.0.1"
nut.config.dbUser = "root"
nut.config.dbPassword = ""
nut.config.dbDatabase = "anothertest_nutscript"
nut.config.dbTable = "characters"
nut.config.dbPlyTable = "players"
nut.config.dbPort = 3306
7 - I download the two .dll files and I install them.
8 - I set up my sv_downloadurl folder.
9 - I configure my server configs.
10 - I start the server. It tells me this error : MSVCP110.dll is not installed in your computer.
11 - I fix it -> I replace the two .dll files with the same old files I have in an other server.
12 - I start the server and I try to join it.
13 - It tells me the error I shared you (post 356).
Is there something wrong ?
I'll look into it If I get MySQL server.
I can share you mine. I have a local database and an other database hosted by servergamers.net
Do you want me to share you the ID ?
Sorry, you need to Log In to post a reply to this thread.