Hello.
I was off this board for a while, barred.
Whilst off, I played on Gmod on some servers. My friend came and has corrected the issues with paragraphing and errors. I hope people find it more readable. I play on GMOD, I found my other post about Darkrp server to be controversial - I apologize, if anyone was offended.
My issue is there are too many servers that don't allow prop surfing and prop killing. Prop related activites seem to be very "taboo" in Gmod. When I tell people I like prop-killing, they think I am a "troll". When I am not a troll.
When I go to a war server on sandbox. I will prop kill, and surf around the map. And then the admins will ban me from the servers.
Because I was "Killing with props" when people are allowed to kill with weapons but not props? I don't understand! Also on other war servers even prop spawning is disabled!
I can understand why some gamemodes need anti-prop kill but too many do without any real basis behind it. Which is a shame in my opinion.
It takes skill to propkill effectively. I'm not talking about throwing fridges at people and wheelspeed 99999 which only "trolls" use - I saw the videos on youtube they don't know how to propkill. I'm talking about using props as an good mean to decimate your opponents and fly at ultra high speeds across the map while engaging combatants. Yes there are prop-kill servers I am aware however they are scarcely populated sadly, When I go on there is nobody on the servers sometimes there are but hardly....
So why do so many people not like propkilling/surfing? It's great fun in my opinion. What is yours?
Oh man, this again? all your threads too.
First you seemed mistaken, but now you're just being stupid.
[QUOTE]Even on DarkRP it is worse, I will not kill randomly as that will violate the RDM rule, however I will surf or at least attempt to I say attempt because there are addons which are disabling prop surfing (nocollide props when moved) because it can be used to "abuse". BUt they can just turn prop damage off if they do not want propkilling, so people can still surf. [/QUOTE]
I dont even know where to start
I am literally overwhelmed by your ignorance. Propsurfing and propkilling are banned for many reasons - one being that props are free while guns/cars are not. When DarkRP revolves around money printing and raids, free weapons are the last thing you want. There needs to be something to get rid of the cash that players can rake in (long stretch nowadays but whatever). Props are included in darkrp for building, not killing.
Props can also 1-hit people at any range, and with an infinite amount of ammunition, which many believe is totally overpowered (it is).
Propsurfing makes you travel at insane speeds which make it impossible for other players to immerse themselved in RP. It also allows you to climb buildings at ridiculous speed as well.
[QUOTE]It takes skill to propkill effectively. I'm not talking about throwing fridges at people and wheelspeed 99999 which only "trolls" use - I saw the videos on youtube they don't know how to propkill. I'm talking about using props as an good mean to decimate your opponents and fly at ultra high speeds across the map while engaging combatants.[/QUOTE]
How is "using props to decimate opponents" any different from wheelspeed 999999?
FFS, for someone who calls themself "serverwatch" you dont even understand this fucking game
:suicide:
please just stop posting for the love of all that is good on this planet, because i'm worried that your stupidity is going to spread.
flame flame flame flame flame
You're probably a troll account anyway because there is NO WAY someone would spout this much bullshit.
Please stop..
Please. :suicide:
[QUOTE=Arizard;47083346]
How is "using props to decimate opponents" any different from wheelspeed 999999?
FFS, for someone who calls themself "serverwatch" you dont even understand this fucking game
:suicide:
please just stop posting for the love of all that is good on this planet, because i'm worried that your stupidity is going to spread.
flame flame flame flame flame
You're probably a troll account anyway because there is NO WAY someone would spout this much bullshit.[/QUOTE]
There actually is a difference between wheelspeed at high numbers slinging the breen desk, and having wheelspeed at like 120 and using different props for different situations.
For example using one prop to prop boost (produces an effect similar to noclipping -- you reach incredible speeds), one prop to kill in an open area, another prop to kill in an enclosed area (such as an alley way). Then there's props to defend yourself from bullets and other props.
Propkilling is really an art, and here's an example. However this video was in gmod 12 before the implementation of physgun_wheelspeed so things were a lot slower paced back then.
[video=youtube;VaIqLh7Al8I]http://www.youtube.com/watch?v=VaIqLh7Al8I[/video]
[QUOTE=serverwatch;47082996]snip[/QUOTE]
Of course you will be banned for propkilling in DarkRP. [i]actual[/i] propkilling takes skill, but just because you're good at it doesn't mean you don't get the same consequences as the rest.
You could always try another server that does allow it, then realize that it sucks being at the other end of the gun.
Stop
If you have greasemonkey / something else supporting userscripts:
[code]// ==UserScript==
// @name Serverwatch Filter
// @namespace shiftunderscore.userscripts
// @description Filter batshit insane posts
// @include http://facepunch.com/showthread.php?t=*
// @version 1
// @grant none
// ==/UserScript==
function filter_batshit() {
$('div.postdetails').each( function(index) {
var UserInfo = $(this).find('div.userinfo').get(0);
var UserLink = $(UserInfo).find('a').get(0);
var UserID = parseInt($(UserLink).attr('href').match(/\d+/g)[0]);
if (UserID==654128) {
var Content = $(this).find('div.postbody').get(0);
Content = $( $(Content).find('blockquote.postcontent').get(0) );
Content.html('<b>I post insane bullshit.</b> <i>(Content filtered for your sanity)</i>');
}
} );
}
filter_batshit();
[/code]
[IMG]https://photos-3.dropbox.com/t/2/AAA3K91NJA_HR7Khg4nf7G7BofEr590mqsHuovj3leO2tA/12/88290259/png/1024x768/3/1423195200/0/2/sanity.png/CNPnjCogASACIAMoASgC/3JKzuSApk0Y3BHQGnm3rDByweGGmM5BMTugBRF8ivpw[/IMG]
OK Hello. I will not use it on Darkrp Anymore. However, There is still an issue that many servers - war servers are against propsurfing and propkilling. Is it just because they can't do it themselves? I don't like how lots of GMOD community is against propsurfing that's all.
[editline]6th February 2015[/editline]
[QUOTE=wh1t3rabbit;47083988]If you have greasemonkey / something else supporting userscripts:
[code]// ==UserScript==
// @name Serverwatch Filter
// @namespace shiftunderscore.userscripts
// @description Filter batshit insane posts
// @include http://facepunch.com/showthread.php?t=*
// @version 1
// @grant none
// ==/UserScript==
function filter_batshit() {
$('div.postdetails').each( function(index) {
var UserInfo = $(this).find('div.userinfo').get(0);
var UserLink = $(UserInfo).find('a').get(0);
var UserID = parseInt($(UserLink).attr('href').match(/\d+/g)[0]);
if (UserID==654128) {
var Content = $(this).find('div.postbody').get(0);
Content = $( $(Content).find('blockquote.postcontent').get(0) );
Content.html('<b>I post insane bullshit.</b> <i>(Content filtered for your sanity)</i>');
}
} );
}
filter_batshit();
[/code]
[IMG]https://photos-3.dropbox.com/t/2/AAA3K91NJA_HR7Khg4nf7G7BofEr590mqsHuovj3leO2tA/12/88290259/png/1024x768/3/1423195200/0/2/sanity.png/CNPnjCogASACIAMoASgC/3JKzuSApk0Y3BHQGnm3rDByweGGmM5BMTugBRF8ivpw[/IMG][/QUOTE]
Why are you making this userscript against me? -- It's not very nice kind and a personal attack.
[QUOTE=serverwatch;47084068]OK Hello. I will not use it on Darkrp Anymore. However, There is still an issue that many servers - war servers are against propsurfing and propkilling. Is it just because they can't do it themselves? I don't like how lots of GMOD community is against propsurfing that's all.
[editline]6th February 2015[/editline]
[B]Why are you making this userscript against me? [/B]-- It's not very nice kind and a personal attack.[/QUOTE]
No offense but eh, to sum it up:
Your posts kinda look like you're a russian who ran your post through google translate into Chinese which was then translated into Greek, and then onward to English. Additionally, many people don't agree with many of your ideas.
Not meaning to be mean, but that's basically the jist of it.
(TL:DR: You post weird.)
The primary problem is that you do not understand the concept of roleplay. This being in any gamemode, not just ones called roleplay. Even in sandbox, or on a real playground, everyone is playing a role. You're being the guy who jumps out of character slamming shit around and saying that you win because you have a forcefield.
Why don't you just buy your own server instead of complaining about others?
Oh god, will this ever end? :suicide: :suicide: :suicide:
Guys, just report this as Spam, As that what all his posts and threads are
I have honestly never seen such bad posts in my life
[QUOTE=serverwatch;47084068]Hello.[/QUOTE]
If you want to increase the quality of posts, start with not typing this before EVERY. SINGLE. POST. I swear, if you reply to this with "Hello.", I will not read it.
Better yet, stop whining about servers. Nobody cares
[QUOTE=TheMrFailz;47084217]
Your posts kinda look like you're a russian who ran your post through google translate into Chinese which was then translated into Greek, and then onward to English.[/QUOTE]
[url]http://ackuna.com/badtranslator/[/url]
I preferred your old avatar serverwatch, not your current poorly photocopied stock photo.
[QUOTE=serverwatch;47082996]
So why do so many people not like propkilling/surfing? It's great fun in my opinion. What is yours?[/QUOTE]
'course it's great fun! Come to my server and I show you how fun it is getting spawnkilled by a prop as soon as you pop up!
pretty much people hate propsurfing because it just breaks out the fun on darkRP servers. And breaking the rules is great fun isn't it?
[QUOTE=TheMrFailz;47084217]No offense but eh, to sum it up:
Your posts kinda look like you're a russian who ran your post through google translate into Chinese which was then translated into Greek, and then onward to English. Additionally, many people don't agree with many of your ideas.
Not meaning to be mean, but that's basically the jist of it.
(TL:DR: You post weird.)[/QUOTE]
Hello. Yes I have trouble with English, however my friend is helping me. After my banishment from the forum I decided when friend is available that I can get him to help me more with formatting more suitably. So less users will not like me.
Having unpopular opinion and bad spellings/grammar are not A good reason to have hatred for other users. If I disagree with someones post, I reply in a polite manner with no profanity and that does not shame myself. We are grown-up here this is not a junior high school.
I have learnt. Not to do this on Darkrp now. Which is heartbreaking because I'm starting not to like DarkRP now anyway.
However there are still more issues as it is seen as a trolls place but it is not even one user put it was "art" - And I agree!
[editline]6th February 2015[/editline]
[QUOTE=E.N.I.G.M.A;47085716]Why don't you just buy your own server instead of complaining about others?[/QUOTE]
Hello. I used to run a DarkRP server and I could make money while learning more about Lua codes and having fun However it stopped now because it was tedious and I don't want to be an owner who does not play the server - so it was shut down.
Perhaps in the future I am working to make a new server but not at the present time.
[editline]6th February 2015[/editline]
[QUOTE=bitches;47084547]The primary problem is that you do not understand the concept of roleplay. This being in any gamemode, not just ones called roleplay. Even in sandbox, or on a real playground, everyone is playing a role. You're being the guy who jumps out of character slamming shit around and saying that you win because you have a forcefield.[/QUOTE]
Hello. Yes I do understnad RP, I used to run a DarkRP server.
There are different jobs or "roles" and you can choose them- some of the defaults are
police (catch and fight criminals while proctoring the law)
thiefs (break into peoples houses and steal their printers) gangsters (build a great base make money printers and also rob like a thief cause chaos)
gun dealer (very impOrtant job, you can spawn weapons to the game for the in-game currency very essential)
What I feel good about DarkRP is that I can create my own jobs with own ideals. I'ts an exciting time. But not for now as I'm looking at other gamemodes right now.
[editline]6th February 2015[/editline]
[QUOTE=Humin;47086088]If you want to increase the quality of posts, start with not typing this before EVERY. SINGLE. POST. I swear, if you reply to this with "Hello.", I will not read it.[/QUOTE]
OK I will try not to do that. Sometimes I do it and sometimes I don't.
Sometimes for me? It feels nice and good to post Hello because it is a greeting and it feels polite and also the routine of this to do. Put Hello. It is a good thing as a greeting to a reply to a message, but if it is not acceptable. I will try to stop. I remind my friend to tell me to stop :downs:
[highlight](User was permabanned for this post ("Cannot function here" - NiandraLades))[/highlight]
[QUOTE=serverwatch;47086913]Having unpopular opinion and bad spellings/grammar are not A good reason to have hatred for other users. If I disagree with someones post, I reply in a polite manner with no profanity and that does not shame myself. We are grown-up here this is not a junior high school.[/QUOTE]
People are not pissed off with your spelling, there getting annoyed at the fact your telling people they should be polite and be nice to each other as if were all drinking tea. When people complain about a server they usely make there own server they don't come on here and tell everyone how servers should be.
[QUOTE=meharryp;47086327][url]http://ackuna.com/badtranslator/[/url]
I preferred your old avatar serverwatch, not your current poorly photocopied stock photo.[/QUOTE]
[t]http://i.imgur.com/s45Dcjd.png[/t]
ServerWatch enough?
Why am I not surprised that serverwatch ended up being one of those folks that just randomly propkill people?
I had said before that if he didn't treat people like shit, he wouldn't be treated like shit. Turns out he treats people like shit.
Its not the grammer, its the fact that his entire account is a gimmick. No we don't need someone to report on how poor some Garry's Mod servers are, you can find that everywhere else. And he doesn't seem the get the hint (its not really a hint anymore) that nobody cares.
Just stop
aaaaand he's gone.
[QUOTE=serverwatch;47086913]*insert incoherent translate results* :downs:
[highlight](User was permabanned for this post ("Cannot function here" - NiandraLades))[/highlight][/QUOTE]
And good riddance.
Niandra, you should be proud of yourself.
[QUOTE](User was permabanned for this post ("Cannot function here" - NiandraLades))[/QUOTE]
Fascism has fallen!
Ninandra, you need an internet Hi-5.
[editline]7th February 2015[/editline]
Prepares for alts
Sorry, you need to Log In to post a reply to this thread.