Author Topic: Obtaining Player Info  (Read 557 times)

I'm working on a mod, and I need the variables for newPlayerGUI::onUpdate.
No, this isn't an auto greeter.
Its for a public mod that I may be releasing soon.
I have it written down somewhere in my computer, but I cant find it.

Look, when you come in and state nothing but the bare minimum trying to hide your super secret unique mod that nobody can know about, we can't help you.

What information are you looking for in particular?
Is this a modification for the client, or the server?
What are you trying to do?

Of course its a client command, it uses the newplayerlistgui. All I need is the variables for the command.

Of course its a client command, it uses the newplayerlistgui. All I need is the variables for the command.

Code: [Select]
NewPlayerListGui::update(%this,%cl,%name,%blid,%a,%b,%c,%d,%e,%f,%g,%h)
That's all I know at the moment, why don't you just make a package and echo the variables? if you need any more, that is.

I know I have a ID and name logger that uses this same function but I forgot my usb drive at home, will get the function once I get home.

Code: [Select]
NewPlayerListGui::update(%this,%cl,%name,%blid,%a,%b,%c,%d,%e,%f,%g,%h)
That's all I know at the moment, why don't you just make a package and echo the variables? if you need any more, that is.
Thanks, and im not at home right now, thats why.