Here is the code.
1
2
3
4
5
2
3
4
5
function cod_helpcline() vl.createWindow(1,id,320,240,9,7,1,true,'Welcome') local txt5=vl.createText(id,'000045000','Welcome to Call of Duty server!',150,150) local txt6=vl.createText(id,"000450000",'Server Actions:!',150,350) vl.createButton(1,1,384,310,1,"",function() vl.closeWindow(1) vl.removeButton(1) vl.removeText(txt5) vl.removeText(txt6) end)
Here is the image
http://oi68.tinypic.com/2nsw7.jpg