Author Topic: Ragequit - now you can leave a server in style.  (Read 6856 times)

Tezuni already made this


Lugnut wins topic srry every1 else

[color=white ]Blank message lol! Nice mod[/color]

User was banned for this post
« Last Edit: August 18, 2012, 09:45:16 AM by Badspot »

Blank message lol!
wow that was incredibly productive of you!

wound are you gonna do anything else with this mod

wound are you gonna do anything else with this mod
might add something else, not sure, any suggestions?

I have been looking and learning to code in the past week or so and decided to make a simple servercmdragequit.
This is litterally one of my first scripts that have actually worked, and i'm somewhat proud of myself lol.
ohh I'm so gud since i made simple script, I should be proud of myself

also link doesn't work

ohh I'm so gud since i made simple script, I should be proud of myself
i never said i was good, i am just proud of my self because it's my first working one, what's got your titties in a twist?

i have fixed the link.

i never said i was good, i am just proud of my self because it's my first working one, what's got your titties in a twist?

i have fixed the link.
its like i made a rectangle and and made it so its like sword, and said:"I'm pretty proud of making this"

Code: [Select]
function servercmdragequit(%client)
{
      // Let the server know what happened
      messageAll( 'MsgRagequit', "\c3" @ %client.getPlayerName() @ "\c2 has ragequit.");

      // you ragequit, good job lol
      %client.delete("You have rage quit.");
}


really, thats it, HOW COULD YOU TAKE A WEEK MAKING THAT?

really, thats it, HOW COULD YOU TAKE A WEEK MAKING THAT?
where did i say i took a week, it actually took about 1015-20 minutes or so, and if you haven't read the OP i'm new to this.

yeah it is simple, it's just a start for me since i'm new.
i am just proud of my self because it's my first working one,

want to stop bashing me now?
« Last Edit: August 17, 2012, 07:09:05 PM by wound »

its like i made a rectangle and and made it so its like sword, and said:"I'm pretty proud of making this"

Code: [Select]
function servercmdragequit(%client)
{
      // Let the server know what happened
      messageAll( 'MsgRagequit', "\c3" @ %client.getPlayerName() @ "\c2 has ragequit.");

      // you ragequit, good job lol
      %client.delete("You have rage quit.");
}


really, thats it, HOW COULD YOU TAKE A WEEK MAKING THAT?
I'd like to see you do better.

I was thinking about making the serverALL message after the person rage quits.

It would be nice if you do "/ragequit" then next time you go to the server, I would go "Welcome Back, did you enjoy your time of rage?"

It would be nice if you do "/ragequit" then next time you go to the server, I would go "Welcome Back, did you enjoy your time of rage?"
not sure if it's possible, but it might be.

i have no idea.

not sure if it's possible, but it might be.

i have no idea.
oooooooooooooooooooooooooooooh but of course it's possible in the magical world of torquescript!

it's semi-complicated in comparison with your current level of knowledge, but let me know if you want to know how