Quote:
Originally Posted by salesman
post the code that works?
|
It's really not that complicated..
PHP Code:
//#CLIENTSIDE
function onCreated() {
with (new GuiWindowCtrl("Crow_TestWindow")) {
width = height = 256;
text = "Rawr!";
}
}
Is pretty much it. I removed unrelated things. Still works though.