Page 1 of 5 1 2 3 4

Search: Type: Posts; User: Assault_Trooper Search took 0.03 seconds.

  • Replies
    47
    Views
    1,873

    http://www.addthis.com/ Read the website. ...

    http://www.addthis.com/

    Read the website.

    And obviously those are builder functions of the shop software it uses.



    function ShopperPress_ChangeState_Value(current){...
  • Replies
    205
    Views
    8,151

    I am aware of that. The appearance is what I'm...

    I am aware of that. The appearance is what I'm talking about.
  • Replies
    205
    Views
    8,151

    That version of the wiki is awesome, the...

    That version of the wiki is awesome, the collapsible button for Hooks and Functions. Everything within few clicks.

    Why did it go away. :(
  • Replies
    43
    Views
    1,615

    Lua scripting, pretty much the only reason why I...

    Lua scripting, pretty much the only reason why I play GMod.
  • "If you want a thing done well, do it yourself"

    "If you want a thing done well, do it yourself"
  • Replies
    10
    Views
    572

    You don't have any rights at all.

    You don't have any rights at all.
  • Replies
    24
    Views
    1,363

    I'm not sure I really follow you. Aren't you...

    I'm not sure I really follow you. Aren't you generalizing if you agree that some people can make their own content?

    GangwarsRP was a DarkRP edit, by the way.
  • Replies
    24
    Views
    1,363

    What about the 1% then?

    What about the 1% then?
  • Replies
    24
    Views
    1,363

    Because people make servers to show off their...

    Because people make servers to show off their skills...

    But can you explain why it requires no skill at all? It's lua coding as any other.
  • Replies
    9
    Views
    375

    for k,v in pairs( player.GetAll() ) do if...

    for k,v in pairs( player.GetAll() ) do

    if v:SteamID() == steamid then

    v:Kick()

    end

    end
  • Replies
    626
    Views
    25,144

    Oh, that's nothing. Seems to be regular on TTT...

    Oh, that's nothing. Seems to be regular on TTT due to all the rdm. Fucking hell, ~100 bans in 3 weeks. I don't even understand, why do people bother, takes few seconds for an admin to ban the guy.
    ...
  • Replies
    626
    Views
    25,144

    You've been on weird servers.

    You've been on weird servers.
  • Replies
    626
    Views
    25,144

    Never experienced that. The whole idea is...

    Never experienced that.



    The whole idea is shit anyway, it just encourages people to use other people's work instead of trying to create their own.
  • Replies
    7
    Views
    575

    This describes my opinions about this thread...

    This describes my opinions about this thread better.
  • Replies
    7
    Views
    575

    These people are minges, watch out! snip ...

    These people are minges, watch out!

    snip

    (User was banned for this post ("pagestretching" - Orkel))
  • It's people like you why these scripts even have...

    It's people like you why these scripts even have to be made. You're being such a hypocrite, here you're complaining about shitty anti-propkill scripts, while you're prop killing people in GMod?

    I...
  • Not really. Just that linux will use less system...

    Not really. Just that linux will use less system resources by default. So if you're tight on RAM or CPU, you might want to use linux. Although, if you want it the easier way and want to do less work...
  • That's not a stupid reason, just a shitty...

    That's not a stupid reason, just a shitty detection system, which you're abusing on purpose.
  • No, it's for the users.txt in the settings...

    No, it's for the users.txt in the settings folder, which is a GMod default thing. You might've confused it with GetUserGroup, which is for ULX.
  • And the hook needs to be a capital letter. Well,...

    And the hook needs to be a capital letter. Well, now you're just giving a nil variable...
  • Might want to put those weapons in quotes.

    Might want to put those weapons in quotes.
  • The whole script should be server-side, and you...

    The whole script should be server-side, and you have a space after AddCSLuaFile.
  • Replies
    14
    Views
    467

    How about, a MySQL server? ...

    How about, a MySQL server?

    http://dev.mysql.com/downloads/mysql/
  • Replies
    14
    Views
    467

    Do you actually see TestPls on the script...

    Do you actually see TestPls on the script somewhere?
  • Replies
    14
    Views
    467

    You're so fucking stupid that you're really...

    You're so fucking stupid that you're really pissing me off, he even stated that it's working.

    phpMyAdmin is a software to have easy access to the mysql server, it doesn't handle the requests.

    ...
  • Replies
    14
    Views
    467

    That's not obviously the issue. As you can see...

    That's not obviously the issue. As you can see the output is being printed correctly, the issue is the delay what mysql queries have.

    What the fuck, how is phpmyadmin in any fucking way related?
  • Replies
    14
    Views
    467

    MySQL queries will always be slower than lua, you...

    MySQL queries will always be slower than lua, you will have to use callback functions. So you call a function after the query is completed, and then you can use the data properly.

    Like in this...
  • Replies
    2,111
    Views
    112,895

    Why would anyone need a harder system? The...

    Why would anyone need a harder system? The current system is very simple, and it won't have trouble like different keyboard layouts, etc.

    And putting both would be just fucking stupid.
  • Replies
    2,111
    Views
    112,895

    And probably a lot of shit above 2-3 stars.

    And probably a lot of shit above 2-3 stars.
  • Replies
    10
    Views
    1,061

    Soon everyone will be running around and glowing.

    Soon everyone will be running around and glowing.
  • The cache folder doesn't exist anymore.

    The cache folder doesn't exist anymore.
  • Replies
    5
    Views
    590

    Which is the reason why it would be stupid.

    Which is the reason why it would be stupid.
  • Replies
    5
    Views
    590

    You're SteamID banned. Would be just fucking...

    You're SteamID banned. Would be just fucking stupid to ban by IP.
  • I guess they're all pretty much the same. Depends...

    I guess they're all pretty much the same. Depends really on what you like the most.
  • Replies
    6
    Views
    194

    The variable livingPlayers is local inside the...

    The variable livingPlayers is local inside the function LivingPlayers, so the PrintShitToConsole2 doesn't have access to it, so it's nil.
  • Replies
    68
    Views
    1,612

    That's not how it works. Have you even read the...

    That's not how it works. Have you even read the code what you have "fixed"?
  • Replies
    68
    Views
    1,612

    Yeah, you need to remove the timer.

    Yeah, you need to remove the timer.
  • Replies
    68
    Views
    1,612

    Not really sure what you're asking, but, if you...

    Not really sure what you're asking, but, if you mean about when to close srcds, wait until you have spawned and maybe move for few secs and then close srcds by clicking on the cross in it.
  • Replies
    68
    Views
    1,612

    And you wonder why you're lagging? To properly...

    And you wonder why you're lagging?

    To properly test it, you might want to use srcds. You can just simply close srcds which would be exactly the same thing as the server crashing.

    1st December...
  • Replies
    68
    Views
    1,612

    And you're being very mature.

    And you're being very mature.
  • Replies
    602
    Views
    25,046

    Don't you get redirected to a page which has the...

    Don't you get redirected to a page which has the link anyway? And yes, I got the email.
  • Or you could use MsgN which removes the need for...

    Or you could use MsgN which removes the need for \n.
  • For some reason replacing the module fixed it....

    For some reason replacing the module fixed it. Guess it got magically corrupted or something.
  • I'm getting some issues. Haven't noticed any...

    I'm getting some issues. Haven't noticed any errors, but it seems to break my script.
  • Buy a new computer.

    Buy a new computer.
  • Replies
    904
    Views
    100,205

    I don't have the file though. :( I just...

    I don't have the file though. :(

    I just noticed it on my server console.
  • Replies
    904
    Views
    100,205

    addons/advdupe2/lua/advdupe2/sv_codec_legacy.lua:3...

    addons/advdupe2/lua/advdupe2/sv_codec_legacy.lua:374: bad argument #1 to 'lshift' (number expected, got nil)
  • Replies
    11
    Views
    1,442

    The server's addons will work regardless of that...

    The server's addons will work regardless of that convar.

    You'll need to follow those instructions if you wish to use workshop addons.

    http://wiki.garrysmod.com/page/Server/Workshop
  • Replies
    11
    Views
    1,442

    Easy precision is a server-side addon... ...

    Easy precision is a server-side addon...



    And this.
  • I'm using an un-updated Linux server, but for...

    I'm using an un-updated Linux server, but for some reason it won't load the module. Oh, well...

    Edit: Fuck me, I forgot to transfer libmysql to my old srcds.
  • Results 1 to 50 of 240
    Page 1 of 5 1 2 3 4