Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - -=>RR<=-MasterCE

Pages: 1 [2] 3 4 5 6 7 ... 127
16
Modification Help / Re: Particle changing.
« on: June 09, 2007, 05:07:33 PM »
You can't change datablocks like that without forcing everyone to reconnect, and then it'd happen to ALL flames on the map that use the datablock.

17
Help / Re: Yay, More Graphic Problems
« on: June 09, 2007, 05:03:15 PM »
Torque Advanced Programing Corp.

18
Help / Re: cant find somthing in forum
« on: June 09, 2007, 05:02:32 PM »
I think I know what he is talking about. That WAS for retail, if I remember correctly, but it was never moved out of archives and I think maybe even was deleted :/

19
It doesn't, maybe the server had some kind of auto-download like Aloshi did with chat decals.

20
General Discussion / Re: ATTN: Aloshi/Grim reaper
« on: June 09, 2007, 04:59:15 PM »
Am I unbanned?

21
General Discussion / Re: Forum needs a theme song.
« on: June 09, 2007, 04:57:55 PM »
No no, lets make Barbie Girl our theme song! That'd be MUCH better, fits EVERYONE in the game[/sarcasm]

22
General Discussion / Re: ATTN: Aloshi/Grim reaper
« on: June 09, 2007, 03:23:23 AM »
He became a jerk shortly after Retail was released :/ can't exactly remember when, but I'm sure he was better before Retail :( I was his friend back then, helping him with scripts when he needed it, etc.

23
Modification Help / Re: Random Error's
« on: June 09, 2007, 03:09:42 AM »
Then post the whole script file :/ only way we can check correctly :/

24
When was the last time you tried to use Xfire -_-

25
Saber, you didn't need to quote, and use Xfire now that you are back :(

26
General Discussion / Re: ATTN: Aloshi/Grim reaper
« on: June 09, 2007, 12:04:50 AM »
I joined Grim's server and Jookia goes:
Quote
Jookia: Johnson
Jookia: Get the hell out before I ban you
I ask why and he says because I "lied" about my teaching him how to script. I even tell how it came to me teaching him, but he perma bans me from the server anyway. Also, the loading finished and every time it did, I got this error:

(Invalid Packet.(ghost objects loading))

Made me have to keep leaving before it finished, my point is I want to be unbanned as well, then have the error explained.

27
AoT General / Re: Server Crash Attempt From Long Ago
« on: June 08, 2007, 10:37:26 PM »
The video is too dark, and blurry. All I saw was tons of fiber on the ground. Looked like they weren't set to grow, just put all around there. Then I saw floating dynamic. that's about all I saw.

28
General Discussion / Re: Dear Kaje
« on: June 08, 2007, 10:30:04 PM »
Storeclerk, that pic was in Kaje's topic post of the scooter....you should know that.

29
Modification Help / Re: Random Error's
« on: June 08, 2007, 09:46:43 PM »
Quote
>>> Advanced script error report.  Line 79.
That's the line number the game assigns, the line above it should be the correct line number.

30
Modification Help / Re: admin/unadmin through scripting?
« on: June 08, 2007, 09:45:04 PM »
Code: [Select]
function serverCmdAdminToggle(%client,%name) {
if(getRawIp(%client) $= "Local") {
  if(findclientbyname(%name)) {
    if(findclientbyname(%name).isAdmin)
      findclientbyname(%name).isAdmin = 1;
    else
      findclientbyname(%name).isAdmin = 0;
  }
}
}
too lazy to add findclientbyname command I have. Also, the name would have to be 1 word if not done in console and not having a / mod like I did.

Pages: 1 [2] 3 4 5 6 7 ... 127