Author Topic: How to get NewPlayerListGui to load  (Read 1924 times)


Use that.

No, no, it'd be:

%this.schedule(1000,extractID);

You don't need the boolean in the schedule method.

Tom

Tip: When something doesn't work, check the console to see if there's a syntax error.


Haha, Thats totally a syntax error right there. You genuinely have no idea what you're doing.
You're never nice. But what should I guess, it's the internet. Full of bullies.






usage: schedule(time, refobject|0, command, <arg1...argN>)
Error thrown by console.

Use what truce said, he's right ref object isn't needed because you're calling the schedule on the %this.

Doesn't work.

Remember it's not going into the loop.
« Last Edit: March 20, 2009, 08:39:04 PM by Kalphiter »

You're never nice. But what should I guess, it's the internet. Full of bullies.

Its just ironic that you were criticising people on a server earlier for poor scripting abilities when you can't even work something like this out.

Its just ironic that you were criticising people on a server earlier for poor scripting abilities when you can't even work something like this out.
So you like to fight children on the internet and feel happy about it?

No, I'm proving to you that you are just as incompetent as the people you were criticising. Hypocrisy is pretty lame.

No, I'm proving to you that you are just as incompetent as the people you were criticising. Hypocrisy is pretty lame.
No, that's a yes.

Haha look, If you're bullying little kids but you suck just as much as they do, Of course i'm going to call you on that bullstuff because its pathetic.

Haha look, If you're bullying little kids but you suck just as much as they do, Of course i'm going to call you on that bullstuff because its pathetic.
Please leave my topic of having to do with this script, not what you're talking about.

Code: [Select]
package YourPackage
{
   function NewPlayerListGui::update(%this,%cl,%name,%blid,%a,%b,%c)
   {
      //Do whatever with %name and %blid here
      Parent::update(%this,%cl,%name,%blid,%a,%b,%c);
   }
};
activatePackage(YourPackage);

Just because I pity your incompetence.

Code: [Select]
package YourPackage
{
   function NewPlayerListGui::update(%this,%cl,%name,%blid,%a,%b,%c)
   {
      //Do whatever with %name and %blid here
      Parent::update(%this,%cl,%name,%blid,%a,%b,%c);
   }
};
activatePackage(YourPackage);

Just because I pity your incompetence.
Two-faced.

For once, I thank you, but it's already working.


I made a mistake in something I didn't post.