open http-pages ingame? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: open http-pages ingame? (
/showthread.php?tid=99322)
open http-pages ingame? -
Carlito - 27.09.2009
hey... is it somehow possible to open http-pages in the background while ingame? i mean something like /playmusic 1 and a saved *******-link opens automaticly in the background and the music starts... /stopmusic closes the inet-explorer again...
Re: open http-pages ingame? -
Doppeyy - 27.09.2009
Nope that isnt possible.
/Artix
Re: open http-pages ingame? -
coole210 - 27.09.2009
....
Re: open http-pages ingame? -
_Vortex - 27.09.2009
xFire has a build in web browser that you can use ingame.
Re: open http-pages ingame? -
Jakku - 27.09.2009
Not with Pawn language.. I think you would make this with Java.
Re: open http-pages ingame? -
Carlito - 27.09.2009
hmmm... unfortunately i dont know java

... but i think its not a big deal to write a plugin, the irc plugin is much more complicated than this... we need maximum 3 commands OpenBrowser(playerid) OpenLink(playerid, address) CloseBrowser(playerid) ...
Re: open http-pages ingame? -
Reinix - 27.09.2009
Quote:
Originally Posted by Carlito
hmmm... unfortunately i dont know java  ... but i think its not a big deal to write a plugin, the irc plugin is much more complicated than this... we need maximum 3 commands OpenBrowser(playerid) OpenLink(playerid, address) CloseBrowser(playerid) ...
|
how the [TPG]Coole210 says you can do it with javascript
Re: open http-pages ingame? -
coole210 - 27.09.2009
....
Re: open http-pages ingame? -
Daren_Jacobson - 27.09.2009
or or or
Re: open http-pages ingame? -
Carlito - 27.09.2009
Quote:
Originally Posted by [TPG
Coole210 ]
If you can include a .java file its easy, just import some java stuff and then theres function called "LaunchURL"
No prob.
|
it would be a great feature, can some1 script it plz... i have to learn some java first ^^
edit: ah ok thx Daren_Jacobson... it exists already...