• Runescape java
    6 replies, posted
In the update to gary's mod they added java "Added HTML:RunJavascript()" i was wondering if one of you people could make like a runescape emulator or somthing for role play or sandbox if theres nothing to do just a friendly question so don't just put insults
I don't think so
Just run G'Mod in windowed view and the Runescape client in the background
[lua]local function PlayRunescape() if RS and RS:IsValid() then RS:SetVisible(!RS:IsVisible()) else RS = vgui.Create("DFrame") RS:SetSize(300 , 300) RS:SetTitle("RuneScape") RS:Center() RS:MakePopup() local HTML = vgui.Create("HTML") HTML:SetParent(RS) HTML:SetPos(0 , 22) HTML:SetSize(300 , 278) HTML:OpenURL("http://runescape.com") end end concommand.Add("RuneScape" , PlayRunescape)[/lua] Why overcomplicate things?
And that said JavaScript, which is a web based client-side script. Java its self is a programming language.
[QUOTE=whosdr;23181114]And that said JavaScript, which is a web based client-side script. Java its self is a programming language.[/QUOTE] That But I want to try and explain it in a way a idiot would understand. JavaSrcipt (JS), is not Java. It is a smallish scripting language used in webpages to make things like drop down boxes, and buttons work. Java is a programming language, and lets you build applications that do not require a web browser to run. There is more to this, but this is all you need to know really.
i need help, i need a couple of ragdolls made from art work done by my sister. i'll make sure that the art work will be as clear as posible. if any one is intrested please e-mail at [email]tripprules@yahoo.com[/email].
Sorry, you need to Log In to post a reply to this thread.