View Single Post
  #24  
Old 01-25-2012, 11:38 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by salesman View Post
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.
Reply With Quote