View Single Post
  #2  
Old 10-05-2006, 01:46 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
well inside
PHP Code:
with( ( @ this.windowname ) )
    { 
you are using an variable that I can't see you have setted
thiso.alines, I only see this.alines, well, thats only for the height
and for ----v
PHP Code:
( @ this.windowname ) = new GuiWindowCtrl(); 
you could just use
PHP Code:
this.windowname = new GuiWindowCtrl(); 


and:
PHP Code:
this.awindow _createWindowthis.amsg.size() );
echo(
"l2: " this.awindow.text); 
why do this.awindow.text after?
this.awindow is just "AdminMsg_Window_0"
like text, not like an object

and correct me if I am wrong
__________________
Reply With Quote