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 - jes00

Pages: 1 ... 272 273 274 275 276 [277] 278 279 280 281 282 ... 464
4141
Modification Help / Re: Get Client Points?
« on: June 23, 2012, 08:00:57 AM »
So what function is called for the player list score? I know there is newPlayerListGUI::updateScore(%this, %client, %score) but that is only called when the player list is opened.

4142
Suggestions & Requests / Re: Aircraft Speedometer.
« on: June 21, 2012, 01:29:59 PM »
Wouldn't it be Studs Per Second?

4143
Modification Help / Re: Detecting Larger Center Print
« on: June 21, 2012, 06:30:59 AM »
Now we only have to wait another year for the update!
: /

4144
General Discussion / Re: Glass' Trench Wars [Official Topic]
« on: June 20, 2012, 04:23:51 PM »
Nah.. G18. Defiantly removing that gun.
Yes! It gets so annoying when people only use G18 and then there is no escaping death from both close up or far away.

4145
Wait
a ****ing
minute

That's not a space.
   V
w, "\x7E");

If you don't believe me, copy-paste it into google.
Umm, then what is it?

4146
There is absolutely no syntax error in that.
Than why does torque demand that in that line, and that line only, there is a syntax error?

EDIT: I rewrote the line, like this: %newMsg = strReplace(%newMsg, %w, "\x7E"); and now it says there's no syntax error : /

Stupid torque.

4147
You've used getSubStr incorrectly. I don't think it would cause that error, usually it just echos "Incorrect usage of getSubStr() - Wrong number of arguments" in the console when you try to use it.
Thank you.

I tried commenting out the chunk below and when I did it said there was no longer any error so the error has to be in this chunk:

Code: [Select]
%newMsg = strReplace(%newMsg, %w, "\x7E");

4148
General Discussion / Re: Why do so many people ask for admin?
« on: June 20, 2012, 09:51:12 AM »
Because they want to abuse it with unfair advantages, ban people for no reason, and be overall trolls.

4149
Probably a few days.

4150
Help / Re: Making Auto Admin
« on: June 19, 2012, 04:37:26 PM »
Without RTB wouldn't you do $Pref::Server::AutoAdminList = $Pref::Server::AutoAdminList SPC "18831"; or something like that?

4151
What the **** do you think
He isn't that bad at scripting, you don't need to try to pick out every little thing that isn't exactly perfect in an obvious example. This isn't the first time I've seen you do something like this.
: /

Never try pointing out mistakes, it just gets people angry.

4152
What do you mean? What do you want to happen if it's the playertype you're looking for, and what do you want to have happen if nobody is using it? You can also separate this into a different function, like this:

Code: [Select]
function someoneIsUsingThisDataBlock(%datablock)
{
    for(%i=0;%i<clientGroup.getCount();%i++)
    {
        %obj = %clientGroup.getObject(%i).player;
        if(isObject(%obj) && %obj.getDataBlock() $= "%datablock")
            return true;
    }
    return false;
}

And you can then use lines like if(someoneIsUsingThisDataBlock("dataBlockName")) or if(!someoneIsUsingThisDataBlock("dataBlockName"))
Umm, shouldn't the %datablock in if(isObject(%obj) && %obj.getDataBlock() $= "%datablock") not be in quotes?

4153
How is this a Suggestion/Request?

4154
Look at what line the syntax error is on, not the ##.
I have, I can't find any anywhere around it.

4155
Where are the ##'s.
There is no syntax error there; it must be in some other part of your script.
.

Pages: 1 ... 272 273 274 275 276 [277] 278 279 280 281 282 ... 464