• DarkRP 2.4.X
    1,868 replies, posted
[QUOTE=FPtje;22754353]added rp_getvehicles_sv for the server revision 629[/QUOTE] Ahh, thank you :)
Got the saving problem fixed? Cant check it at the moment.
[QUOTE=murphy7;22772675]Got the saving problem fixed? Cant check it at the moment.[/QUOTE] Na, Still doesnt save names or money on server crash/restart. Doesnt save your name if you change it and disconect from server manually now.
Fixed shit not saving, don't ask me how or why it happened. I just know that sql.Commit() after the query fixed it. Seriously weird shit. since when does one sql.Query not actually save to the database unless sql.commit() is run?
-snip-
[QUOTE=FPtje;22773063]Fixed shit not saving, don't ask me how or why it happened. I just know that sql.Commit() after the query fixed it. Seriously weird shit. since when does one sql.Query not actually save to the database unless sql.commit() is run?[/QUOTE] I assume that it only saves it in the game server's memory, until you tell it to commit. Useful for lots of queries, and could save on performance.
[QUOTE=FPtje;22773063]Fixed shit not saving, don't ask me how or why it happened. I just know that sql.Commit() after the query fixed it. Seriously weird shit. since when does one sql.Query not actually save to the database unless sql.commit() is run?[/QUOTE] Thanks, i try it now.
[QUOTE=FPtje;22773063]Fixed shit not saving, don't ask me how or why it happened. I just know that sql.Commit() after the query fixed it. Seriously weird shit. since when does one sql.Query not actually save to the database unless sql.commit() is run?[/QUOTE] Money saves when u leave or server dies. Names save when the server restarts/crashes. However names do not save when you change them and then leave the server, they change back to what it was when you rejoin.
Having some issues with the weapon shipments. I spawn a shipment, click it, and it spawns a weapon which cannot be used/moved/interacted with, what so ever. [URL=http://img13.imageshack.us/my.php?image=rpdowntownv20000m.jpg][IMG]http://img13.imageshack.us/img13/6383/rpdowntownv20000m.th.jpg[/IMG][/URL] [URL=http://img704.imageshack.us/my.php?image=rpdowntownv20001x.jpg][IMG]http://img704.imageshack.us/img704/1682/rpdowntownv20001x.th.jpg[/IMG][/URL] Also, the grenade (CSS Realistic Sweps) can not be thrown, you simply leave it in mid-air. [URL=http://img687.imageshack.us/my.php?image=rpdowntownv20002.jpg][IMG]http://img687.imageshack.us/img687/4843/rpdowntownv20002.th.jpg[/IMG][/URL] [URL=http://img532.imageshack.us/my.php?image=rpdowntownv20003d.jpg][IMG]http://img532.imageshack.us/img532/9185/rpdowntownv20003d.th.jpg[/IMG][/URL] Using the DarkRP SVN (Un-edited).
Do you not get a message that CSS is not installed properly? It's CSS.
Aren't too many error messages. But it's probably CSS, yeah.
For some reason when i use this script on my server the models animations are CSS animations. If i equip keys it animates pointing a gun. Anyone know how to fix it?
Why does a money printer icon appear in the top left corner and prevent you from buying shipments (they disappear from the menu) when you go to buy shipments in the menu as a gundealer
[QUOTE=MurderWasDaCase;22807269]For some reason when i use this script on my server the models animations are CSS animations. If i equip keys it animates pointing a gun. Anyone know how to fix it?[/QUOTE] Yes, get the latest SVN revision. A garry's mod update broke the usual animations, which had to be fixed. [editline]07:27AM[/editline] [QUOTE=Combineguy;22812184]Why does a money printer icon appear in the top left corner and prevent you from buying shipments (they disappear from the menu) when you go to buy shipments in the menu as a gundealer[/QUOTE] Because you made an incorrect shipment. You probably get an error too (bad argument #1 to pairs, table expected, got nil probably). There's a syntax error in your addshipments.lua.
[code]TEAM_COMPT = AddExraTeam("Computer Technician", Color(0, 153, 51, 255), "models/player/Combine_Soldier.mdl" , [[The computer technician helps people set up a computer system. Choosing this occupation relies on yourself having skills and/or experience with PCMod 2.]], { "pcmod_networktester", "pcmod_hdcopier", "pcmod_installdisk", "pcmod_unwireswep", "pcmod_pwcrack", "pcmod_wireswep", "gmod_tool" }, "comptech", 2, 80, 0, false, false) [/code] The "Computer Technician" has several 'special' weapons, and I have PCMod2 located in garrysmod/addons. I have three other jobs that work perfectly, but for some reason, this one won't.
[QUOTE=Johnny Serva;22828706][code]TEAM_COMPT = AddExraTeam("Computer Technician", Color(0, 153, 51, 255), "models/player/Combine_Soldier.mdl" , [[The computer technician helps people set up a computer system. Choosing this occupation relies on yourself having skills and/or experience with PCMod 2.]], { "pcmod_networktester", "pcmod_hdcopier", "pcmod_installdisk", "pcmod_unwireswep", "pcmod_pwcrack", "pcmod_wireswep", "gmod_tool" }, "comptech", 2, 80, 0, false, false) [/code] The "Computer Technician" has several 'special' weapons, and I have PCMod2 located in garrysmod/addons. I have three other jobs that work perfectly, but for some reason, this one won't.[/QUOTE] You've put AddExraTeam, should be AddEx[b]t[/b]raTeam
:sweatdrop:
Why is it that players don't collide with each other on this darkrp or is that only a problem I am having.
The Derma skin is terrible.
[QUOTE=FPtje;22816970]Yes, get the latest SVN revision. A garry's mod update broke the usual animations, which had to be fixed. [editline]07:27AM[/editline] Because you made an incorrect shipment. You probably get an error too (bad argument #1 to pairs, table expected, got nil probably). There's a syntax error in your addshipments.lua.[/QUOTE] Can you tell me what SVN revision is. Sorry im kind of new to this
[QUOTE=MurderWasDaCase;22862670]Can you tell me what SVN revision is. Sorry im kind of new to this[/QUOTE] SVN basically allows you to update the DarkRP gamemode by clicking a button whenever a little fix comes out, kind of like a beta version. There are plenty of guides out there on how to use SVN, the SVN link for DarkRP is: [code]http://darkrp.googlecode.com/svn/trunk/[/code] Once you've read a guide or two on SVN updating you'll know what to do with it. [editline]01:55AM[/editline] [QUOTE=Morphus;22861700]The Derma skin is terrible.[/QUOTE] How so? [editline]01:56AM[/editline] [QUOTE=dpoolas;22861473]Why is it that players don't collide with each other on this darkrp or is that only a problem I am having.[/QUOTE] Not DarkRP, another addon you have, list your addons.
I think i fixed that problem I also have this problem which is kind of weird ERROR: Hook 'ThinkForVoiceMute' tried to call a nil function! Removing Hook 'ThinkForVoiceMute' Update: Assmod and ulx like to shit on people when they are together.
[QUOTE=Morphus;22861700]The Derma skin is terrible.[/QUOTE] [url=http://www.facepunch.com/showpost.php?p=21823901&postcount=794]If you wish to use default, click here[/url]. If you want to suggest ways to make it better as opposed to blankly saying it's terrible, feel free to do so.
I vaguely remember Morphus from a long time ago. Something happened and he started to hate me. I don't remember what happened though. Maybe I'm even thinking of someone else, correct me if I'm wrong. Also if you don't like the skin, you can change the colours in F4.
Help! my DarkRP SVN doesnt saves money for anybody, yesterday i opened my darkrp server with modified jobs and shipments, today i woke up, server was offline (i wonder how, i mean i left my computer on switch user during the night) so i opened it, went there to check some lua bugs i needed to fix and voila! all my money is about 900$ and i used rp_setmoney to give money to me and my friends... and something else: in rp_downtown_v2 my server doesnt saves doors like if i put PD doors belong to group Cops, and if server restarts i will have to set group door owner again. p.s. i dont work for money on the server, im the owner, duh xD
Right... 1. Do you have the latest SVN of DarkRP? 2. Do you use a MySQL server (if you don't know what that is then you probably don't) 3. Could you make your sentences shorter in your next post? I just released a DarkRP update: "[REMOVE] Bannedprops/allowed props, it has been replaced by FPP. Look in Q>Utilities>FPP admin settings > blocked models options for instructions. This is better because FPP blocks models spawned by the toolgun too." in revision 635. Also FPP has a dynamic way of adding and removing props to the black/whitelist. So you don't need to edit a Lua file anymore.
[QUOTE=FPtje;22871907]Right... 1. Do you have the latest SVN of DarkRP? 2. Do you use a MySQL server (if you don't know what that is then you probably don't) 3. Could you make your sentences shorter in your next post? I just released a DarkRP update: "[REMOVE] Bannedprops/allowed props, it has been replaced by FPP. Look in Q>Utilities>FPP admin settings > blocked models options for instructions. This is better because FPP blocks models spawned by the toolgun too." in revision 635. Also FPP has a dynamic way of adding and removing props to the black/whitelist. So you don't need to edit a Lua file anymore.[/QUOTE] Hmm what does FPP has to do with anything i said? 1.YES 2.NO 3.Sure, pay me more. and yes today i noticed the banned/allowed props cuz mingebagz started spawning exploding barrels on the server. i just wanna know how to make server remeber the door groups and keep players money.
Is anyone else having this issue?
Great, now I have to add every prop in my fucking banned props file. Wonderful.
[QUOTE=doctorjohndorian;22874609]Great, now I have to add every prop in my fucking banned props file. Wonderful.[/QUOTE] you can do it easilly by copying the model and running FPP_AddBlockedModel <paste> in your console. Also, stop whining, this is much better than the old method. If you don't like it I suggest you visit the toilet.
Sorry, you need to Log In to post a reply to this thread.