Quote:
Originally Posted by Chompy
Also, what are the other objects for the taskbar and the menu?
I know of Serverlist_TaskBar, but what's the others?
|
PHP Code:
//#CLIENTSIDE
function onCreated()
{
for (tmp: GUIContainer.controls) echo(tmp); // Rinse and repeat
}
Quote:
Originally Posted by Chompy
Edit2:
Because if you change the taskbar for example with a script, the player can change it back..
|
Not if you do it in a timeout!