• Making scripts for people for any gamemode
    122 replies, posted
Just something else I have been seeking, an addon for TTT that automatically issues a ban on a player that leaves that has slaynr's placed on them. Also, not trying to be rude, any updates on that URL player I requested a few days ago?
[QUOTE=DannyCore;45641823]Just something else I have been seeking, an addon for TTT that automatically issues a ban on a player that leaves that has slaynr's placed on them. [/QUOTE] On PlayerDisconnect check if the leaving player has a slaynr on them (not sure how its set, networked bool?) and then ulx ban their id.
How to get it( assuming you're using the same version as me ) [code] Player:GetPData("slaynr_slays"); [/code] How to ban with ulx [code] ulx.ban(caller, target, minutes, reason); [/code] Also I see no reason in using banid instead, but either should work.
[QUOTE=DannyCore;45641823]Just something else I have been seeking, an addon for TTT that automatically issues a ban on a player that leaves that has slaynr's placed on them. Also, not trying to be rude, any updates on that URL player I requested a few days ago?[/QUOTE] Screw you for making me download ulx. [URL="http://www.mediafire.com/download/g589bv76uqv5c1b/slayban.zip"][Direct][/URL] [URL="http://steamcommunity.com/sharedfiles/filedetails/?id=298398505"][Workshop][/URL] [QUOTE=crazyscouter;45646164]How to get it( assuming you're using the same version as me ) [code] Player:GetPData("slaynr_slays"); [/code] How to ban with ulx [code] ulx.ban(caller, target, minutes, reason); [/code] Also I see no reason in using banid instead, but either should work.[/QUOTE] Thank you!
Anon I don't want to sound like a douche or anything but how is the report system coming along ;-;-;-;?
[QUOTE=GoldTrigger;45650092]Anon I don't want to sound like a douche or anything but how is the report system coming along ;-;-;-;?[/QUOTE]You can try out [URL="http://facepunch.com/showthread.php?t=1408668"]crazyscouters report system [/URL]
[QUOTE=Icejjfish;45652061]You can try out [URL="http://facepunch.com/showthread.php?t=1408668"]crazyscouters report system [/URL][/QUOTE] Wow this looks great thanks for the tip!
For the nutscript HL2schema maybe a entity that makes the citizen do civil protection requests?
Oh my god! I'm back baby! I will be doing requests again like usual, also, during my ban time, I have been working on a complete in-game custom job/entity adder, it'll be ready hopefully later today! [QUOTE=Nope guy;45693607]For the nutscript HL2schema maybe a entity that makes the citizen do civil protection requests?[/QUOTE] I know nothing about nutscript, but I'll check it for you.
Fix multi-core rendering :v: [sp]Too much to ask?[/sp]
DarkRP in game editor, edit jobs in game; [URL="http://www.mediafire.com/download/zkscfdyoeedkv3b/darkrpingamemod.zip"][Direct][/URL] [URL="http://steamcommunity.com/sharedfiles/filedetails/?id=301746374"][Workshop][/URL] It's experimental, read the workshop description for usage. I still need to work on it, editing will be added very soon. Anyone have any requests?
Half Life 2 Deathmatch Puzzles
[QUOTE=AnonTakesOver;45716034]DarkRP in game editor, edit jobs in game; [URL="http://www.mediafire.com/download/zkscfdyoeedkv3b/darkrpingamemod.zip"][Direct][/URL] [URL="http://steamcommunity.com/sharedfiles/filedetails/?id=301746374"][Workshop][/URL] It's experimental, read the workshop description for usage. I still need to work on it, editing will be added very soon. Anyone have any requests?[/QUOTE] Maybe now there will be less people posting in the developer section complaining about jobs when they missed a curly bracket or comma some where.
We'll apparently the creator on this map expects people to code seats for the tram. By default you cannot enter it, so if you want to take a crack at it... [URL="http://steamcommunity.com/sharedfiles/filedetails/?id=281234998"]http://steamcommunity.com/sharedfiles/filedetails/?id=281234998[/URL]
[QUOTE=nickster50;45724601]We'll apparently the creator on this map expects people to code seats for the tram. By default you cannot enter it, so if you want to take a crack at it... [URL="http://steamcommunity.com/sharedfiles/filedetails/?id=281234998"]http://steamcommunity.com/sharedfiles/filedetails/?id=281234998[/URL][/QUOTE] Sounds easy, I'll get to it
Thanks!
[QUOTE=nickster50;45724889]Thanks![/QUOTE] The entire tram seems to be a single prop, by that, I mean it isn't hollow, it's an illusion of an inside, unless the map is buggy for me, it seems to be a single box prop, and the model just has transparency. [video=youtube;Y5AR-TxuQ-k]http://www.youtube.com/watch?v=Y5AR-TxuQ-k[/video]
The tram is a prop, it was made on another server, I suggest getting the pos on the seats by pushing the seats almost inside ( go to the back of the train and and push a seat just about where the tram seat is. ) i know it is possible since its on another server. [editline]18th August 2014[/editline] Forgot to metion when they pressed e on the tram it teleported you to a seat inside.
I got a few others: 1. Addon for darkrp where a player can do something like /giveup and their player model puts their hands in the air and is slowed down to walking speed. This would be a function where players can be arrested and hand themselves in without being trigger happy by switching to a gun. Could be a 10 seconds timer before the hands are put down again to stop abuse. 2. An NPC (or even built into pointshop) that sells: - RP money for paypal donation - Enable additional player models/entities for users in the doantor group that once bought with in-game points/money add to the users F4 menu for them only.
I could do with a script that shows a player who has been killed who killed them, but it must work for every gamemode
I replied to your other thread but FP died and swallowed my reply. Please do research and actually attempt to make things yourself before asking others. What you are asking for is literally the example for PlayerDeath on the wiki. [url]http://wiki.garrysmod.com/page/GM/PlayerDeath[/url]
A plugin for Nutscript HL2RP that adds a broom SWEP for Slave Vortigaunts.
[QUOTE=RonanZer0;45781923]A plugin for Nutscript HL2RP that adds a broom SWEP for Slave Vortigaunts.[/QUOTE] Well that's specific..
[QUOTE=irexel101;45780719]I could do with a script that shows a player who has been killed who killed them, but it must work for every gamemode[/QUOTE] Dlogs on coderhire
Working on a DarkRP server looking for a job script sorta thing so say if you're a gun dealer you can actually hire someone and change there job title and wage????
i may be late but your api key is in the code (at least for the auto gameplay time kicker) also why [lua] function( error ) print("Error") end [/lua] iirc you can print error instead of "Error" for the actual error also oh why [lua] hook.Add("CheckPassword","init", [/lua]
[QUOTE=zerf;45787993]i may be late but your api key is in the code (at least for the auto gameplay time kicker) also why [lua] function( error ) print("Error") end [/lua] iirc you can print error instead of "Error" for the actual error also oh why [lua] hook.Add("CheckPassword","init", [/lua][/QUOTE] 1) what can people even do with my API key? 2) I don't know, I don't work with http and just left it in from what I got of the wiki 3) If you are talking about the second argument (unique name) I probably just wrote init cause I didn't know what else to write.
[QUOTE=AnonTakesOver;45788296]1) what can people even do with my API key? 2) I don't know, I don't work with http and just left it in from what I got of the wiki 3) If you are talking about the second argument (unique name) I probably just wrote init cause I didn't know what else to write.[/QUOTE] [quote]You agree to keep your Steam Web API key confidential, and not to share it with any third party. This license is personal to you and specific to your Application. You agree that you will be personally responsible for the use of your Steam Web API key.[/quote] Other than that, they can somehow manage to break the other terms of use for your Steam API key. There are reasons you're supposed to keep it to yourself.
Nice stuff man, keep up the good work!
[QUOTE=Jeezy;45800108]Other than that, they can somehow manage to break the other terms of use for your Steam API key. There are reasons you're supposed to keep it to yourself.[/QUOTE] Oh well, I'm sure it'll be alright, I couldn't give a shit about my API key anyway. [QUOTE='[RS] RedicL;45831395']Nice stuff man, keep up the good work![/QUOTE] Thanks!
Sorry, you need to Log In to post a reply to this thread.